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
