CVS: jcontainer/loom/plugins/maven-sar plugin.properties,1.3,1.4

mauro-yCVjj/[email protected] Tue, 4 Nov 2003 04:25:53 -0600
Newsgroups gmane.comp.java.jcontainer.cvs
Message-ID <[email protected]>
Update of /cvsroot/jcontainer/jcontainer/loom/plugins/maven-sar
In directory hogshead.codehaus.org:/tmp/cvs-serv14518/loom/plugins/maven-sar

Modified Files:
	plugin.properties 
Log Message:
Set maven.sar.metagenerate=false since sar:metagenerate is a postGoal
to java:compile so invoked every time code is compiled. 
Projects needing to metagenerate descriptors need
only to set maven.sar.metagenerate=true in their project.properties.

Index: plugin.properties
===================================================================
RCS file: /cvsroot/jcontainer/jcontainer/loom/plugins/maven-sar/plugin.properties,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- plugin.properties	3 Nov 2003 16:21:52 -0000	1.3
+++ plugin.properties	4 Nov 2003 10:25:35 -0000	1.4
@@ -16,8 +16,8 @@
 maven.sar.logging=
 # Location where the sar will be created. 
 maven.sar.build.dir=${maven.build.dir}
-# Flag to metagenerate xinfo
-maven.sar.metagenerate=true
+# Flag to metagenerate descriptors
+maven.sar.metagenerate=false
 # Location of metagenerate source
 maven.sar.metagenerate.src=${pom.build.sourceDirectory}
 # Files to include/exclude in metagenerate