You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by Manfred Moser <ma...@mosabuam.com> on 2012/12/19 19:50:13 UTC

Android Maven Plugin 3.5.0 Released

The Android Maven Plugin team is pleased to announce the release of
version 3.5.0 of the plugin.

New features/bug fixes are
Non-release builds will now automatically be debuggable
Added support to for updating android:authorities attributes on provider
elements in the manifest
Improved automatic versionCode generation to avoid ambigious versionCode
for different versions
Allow the specification of patterns to exclude jar files from resource
inclusion
Allow handling of library name differently than `lib<artifactId>.so`
Fix for RC versions of the SDK in terms of manifest parsing and overall
plugin execution
Allow relative package names for the run goal
Introduced usage of parent pom to remove need to manage plugin versions
Cleaned up site creation
Updated many dependency versions
ATTENTION

Since non-release builds are now debuggable by default you NEED TO ensure
that the release parameter is set to true in your release build.

In the pom this would be e.g.

<groupId>com.jayway.maven.plugins.android.generation2</groupId>
<artifactId>android-maven-plugin</artifactId>
<configuration>
    <release>true</release>

or you could activate on the command line with e.g
mvn clean deploy -Dandroid.release=true

or if you use the release plugin just add the above pom config to the
release profile.

When upgrading please ensure to check the change log for further details:

http://code.google.com/p/maven-android-plugin/wiki/Changelog

We would like to thank the contributors to this release for their valuable
help and invite you all to help us out as well:

We would like to thank the following contributors for their awesome work.
James Lawrie  https://github.com/jlawrienyt
Nic Strong http://www.codepoets.co.nz
Fred Eisele https://github.com/phreed
Mark Raynsford http://io7m.com
Tomasz Ptak https://github.com/tptak
Stéphane Nicolas https://github.com/stephanenicolas
Jonas Alves http://jonasalves.wordpress.com/
Manfred Moser http://www.simpligility.com
Documentation, issue tracker and more can be found on the plugin website at

http://code.google.com/p/maven-android-plugin/

For a primer to use the plugin check out the Android Development chapter
in Maven: The Complete Reference

http://www.sonatype.com/books/mvnref-book/reference/android-dev.html

Please join the Maven Android Mailing List for relevant discussions:

https://groups.google.com/forum/?fromgroups#!forum/maven-android-developers

Enjoy

Manfred Moser
http://www.simpligility.com


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org