Author: tchemit Date: 2010-03-27 20:53:48 +0100 (Sat, 27 Mar 2010) New Revision: 842 Log: configure update properties header Modified: trunk/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2010-03-27 19:03:25 UTC (rev 841) +++ trunk/pom.xml 2010-03-27 19:53:48 UTC (rev 842) @@ -214,7 +214,7 @@ <developerConnection>scm:svn:http://svn.nuiton.org/svn/mavenpom/trunk</developerConnection> <url>http://www.nuiton.org/repositories/browse/mavenpom/trunk</url> </scm> - + <!-- ************************************************************* --> <!-- *** Build Settings ****************************************** --> <!-- ************************************************************* --> @@ -521,7 +521,7 @@ </dependency> </dependencies> </plugin> - + <plugin> <artifactId>maven-antrun-plugin</artifactId> <version>1.3</version> @@ -571,7 +571,7 @@ <artifactId>maven-invoker-plugin</artifactId> <version>1.5</version> </plugin> - + <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>exec-maven-plugin</artifactId> @@ -1154,6 +1154,8 @@ <phase>process-resources</phase> <configuration> <generatorName>license-properties</generatorName> + <compileSourceRoots>${basedir}/src/main/resources</compileSourceRoots> + <testSourceRoots>${basedir}/src/test/resources</testSourceRoots> <includes>**/*.properties</includes> </configuration> </execution> @@ -1582,7 +1584,7 @@ <dryRun>true</dryRun> <redmine.dryRun>${dryRun}</redmine.dryRun> </properties> - + <build> <defaultGoal>validate</defaultGoal>