Re: Deploying non-unique SNAPSHOTs

2013-02-24 Thread Joachim Durchholz
Am 23.02.2013 21:21, schrieb Baptiste MATHUS: Hi Joachim, Could you please tell us the URL of the page(s) you read where you think this information would have been valuable? We can improve it. http://maven.apache.org/plugins/maven-deploy-plugin/deploy-mojo.html#updateReleaseInfo

Re: Deploying non-unique SNAPSHOTs

2013-02-23 Thread Joachim Durchholz
Am 23.02.2013 08:55, schrieb Stephen Connolly: Maven 3.x removed the ability to deploy non-unique snapshots. This should be documented in the plugin's docs. I wasted half an afternoon trying to get this to work, and that was just for me. There's an option on the repository in Artifactory

Re: Deploying non-unique SNAPSHOTs

2013-02-23 Thread Lewis John Mcgibbney
I'm on 3.x unfortunately. @Joachim Can you please elaborate a bit on artifactory please? Thanks Lewis On Saturday, February 23, 2013, Joachim Durchholz j...@durchholz.org wrote: Am 23.02.2013 08:55, schrieb Stephen Connolly: Maven 3.x removed the ability to deploy non-unique snapshots. This

Re: Deploying non-unique SNAPSHOTs

2013-02-23 Thread Joachim Durchholz
Am 23.02.2013 17:44, schrieb Lewis John Mcgibbney: I'm on 3.x unfortunately. @Joachim Can you please elaborate a bit on artifactory please? I have no access to the Artifactory installation right now and for the upcoming week. IIRC it's an option on the repository. I modified only those

Re: Deploying non-unique SNAPSHOTs

2013-02-23 Thread Lewis John Mcgibbney
If I do mvn package and build the snapshots locally (which I think builds non unique artifacts) can I then manually push these to the apache snapshots repository? Thank you. Lewis On Saturday, February 23, 2013, Joachim Durchholz j...@durchholz.org wrote: Am 23.02.2013 17:44, schrieb Lewis John

Re: Deploying non-unique SNAPSHOTs

2013-02-23 Thread Baptiste MATHUS
mvn package/install will always build unique artifacts locally. The unique artifacts option is only used when deploying (i.e. mvn deploy). Using a repository manager, this is actually not really an issue: just configure it to remove old snapshots (with nexus, it's called Scheduled Tasks, I don't

Re: Deploying non-unique SNAPSHOTs

2013-02-23 Thread Baptiste MATHUS
Hi Joachim, Could you please tell us the URL of the page(s) you read where you think this information would have been valuable? We can improve it. Thanks. 2013/2/23 Joachim Durchholz j...@durchholz.org Am 23.02.2013 08:55, schrieb Stephen Connolly: Maven 3.x removed the ability to deploy

Re: Deploying non-unique SNAPSHOTs

2013-02-22 Thread Stephen Connolly
Maven 3.x removed the ability to deploy non-unique snapshots. Are you on 3.x or 2.2.1? On Friday, 22 February 2013, Lewis John Mcgibbney wrote: Hi, I'll keep this one short and sweet. For the life of me I can't find an automated method for deploying multi-module SNAPSHOT maven artifacts