Skip to content

Commit a84f67c

Browse files
committed
Drop maven profile for JDK6 #1207
1 parent 45cf64c commit a84f67c

File tree

1 file changed

+0
-39
lines changed

1 file changed

+0
-39
lines changed

pom.xml

Lines changed: 0 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -381,45 +381,6 @@
381381
</build>
382382

383383
<profiles>
384-
<profile>
385-
<id>java16</id>
386-
<activation>
387-
<jdk>1.6</jdk>
388-
</activation>
389-
<properties>
390-
<maven.compiler.testTarget>1.6</maven.compiler.testTarget>
391-
<maven.compiler.testSource>1.6</maven.compiler.testSource>
392-
<maven.compiler.testCompilerArgument />
393-
</properties>
394-
<build>
395-
<pluginManagement>
396-
<plugins>
397-
<plugin>
398-
<groupId>org.apache.maven.plugins</groupId>
399-
<artifactId>maven-compiler-plugin</artifactId>
400-
<configuration>
401-
<testExcludes>
402-
<testExclude>**/usesjava7/**/*.java</testExclude>
403-
<testExclude>**/usesjava8/**/*.java</testExclude>
404-
</testExcludes>
405-
</configuration>
406-
</plugin>
407-
<plugin>
408-
<groupId>org.apache.felix</groupId>
409-
<artifactId>maven-bundle-plugin</artifactId>
410-
<version>2.5.4</version> <!-- For java 6, remain at older version -->
411-
</plugin>
412-
</plugins>
413-
</pluginManagement>
414-
<plugins>
415-
<plugin>
416-
<groupId>org.apache.felix</groupId>
417-
<artifactId>maven-bundle-plugin</artifactId>
418-
<version>2.5.4</version> <!-- For java 6, remain at older version -->
419-
</plugin>
420-
</plugins>
421-
</build>
422-
</profile>
423384
<profile>
424385
<id>java17</id>
425386
<activation>

0 commit comments

Comments
 (0)