You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Wendy Smoak <ws...@gmail.com> on 2005/11/28 05:43:34 UTC

[m2] What happened to 'maven dist' ?

What's the m2 equivalent of 'maven dist' ?  (It would build .tar.gz
and .zip versions of both the binary and source distributions.)

Is the 'assembly' plugin what I'm looking for?

Thanks,
Wendy

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


Re: [m2] What happened to 'maven dist' ?

Posted by Wendy Smoak <ws...@gmail.com>.
On 11/27/05, Brett Porter <br...@gmail.com> wrote:

> -DdescriptorId=src
>
> I'll republish the doc...

Note to self:  ignore documentation, _read_ error message.

Thanks. :)

--
Wendy

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


Re: [m2] What happened to 'maven dist' ?

Posted by Brett Porter <br...@gmail.com>.
-DdescriptorId=src

I'll republish the doc...

On 11/28/05, Wendy Smoak <ws...@gmail.com> wrote:
> On 11/27/05, Brett Porter <br...@gmail.com> wrote:
> > Yep!
>
> http://maven.apache.org/plugins/maven-assembly-plugin/howto.html
>
> $ mvn assembly:assembly -Dmaven.assembly.descriptorId=src
>
> [ERROR] BUILD FAILURE
> [INFO] ---------------------------------------------------
> ---
> [INFO] You must specify descriptor or descriptorId
> [INFO] ---------------------------------------------------
>
> Any ideas?
>
> --
> Wendy
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>
>

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


Re: [m2] What happened to 'maven dist' ?

Posted by Christian Schulte <cs...@schulte.it>.
Wendy Smoak schrieb:
> On 11/27/05, Brett Porter <br...@gmail.com> wrote:
> 
>>Yep!
> 
> 
> http://maven.apache.org/plugins/maven-assembly-plugin/howto.html
> 
> $ mvn assembly:assembly -Dmaven.assembly.descriptorId=src
> 
> [ERROR] BUILD FAILURE
> [INFO] ---------------------------------------------------
> ---
> [INFO] You must specify descriptor or descriptorId
> [INFO] ---------------------------------------------------
> 
> Any ideas?
> 

mvn assembly:assembly -DdescriptorId=src ?

-- 
Christian

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


Re: [m2] What happened to 'maven dist' ?

Posted by Wendy Smoak <ws...@gmail.com>.
On 11/27/05, Brett Porter <br...@gmail.com> wrote:
> Yep!

http://maven.apache.org/plugins/maven-assembly-plugin/howto.html

$ mvn assembly:assembly -Dmaven.assembly.descriptorId=src

[ERROR] BUILD FAILURE
[INFO] ---------------------------------------------------
---
[INFO] You must specify descriptor or descriptorId
[INFO] ---------------------------------------------------

Any ideas?

--
Wendy

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


Re: [m2] What happened to 'maven dist' ?

Posted by Brett Porter <br...@gmail.com>.
Yep!

On 11/28/05, Wendy Smoak <ws...@gmail.com> wrote:
> What's the m2 equivalent of 'maven dist' ?  (It would build .tar.gz
> and .zip versions of both the binary and source distributions.)
>
> Is the 'assembly' plugin what I'm looking for?
>
> Thanks,
> Wendy
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>
>

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