Update of /var/cvs/applications/app-base In directory james.mmbase.org:/tmp/cvs-serv9529
Modified Files: pom.xml Log Message: some code to also create the 'INDEX' files See also: http://cvs.mmbase.org/viewcvs/applications/app-base Index: pom.xml =================================================================== RCS file: /var/cvs/applications/app-base/pom.xml,v retrieving revision 1.14 retrieving revision 1.15 diff -u -b -r1.14 -r1.15 --- pom.xml 16 Feb 2009 22:08:27 -0000 1.14 +++ pom.xml 16 Feb 2009 22:53:00 -0000 1.15 @@ -18,7 +18,6 @@ <build> <defaultGoal>install</defaultGoal> - <resources> <resource> <directory>${basedir}/src</directory> @@ -45,6 +44,19 @@ <include>**</include> </includes> </resource> + <resource> + <targetPath>org/mmbase/config</targetPath> + <directory>config</directory> + <excludes> + <exclude>"**/CVS"</exclude> + </excludes> + </resource> + <resource> + <directory>${basedir}/target/generated-resources</directory> + <includes> + <include>org/**</include> + </includes> + </resource> </resources> <plugins> @@ -64,7 +76,7 @@ </execution> <execution> <id>resources</id> - <phase>process-resources</phase> + <phase>generate-resources</phase> <goals><goal>install-resources</goal></goals> </execution> </executions> _______________________________________________ Cvs mailing list Cvs@lists.mmbase.org http://lists.mmbase.org/mailman/listinfo/cvs