Closed GoogleCodeExporter closed 9 years ago
[deleted comment]
And btw. SO dependencies are added also to the DEX GOAL command line.
I don't know if DEX tool need it.
Original comment by tomas.pr...@gmail.com
on 8 Nov 2012 at 8:20
Probably correct that so files should be excluded. Can you send a pull request?
Original comment by mosa...@gmail.com
on 7 Dec 2012 at 6:23
I'm working on pull request now. I thinking about it.
It is necessary something different that jar artifacts type?
Because in ProguardMojo in collectProgramInputFiles() plugin create list off
all dependencies and exclude only explicitly excluded by user (by
isBlacklistedArtifact()) it contain .so .apklib, .jar, everythink. A then
collectInputFiles() it iterate over whole list and exclude only .apklib. I
think that much better would be simply modify (collectProgramInputFiles) to
create list only from .jar files or I miss something?
Original comment by tomas.pr...@gmail.com
on 25 Mar 2013 at 8:03
Really will be be much better migrate to github issues from here :-(
Original comment by tomas.pr...@gmail.com
on 26 Mar 2013 at 8:30
I made pull request with fix already
https://github.com/jayway/maven-android-plugin/pull/191
Original comment by tomas.pr...@gmail.com
on 4 Apr 2013 at 7:22
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:19
Original issue reported on code.google.com by
tomas.pr...@gmail.com
on 8 Nov 2012 at 8:17