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 c56aae3 commit ae97102Copy full SHA for ae97102
core/pva/pom.xml
@@ -40,28 +40,4 @@
40
</plugin>
41
</plugins>
42
</build>
43
- <profiles>
44
- <profile>
45
- <id>jdk8</id>
46
- <activation>
47
- <jdk>1.8</jdk>
48
- </activation>
49
- <properties>
50
- <maven.test.skip>true</maven.test.skip>
51
- </properties>
52
- <build>
53
- <plugins>
54
- <plugin>
55
- <artifactId>maven-compiler-plugin</artifactId>
56
- <version>3.6.2</version>
57
- <configuration>
58
- <source>1.8</source>
59
- <target>1.8</target>
60
- <fork>false</fork>
61
- </configuration>
62
- </plugin>
63
- </plugins>
64
- </build>
65
- </profile>
66
- </profiles>
67
</project>
0 commit comments