Author: dennisl
Date: Sat Sep  6 23:16:24 2014
New Revision: 1622964

URL: http://svn.apache.org/r1622964
Log:
[WHISKER-13] Remove the work-around for Javadoc that made the site build work 
on Java 8, because it makes the site build fail on Java 6 and 7.

Modified:
    creadur/whisker/trunk/apache-whisker-plugin4maven/pom.xml
    creadur/whisker/trunk/pom.xml

Modified: creadur/whisker/trunk/apache-whisker-plugin4maven/pom.xml
URL: 
http://svn.apache.org/viewvc/creadur/whisker/trunk/apache-whisker-plugin4maven/pom.xml?rev=1622964&r1=1622963&r2=1622964&view=diff
==============================================================================
--- creadur/whisker/trunk/apache-whisker-plugin4maven/pom.xml (original)
+++ creadur/whisker/trunk/apache-whisker-plugin4maven/pom.xml Sat Sep  6 
23:16:24 2014
@@ -172,10 +172,6 @@
               <groupId>org.apache.maven.plugins</groupId>
               <artifactId>maven-javadoc-plugin</artifactId>
               <version>2.9.1</version>
-              <!-- see WHISKER-13, this is a temporary solution until 
mavenPlugins are working correctly with Java8 -->
-              <configuration>
-                <additionalparam>-Xdoclint:none</additionalparam>
-              </configuration>
             </plugin>
           </reportPlugins>
         </configuration>

Modified: creadur/whisker/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/creadur/whisker/trunk/pom.xml?rev=1622964&r1=1622963&r2=1622964&view=diff
==============================================================================
--- creadur/whisker/trunk/pom.xml (original)
+++ creadur/whisker/trunk/pom.xml Sat Sep  6 23:16:24 2014
@@ -158,10 +158,6 @@
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-javadoc-plugin</artifactId>
                 <version>2.9.1</version>
-                <!-- see WHISKER-13, this is a temporary solution until 
mavenPlugins are working correctly with Java8 -->
-                <configuration>
-                  <additionalparam>-Xdoclint:none</additionalparam>
-                </configuration>
               </plugin>
               <plugin>
                 <groupId>org.apache.maven.plugins</groupId>


Reply via email to