remove unneeded jdk8 profile

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

Branch: refs/heads/wicket-6.x
Commit: 7f74d653c8476241d35d5a150766e12e53c4fc0f
Parents: 83ff231
Author: Carl-Eric Menzel <cmen...@apache.org>
Authored: Fri Feb 9 16:11:22 2018 +0100
Committer: Carl-Eric Menzel <cmen...@apache.org>
Committed: Fri Feb 9 16:11:22 2018 +0100

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


http://git-wip-us.apache.org/repos/asf/wicket/blob/7f74d653/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 21e8875..cbb0d7b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -184,28 +184,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>
        <url>http://wicket.apache.org/${project.artifactId}</url>
        <inceptionYear>2006</inceptionYear>

Reply via email to