Author: desruisseaux Date: Wed Feb 4 17:22:07 2015 New Revision: 1657329 URL: http://svn.apache.org/r1657329 Log: Profile needed for allowing execution of "mvn javadoc" with JDK8.
Modified: sis/branches/JDK7/pom.xml Modified: sis/branches/JDK7/pom.xml URL: http://svn.apache.org/viewvc/sis/branches/JDK7/pom.xml?rev=1657329&r1=1657328&r2=1657329&view=diff ============================================================================== --- sis/branches/JDK7/pom.xml (original) +++ sis/branches/JDK7/pom.xml Wed Feb 4 17:22:07 2015 @@ -424,6 +424,24 @@ Apache SIS is a free software, Java lang </properties> </profile> <profile> + <id>jdk8</id> + <activation> + <jdk>1.8</jdk> + </activation> + <build> + <plugins> + <plugin> + <artifactId>maven-javadoc-plugin</artifactId> + <configuration> + <additionalparam> + -Xdoclint:syntax -Xdoclint:html -Xdoclint:missing -Xdoclint:accessibility + </additionalparam> + </configuration> + </plugin> + </plugins> + </build> + </profile> + <profile> <activation> <property> <name>bootclasspath</name>