Author: tchemit Date: 2009-08-29 19:39:16 +0200 (Sat, 29 Aug 2009) New Revision: 634 Modified: trunk/pom.xml Log: - using helper 1.0.2 - using check-changelog-file goal - reput jrst.version Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2009-08-27 18:13:31 UTC (rev 633) +++ trunk/pom.xml 2009-08-29 17:39:16 UTC (rev 634) @@ -194,8 +194,9 @@ <maven.javadoc.skip>false</maven.javadoc.skip> <maven.version>2.0.10</maven.version> - <helper.version>1.0.1</helper.version> - + <helper.version>1.0.2-SNAPSHOT</helper.version> + <jrst.version>1.0.0</jrst.version> + <!-- default license to use --> <license.licenseName>lgpl_v3</license.licenseName> @@ -222,6 +223,22 @@ </resource> </resources> + <plugins> + <plugin> + <groupId>org.nuiton</groupId> + <artifactId>maven-helper-plugin</artifactId> + <executions> + <!-- check that the root module has a changelog.txt file --> + <execution> + <id>check changelog file</id> + <goals> + <goal>check-changelog-file</goal> + </goals> + </execution> + </executions> + </plugin> + </plugins> + <pluginManagement> <plugins> @@ -346,7 +363,7 @@ <outputEncoding>${project.reporting.outputEncoding}</outputEncoding> <generateReports>${maven.reports.generate}</generateReports> <locales>${maven.site.locales}</locales> - </configuration> + </configuration> </plugin> <plugin>