kingdom578 / maven-android-plugin

Automatically exported from code.google.com/p/maven-android-plugin
0 stars 0 forks source link

META-INF/services from the project itself are not included in .apk file #387

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
There is issue 97 which improves dealing with META-INF/services. Still, this 
only works (as of version 3.6.0) with META-INF/services in JARs coming from 
dependencies - if the project itself tries to provide services, there are 
ignored.

I am attaching sample project. After running "mvn install" - there is one 
META-INF/services file in the .apk file. There are two in classical JAR file.

Original issue reported on code.google.com by jaroslav...@gmail.com on 25 May 2013 at 8:37

Attachments:

GoogleCodeExporter commented 9 years ago
We are no longer using the issue tracking system on Google Code. Please refile 
this issue on https://github.com/jayway/maven-android-plugin/issues if you 
still have this problem with the latest release of the Android Maven Plugin

Original comment by mosa...@gmail.com on 19 May 2014 at 4:20