remove unnecessary 1.8 profile

Project: http://git-wip-us.apache.org/repos/asf/wicket/repo
Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/591a8157
Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/591a8157
Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/591a8157

Branch: refs/heads/wicket-7.x
Commit: 591a81575a3cb3fc6779059e50c22d51adb6a039
Parents: f850e13
Author: Carl-Eric Menzel <cmen...@apache.org>
Authored: Fri Feb 9 22:24:46 2018 +0100
Committer: Carl-Eric Menzel <cmen...@apache.org>
Committed: Fri Feb 9 22:24:46 2018 +0100

----------------------------------------------------------------------
 pom.xml | 21 ---------------------
 1 file changed, 21 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket/blob/591a8157/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 9462968..4da724b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1203,27 +1203,6 @@
                                </plugins>
                        </build>
                </profile>
-               <profile>
-                       <id>javadoc-1.8+</id>
-                       <activation>
-                               <jdk>[1.8,)</jdk>
-                       </activation>
-                       <build>
-                               <pluginManagement>
-                                       <plugins>
-                                               <plugin>
-                                                       
<groupId>org.apache.maven.plugins</groupId>
-                                                       
<artifactId>maven-javadoc-plugin</artifactId>
-                                                       
<version>${maven.javadoc.version}</version>
-                                                       <configuration>
-                                                               
<failOnError>false</failOnError>
-                                                               
<additionalparam>-Xdoclint:none</additionalparam>
-                                                       </configuration>
-                                               </plugin>
-                                       </plugins>
-                               </pluginManagement>
-                       </build>
-               </profile>
        </profiles>
        <reporting>
                <plugins>

Reply via email to