Android Maven Plugin 3.3.2 released

2012-09-07 Thread Manfred Moser
The Android Maven Plugin team is pleased to announce the release of version 3.3.2 of the plugin. New features are - Support transitive apklibs when invoking aapt - Support BuildConfig generation. - Support the use of alternative executable for "emulator" - Fix proguard mojo for projects which use

Android Maven Plugin 3.3.2 released

2012-09-07 Thread Manfred Moser
The Android Maven Plugin team is pleased to announce the release of version 3.3.2 of the plugin. New features are - Support transitive apklibs when invoking aapt - Support BuildConfig generation. - Support the use of alternative executable for "emulator" - Fix proguard mojo for projects which use

Re: Release plugin release:update-versions ?

2012-09-07 Thread Wayne Fay
> Again going in the right direction i am trying to do things as the release > plugin > does but I cannot use the release plugin directly, as my multi module project > has modules from different svn repo locations. Please keep an open mind > on this. I work in a sensitive env and some of our code

Re: Release plugin release:update-versions ?

2012-09-07 Thread Curtis Rueden
Hi Billy, > In the end am I out of luck using the update-versions goal such the I > update from a SNAPSHOT to a release back to a SNAPSHOT? Maybe I am missing something, but what is wrong with Manfred's suggestion of using "mvn versions:set"? Regards, Curtis On Fri, Sep 7, 2012 at 7:14 AM, B

Re: Release plugin release:update-versions ?

2012-09-07 Thread Baptiste MATHUS
Have you considered using svn:externals? This way you might be able to use a standard release process using the release plugin from a "virtual" svn unique repository. Cheers 2012/9/7 Billy Newman > Agreed I am trying to push I the right direction. > > Regardless what if I have a 1.0-SNAPSHOT an

Re: Release plugin release:update-versions ?

2012-09-07 Thread Billy Newman
Agreed I am trying to push I the right direction. Regardless what if I have a 1.0-SNAPSHOT and I want to update to 1.0 and release. Then move 1.0 after the release to 1.1-SNAPSHOT. Again going in the right direction i am trying to do things as the release plugin does but I cannot use the rel

Re: Testing with archetype:integration-test for archetypes producing empty folders

2012-09-07 Thread jerem
You're right, in fact solution was in a comment of the issue you indicated : "notice that you must configure includeEmptyDirs=true for maven-resources-plugin or the archetype jar won't contain the empty directory (then of course the project generated from the archatype can't contain it...)" With

[ANN] Apache Maven Install Plugin 2.4 Released

2012-09-07 Thread Olivier Lamy
The Maven team is pleased to announce the release of the Apache Maven Install Plugin, version 2.4 The Install Plugin is used during the install phase to add artifact(s) to the local repository. The Install Plugin uses the information in the POM (groupId, artifactId, version) to determine the prope