Skip to content

Commit 060ab7c

Browse files
committed
skip eclipse test for 1.7
Signed-off-by: olivier lamy <[email protected]>
1 parent 4c420cc commit 060ab7c

File tree

1 file changed

+23
-0
lines changed
  • plexus-compilers/plexus-compiler-eclipse

1 file changed

+23
-0
lines changed

plexus-compilers/plexus-compiler-eclipse/pom.xml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,27 @@
2424
<version>3.13.100</version>
2525
</dependency>
2626
</dependencies>
27+
28+
<profiles>
29+
<profile>
30+
<id>1.7</id>
31+
<activation>
32+
<jdk>1.7</jdk>
33+
</activation>
34+
<build>
35+
<pluginManagement>
36+
<plugins>
37+
<plugin>
38+
<groupId>org.apache.maven.plugins</groupId>
39+
<artifactId>maven-surefire-plugin</artifactId>
40+
<configuration>
41+
<skipExec>true</skipExec>
42+
</configuration>
43+
</plugin>
44+
</plugins>
45+
</pluginManagement>
46+
</build>
47+
</profile>
48+
49+
</profiles>
2750
</project>

0 commit comments

Comments
 (0)