« Return to Thread: custom deployment cycle

Re: custom deployment cycle

by Wendy Smoak-3 :: Rate this Message:

Reply to Author | View in Thread

On Wed, Jul 1, 2009 at 6:58 AM, olip<oliverpelz@...> 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@...
For additional commands, e-mail: users-help@...

 « Return to Thread: custom deployment cycle