Skip to content

Commit c3c0fa6

Browse files
authored
Merge pull request #3349 from jacomago/removepva8
Remove java 8 compilation from core-pva
2 parents f67fdd6 + 525f3c3 commit c3c0fa6

File tree

2 files changed

+0
-28
lines changed

2 files changed

+0
-28
lines changed

core/pva/README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,6 @@ Both Ant and Maven are supported:
4646
ant clean core-pva
4747
mvn clean install javadoc:javadoc
4848

49-
To check JDK8 compatibility:
50-
51-
mvn clean install -P jdk8
52-
5349
Configuration
5450
-------------
5551

core/pva/pom.xml

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -40,28 +40,4 @@
4040
</plugin>
4141
</plugins>
4242
</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>
6743
</project>

0 commit comments

Comments
 (0)