2008/11/10 Paul Gier <[EMAIL PROTECTED]> > > Adding the phase to the ID doesn't prevent name conflicts, since you can > have the same goal twice in the same phase. I would guess it's actually be > more common to have a goal twice in the same phase vs. in different phases. > So I think the goal name is a better qualifier than the phase. > > I agree when we are talking about executions introduced via the pom... but via the lifecycle, all you'll do is create the same jar three times as the lifecycle does not provide a way to specify *in the lifecycle* different configurations for the three executions... which is why we have compile:compile and compiler:testCompile
-Stephen