Skip to content

Instantly share code, notes, and snippets.

@emartynov
Created April 5, 2013 15:53
Show Gist options
  • Save emartynov/5320403 to your computer and use it in GitHub Desktop.
Save emartynov/5320403 to your computer and use it in GitHub Desktop.
Point android maven plugin to custom manifest file
<plugin>
<groupId>com.jayway.maven.plugins.android.generation2</groupId>
<artifactId>android-maven-plugin</artifactId>
<configuration>
<androidManifestFile>${project.build.directory}/AndroidManifest.xml</androidManifestFile>
</configuration>
</plugin>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment