« Return to Thread: custom deployment cycle

Re: custom deployment cycle

by olip :: Rate this Message:

Reply to Author | View in Thread

Thanks Wendy,
Can you give me an example what do you mean by "attached" goals in my assembly plugin configuration. Sorry but I am a total newbie.
Thank you for your help
Oli
Wendy Smoak-3 wrote:
On Wed, Jul 1, 2009 at 6:58 AM, olip<oliverpelz@googlemail.com> wrote:

> I can do this by typing:
> four commands on the command line:
> mvn install
> mvn assembly:assembly
> mvn site
> mvn deploy

You should be able to get it down to "mvn site deploy" if you change
your assembly plugin configuration to one of the 'attached' goals that
runs automatically as part of the build.

deploy implies (is later in the lifecycle than) install, so you don't need both.

--
Wendy

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org

 « Return to Thread: custom deployment cycle