Re: lifecycle phase is restarting over

2007-03-09 Thread Kai Uwe Bachmann
Hello, could you post your assembly descriptor and the plugin configuration? Or try one of the predefined assemblies (e.g. jar-with-dependencies). Best Regards Kai Uwe Bachmann Am 08.03.2007 um 21:35 schrieb Dave Maung: thanks for answering my question. I did "attached" goal, however, it see

Re: lifecycle phase is restarting over

2007-03-08 Thread Dave Maung
thanks for answering my question. I did "attached" goal, however, it seems to failed to asseble The error that I am getting is [INFO] [INFO] Error adding file 'C:\webapps\targe t\classes' to archive: C:\webapps\target\c las

Re: lifecycle phase is restarting over

2007-03-08 Thread Kai Uwe Bachmann
Hello, I think you use the assembly goal of the plugin. When you take a look at the documentation you will see that this goal calls the package phase by itself. If you use the attach goal it wouldn't call an other goal. Best Regards Kai Uwe Bachmann Am 08.03.2007 um 20:56 schrieb Dave Maung:

lifecycle phase is restarting over

2007-03-08 Thread Dave Maung
I have the following life cycle set up in compile phase, I have some ant task running, and in package phase, I have assembly plugin set up. The problem is if I execute "mvn package", it is calling "compile" lifecycle phase twice. Is there way to stop occuring it? I am using Maven 2.0.5? Dave