Excellent, that worked fine. Regards, H�kon Hallingstad
-----Original Message----- From: Julien Kirch [mailto:[EMAIL PROTECTED] Sent: 23. desember 2004 13:07 To: Maven Users List Subject: Re: Attaining an external goal Hallingstad H�kon wrote: >In this maven.xml goal I want to attain, there are renaming of files, >copying of files, filtering of java source code (before compiling) etc. >But as far as I know, I cannot do this through the reactor, since the >reactor only acts on the project.xml files? > >Regards, >H�kon Hallingstad > > the reactor is made to call a or any goal on a or any project (each project is identified by its project.xml) so if you have a goal that do the stuff you call it and that should be ok Regards Julien --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
