From: <sta...@us...> - 2007-03-22 22:56:35
|
Revision: 1629 http://archive-access.svn.sourceforge.net/archive-access/?rev=1629&view=rev Author: stack-sf Date: 2007-03-22 15:50:34 -0700 (Thu, 22 Mar 2007) Log Message: ----------- M projects/nutchwax/pom.xml Remove duplicated reporting section. Modified Paths: -------------- trunk/archive-access/projects/nutchwax/pom.xml trunk/archive-access/projects/nutchwax/src/site/site.xml Modified: trunk/archive-access/projects/nutchwax/pom.xml =================================================================== --- trunk/archive-access/projects/nutchwax/pom.xml 2007-03-22 21:15:50 UTC (rev 1628) +++ trunk/archive-access/projects/nutchwax/pom.xml 2007-03-22 22:50:34 UTC (rev 1629) @@ -249,30 +249,12 @@ </plugin> </plugins> </build> + <reporting> + <outputDirectory>target/site</outputDirectory> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-javadoc-plugin</artifactId> - <configuration> - <source> - ${basedir}/src/java - </source> - <overview> - ${basedir}/src/java/overview.html - </overview> - <aggregate> - true - </aggregate> - <!-- - <additionalparam> - -classpath nutchwax-thirdparty/build/classes - </additionalparam> - --> - </configuration> - </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-project-info-reports-plugin</artifactId> <reportSets> <reportSet> @@ -288,8 +270,24 @@ </reportSet> </reportSets> </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-javadoc-plugin</artifactId> + <configuration> + <source> + ${basedir}/src/java + </source> + <overview> + ${basedir}/src/java/overview.html + </overview> + <aggregate> + true + </aggregate> + </configuration> + </plugin> </plugins> </reporting> + <repositories> <repository> <releases> @@ -309,37 +307,6 @@ </repository> </repositories> - <reporting> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-javadoc-plugin</artifactId> - <configuration> - <javadocDirectory> - ${basedir}/src/java - </javadocDirectory> - </configuration> - </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-project-info-reports-plugin</artifactId> - <reportSets> - <reportSet> - <reports> - <report>dependencies</report> - <report>project-team</report> - <report>mailing-list</report> - <report>cim</report> - <report>issue-tracking</report> - <report>license</report> - <report>scm</report> - </reports> - </reportSet> - </reportSets> - </plugin> - </plugins> - </reporting> - <!--Needed for docbkx plugin and dependencies. --> <pluginRepositories> Modified: trunk/archive-access/projects/nutchwax/src/site/site.xml =================================================================== --- trunk/archive-access/projects/nutchwax/src/site/site.xml 2007-03-22 21:15:50 UTC (rev 1628) +++ trunk/archive-access/projects/nutchwax/src/site/site.xml 2007-03-22 22:50:34 UTC (rev 1629) @@ -44,6 +44,5 @@ <!--I want to get the sourceforge image in here but not sure how. --> - </body> </project> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |