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 6865299 commit 4bbd349Copy full SHA for 4bbd349
tycho-core/pom.xml
@@ -65,7 +65,15 @@
65
<groupId>org.codehaus.plexus</groupId>
66
<artifactId>plexus-component-metadata</artifactId>
67
</plugin>
68
-
+ <plugin>
69
+ <groupId>org.apache.maven.plugins</groupId>
70
+ <artifactId>maven-surefire-plugin</artifactId>
71
+ <configuration>
72
+ <systemPropertyVariables>
73
+ <pde.jreProfile>none</pde.jreProfile>
74
+ </systemPropertyVariables>
75
+ </configuration>
76
+ </plugin>
77
<plugin>
78
<artifactId>maven-compiler-plugin</artifactId>
79
<executions>
0 commit comments