Author: mrdon Date: Sat May 6 22:03:32 2006 New Revision: 400423 URL: http://svn.apache.org/viewcvs?rev=400423&view=rev Log: Adding reports, changing subproject site path to match action 1
Modified: incubator/webwork2/core/pom.xml incubator/webwork2/src/site/site.xml Modified: incubator/webwork2/core/pom.xml URL: http://svn.apache.org/viewcvs/incubator/webwork2/core/pom.xml?rev=400423&r1=400422&r2=400423&view=diff ============================================================================== --- incubator/webwork2/core/pom.xml (original) +++ incubator/webwork2/core/pom.xml Sat May 6 22:03:32 2006 @@ -15,9 +15,42 @@ <distributionManagement> <site> <id>apache-site</id> - <url>scp://people.apache.org/www/struts.apache.org/struts-action2/core</url> + <url>scp://people.apache.org/www/struts.apache.org/struts-action2/struts-core</url> </site> </distributionManagement> + + <reporting> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-project-info-reports-plugin</artifactId> + </plugin> + <plugin> + <artifactId>maven-javadoc-plugin</artifactId> + <configuration> + <aggregate>true</aggregate> + </configuration> + </plugin> + <plugin> + <artifactId>maven-surefire-report-plugin</artifactId> + </plugin> + <!-- + <plugin> + <artifactId>maven-checkstyle-plugin</artifactId> + <configuration> + <configLocation>org/apache/struts/build/struts_checks.xml</configLocation> + </configuration> + </plugin> + --> + <plugin> + <groupId>org.codehaus.mojo</groupId> + <artifactId>jxr-maven-plugin</artifactId> + </plugin> + <plugin> + <artifactId>maven-pmd-plugin</artifactId> + </plugin> + </plugins> + </reporting> <dependencies> <!-- unreferenced dependencies: Modified: incubator/webwork2/src/site/site.xml URL: http://svn.apache.org/viewcvs/incubator/webwork2/src/site/site.xml?rev=400423&r1=400422&r2=400423&view=diff ============================================================================== --- incubator/webwork2/src/site/site.xml (original) +++ incubator/webwork2/src/site/site.xml Sat May 6 22:03:32 2006 @@ -30,7 +30,7 @@ <menu name="Documentation"> <item name="Javadoc" - href="core/apidocs/index.html" + href="struts-core/apidocs/index.html" /> <item name="Source Repository"