You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by EJ Ciramella <ej...@upromise.com> on 2007/04/25 05:26:17 UTC

quick custom plugin question

So I've written a file that stores all the properties set in an xml file
for ant consumption.
 
But running my plugin like this:
 
mvn m2utils:propGen:1.0:propgen -Dinfilename=effectivepom.xml
-Doutfilename=newoutfile.xml
 
It is run every time maven finds a sub module, so instead of having
about 400 properties, I have over 7000.
 
How can I stop this?  I just want it to run ONCE.

RE: quick custom plugin question

Posted by EJ Ciramella <ej...@upromise.com>.
NVM - it's @aggregator true

-----Original Message-----
From: EJ Ciramella [mailto:ejciramella@upromise.com] 
Sent: Tuesday, April 24, 2007 11:26 PM
To: Maven Users List
Subject: quick custom plugin question

So I've written a file that stores all the properties set in an xml file
for ant consumption.
 
But running my plugin like this:
 
mvn m2utils:propGen:1.0:propgen -Dinfilename=effectivepom.xml
-Doutfilename=newoutfile.xml
 
It is run every time maven finds a sub module, so instead of having
about 400 properties, I have over 7000.
 
How can I stop this?  I just want it to run ONCE.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org