From: <fg...@us...> - 2008-01-20 17:02:12
|
Revision: 536 http://openutils.svn.sourceforge.net/openutils/?rev=536&view=rev Author: fgiust Date: 2008-01-20 09:02:17 -0800 (Sun, 20 Jan 2008) Log Message: ----------- added reports Modified Paths: -------------- trunk/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2008-01-20 17:00:10 UTC (rev 535) +++ trunk/pom.xml 2008-01-20 17:02:17 UTC (rev 536) @@ -142,37 +142,35 @@ </plugin> </plugins> </build> - <!-- - <reporting> + <reporting> <plugins> - <plugin> - <artifactId>maven-project-info-reports-plugin</artifactId> - </plugin> - <plugin> - <artifactId>maven-changes-plugin</artifactId> - <configuration> - <xmlPath>${basedir}/src/site/changes/changes.xml</xmlPath> - </configuration> - <reportSets> - <reportSet> - <reports> - <report>changes-report</report> - </reports> - </reportSet> - </reportSets> - </plugin> - <plugin> - <artifactId>maven-surefire-report-plugin</artifactId> - </plugin> - <plugin> - <artifactId>maven-changelog-plugin</artifactId> - </plugin> - <plugin> - <artifactId>maven-jxr-plugin</artifactId> - </plugin> + <plugin> + <artifactId>maven-project-info-reports-plugin</artifactId> + </plugin> + <plugin> + <artifactId>maven-changes-plugin</artifactId> + <configuration> + <xmlPath>${basedir}/src/site/changes/changes.xml</xmlPath> + </configuration> + <reportSets> + <reportSet> + <reports> + <report>changes-report</report> + </reports> + </reportSet> + </reportSets> + </plugin> + <plugin> + <artifactId>maven-surefire-report-plugin</artifactId> + </plugin> + <plugin> + <artifactId>maven-changelog-plugin</artifactId> + </plugin> + <plugin> + <artifactId>maven-jxr-plugin</artifactId> + </plugin> </plugins> - </reporting> - --> + </reporting> <distributionManagement> <site> <id>sourceforge</id> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |