Re: Why is properties-maven-plugin still in alpha?

2013-02-23 Thread Matthew Adams
Good suggestion, but I need it for not just that (and besides, you should be using failsafe for integration tests, not surefire). But also I need that property set for database schema generation via my ORM's Maven plugin, which happens during the process-classes phase. On Fri, Feb 22, 2013 at 10

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 > Am 23.02.2013 08:55, schrieb Stephen Connolly: > > Maven 3.x removed the ability to deploy non-unique snaps

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 k

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 wrote: > Am 23.02.2013 17:44, schrieb Lewis John Mcgibbney: >> >> I

Android Maven Plugin 3.5.1 released

2013-02-23 Thread Manfred Moser
The Android Maven Plugin team is pleased to announce the release of version 3.5.1 of the plugin. There are some long awaited new features and improvements so you should definitely check it out ;-) - New features/bug fixes are - Added existence check for res folder when expanding apklib files to m

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 reposi

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 wrote: > Am 23.02.2013 08:55, schrieb Stephen Connolly: >> >> Maven 3.x removed the ability to deploy non-unique snapshots. > > This should be doc

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 tha