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 4c420cc commit 060ab7cCopy full SHA for 060ab7c
plexus-compilers/plexus-compiler-eclipse/pom.xml
@@ -24,4 +24,27 @@
24
<version>3.13.100</version>
25
</dependency>
26
</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>
50
</project>
0 commit comments