Ok, thanks for the clarification! So, is this the right sequence in your opinion?
clean package findbugs:findbugs pmd:pmd pmd:cpd checkstyle:checkstyle site-deploy Or where can I find out more about that topic? http://www.sonatype.com/books/mvnref-book/reference/lifecycle.html doesn't tell me about how to call individual plugin goals within a lifecycle, unless I missed something. Best regards, Eric -----Ursprüngliche Nachricht----- Von: Justin Edelson [mailto:[email protected]] Gesendet: Dienstag, 20. Juli 2010 13:54 An: Maven Users List Betreff: Re: Does the sequence of goals/phases matter? On Jul 20, 2010, at 7:49 AM, "Lewis, Eric" <[email protected]> wrote: > Hi > > This is probably a trivial question, but I'll ask it nonetheless :-) > > Does the sequence of the goals and lifecycle phases matter when I call Maven? Yes > > In other words, are these two exactly the same? No > > clean package site-deploy > > site-deploy clean package > > > Best regards, > Eric > --------------------------------------------------------------------- > 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
