Re: Deploying maven artifacts to a repo and assemblies to another repo

2012-07-05 Thread Simone Tripodi
that's an interesting suggestion Ansgar, very appreciated!!! have a nice day, all the best, -Simo http://people.apache.org/~simonetripodi/ http://simonetripodi.livejournal.com/ http://twitter.com/simonetripodi http://www.99soft.org/ On Thu, Jul 5, 2012 at 10:55 AM, Ansgar Konermann wrote: > Ma

Re: Deploying maven artifacts to a repo and assemblies to another repo

2012-07-05 Thread Ansgar Konermann
Make the "pure maven" artifacts a dependency of a dedicated "assembly" module instead of attaching the assembly to your pure maven artifact module, tell assembly plugin to package dependencies, set distribution management of assembly module to people.apache.org. Am 05.07.2012 09:03 schrieb "Simone

Deploying maven artifacts to a repo and assemblies to another repo

2012-07-05 Thread Simone Tripodi
Hi all guys, in some projects here at ASF I need to separate pure maven artifacts deployment to attached assemblies, I mean, when performing a release, while uploading jars on Nexus is fine, I need assemblies (zip, tgz) be uploaded (with gpg signature and checksums) to people.apache.org... I trie