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

mauro-yCVjj/[email protected] Mon, 3 Nov 2003 10:21:55 -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-serv9692/loom/plugins/maven-sar

Modified Files:
	plugin.properties 
Log Message:
Take default metagenerate src dir from POM

Index: plugin.properties
===================================================================
RCS file: /cvsroot/jcontainer/jcontainer/loom/plugins/maven-sar/plugin.properties,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- plugin.properties	1 Nov 2003 13:07:17 -0000	1.2
+++ plugin.properties	3 Nov 2003 16:21:52 -0000	1.3
@@ -4,7 +4,6 @@
 # Loom Sar plugin
 # -------------------------------------------------------------------
 # Location of where the sar source is located in the source tree. 
-# Defaults to ${maven.src.dir}.
 maven.sar.src=${maven.src.dir}
 # Location of configuration files
 maven.sar.assembly=${maven.sar.src}/conf/assembly.xml
@@ -16,12 +15,11 @@
 # The environment logging takes precedence over the logging file.  
 maven.sar.logging=
 # Location where the sar will be created. 
-# Defaults to ${maven.build.dir}
 maven.sar.build.dir=${maven.build.dir}
 # Flag to metagenerate xinfo
 maven.sar.metagenerate=true
 # Location of metagenerate source
-maven.sar.metagenerate.src=${maven.src.dir}/java
+maven.sar.metagenerate.src=${pom.build.sourceDirectory}
 # Files to include/exclude in metagenerate
 maven.sar.metagenerate.include=**/*.java
 maven.sar.metagenerate.exclude=