Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@jvanzyl
Last active August 29, 2015 14:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jvanzyl/a8d2f4f7a0dfa70d2246 to your computer and use it in GitHub Desktop.
Save jvanzyl/a8d2f4f7a0dfa70d2246 to your computer and use it in GitHub Desktop.
Maven Dev Hangout -- April 16th, 2015

Maven Dev Hangout -- April 16th, 2015

Maven Android Plugin 4.2.0 Release

New features/bug fixes for the specific release are

  • New default value to include internal jars from aar libraries by default
  • Don’t include internal libs from transitive AAR deps into an AAR
  • Better doco for destinationAndroidManifest parameter
  • Project META-INF artifacts are included in APK
  • Support for specifying debug port - automatically forward JDWP connection
  • Configurable encoding for publish mojo listing files
  • Checkstyle - removed deprecated check
  • Add NDK support for arm64-v8a APP_ABI
  • Log warning about using dependencies conflicting with packaged libraries in android jar
  • Allow AAR provided proguard configuration to be automatically integrated
  • Updated Android SDK libraries 1.1.3 / 24.1.3
  • Regex support for VersionGenerator used in AndroidManifest manipulations

For more details please check out the website:

https://github.com/simpligility/android-maven-plugin/blob/master/src/site/asciidoc/changelog.adoc

Maven Plugin Updates

We now have a full set of recent releases to support Maven 2.2.1. Many thanks for Karl-Heinz who drives all these releases!

Staged Maven 3.3.2

The problem loading core extensions from authenticated repos has been fixed. We'll have to wait until Maven 3.3.3 to fix the Wagon issue where the user-agent header is sent in duplicate.

Safe Parallel Builds

An example of how to use the new core extension mechanism to have safe and efficient parallel builds:

https://github.com/takari/core-extensions-example

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment