RE: [m2] Nightly build using assembly

2006-01-22 Thread Brian E. Fox
You could add a dependency-maven-plugin call to copy the deployed artifact to somewhere more appropriate for publishing. -Original Message- From: Sean Schofield [mailto:[EMAIL PROTECTED] Sent: Friday, January 20, 2006 8:53 AM To: Maven Users List Subject: Re: [m2] Nightly build using

Re: [m2] Nightly build using assembly

2006-01-20 Thread Sean Schofield
> I'm trying to publish our project's nightly builds using > assembly:assembly publish. Actually I'm using assembly:assembly deploy - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[m2] Nightly build using assembly

2006-01-20 Thread Sean Schofield
I'm trying to publish our project's nightly builds using assembly:assembly publish. The resulting tarballs are published but so are the poms and meta-data.xml. Ideally this would not be published as the end user does not care about such things. They just want to download the tarball. Also, if p