Author: tchemit Date: 2009-08-22 23:49:07 +0200 (Sat, 22 Aug 2009) New Revision: 618 Modified: trunk/pom.xml Log: redo mavenpom 1.0.0 release with no ref to jrst Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2009-08-22 21:48:03 UTC (rev 617) +++ trunk/pom.xml 2009-08-22 21:49:07 UTC (rev 618) @@ -10,7 +10,7 @@ <!-- POM Relationships : Coordinates --> <groupId>org.nuiton</groupId> <artifactId>mavenpom</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> <!-- POM Relationships : Inheritance --> @@ -192,7 +192,7 @@ <maven.javadoc.skip>false</maven.javadoc.skip> <maven.version>2.0.10</maven.version> - <helper.version>1.0.0</helper.version> + <helper.version>1.0.1</helper.version> <!-- default license to use --> <license.licenseName>lgpl_v3</license.licenseName> @@ -614,6 +614,16 @@ <maven.test.skip>true</maven.test.skip> </properties> </profile> + <!-- do not build reports (speedup site generation in dev) --> + <profile> + <id>noreports</id> + <activation> + <activeByDefault>false</activeByDefault> + </activation> + <properties> + <maven.reports.generate>false</maven.reports.generate> + </properties> + </profile> <!-- perform only on a release stage when using the maven-release-plugin --> <profile>