You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2014/05/22 19:07:45 UTC

svn commit: r1596921 - /maven/plugins/trunk/maven-site-plugin/src/it/MSITE-506/pom.xml

Author: hboutemy
Date: Thu May 22 17:07:45 2014
New Revision: 1596921

URL: http://svn.apache.org/r1596921
Log:
fixed IT

Modified:
    maven/plugins/trunk/maven-site-plugin/src/it/MSITE-506/pom.xml

Modified: maven/plugins/trunk/maven-site-plugin/src/it/MSITE-506/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-site-plugin/src/it/MSITE-506/pom.xml?rev=1596921&r1=1596920&r2=1596921&view=diff
==============================================================================
--- maven/plugins/trunk/maven-site-plugin/src/it/MSITE-506/pom.xml (original)
+++ maven/plugins/trunk/maven-site-plugin/src/it/MSITE-506/pom.xml Thu May 22 17:07:45 2014
@@ -62,6 +62,14 @@ under the License.
           <includeDependencySources>true</includeDependencySources>
           <detectOfflineLinks>false</detectOfflineLinks>
         </configuration>
+        <reportSets>
+          <reportSet>
+            <id>default</id>
+            <reports>
+              <report>javadoc</report>
+            </reports>
+          </reportSet>
+        </reportSets>
       </plugin>
     </plugins>
   </reporting>