We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22cbc93 commit b910714Copy full SHA for b910714
net.sourceforge.pmd.eclipse.plugin.test/pom.xml
@@ -80,22 +80,6 @@
80
<argLine>-XstartOnFirstThread</argLine>
81
</configuration>
82
</plugin>
83
- <plugin>
84
- <groupId>org.eclipse.tycho</groupId>
85
- <artifactId>target-platform-configuration</artifactId>
86
- <configuration>
87
- <dependency-resolution>
88
- <extraRequirements combine.children="append">
89
- <!-- make sure to detect a default JVM -->
90
- <requirement>
91
- <type>eclipse-plugin</type>
92
- <id>org.eclipse.jdt.launching.macosx</id>
93
- <versionRange>0.0.0</versionRange>
94
- </requirement>
95
- </extraRequirements>
96
- </dependency-resolution>
97
- </configuration>
98
- </plugin>
99
</plugins>
100
</build>
101
</profile>
0 commit comments