lnln1111 / android-apktool

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

pom.xml or m2 repo needs update #333

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
0. Start with a fresh local maven repo
1. follow the documentation to clone and build the apktool
2. run command: mvn install
3. mvn complains about not being able to find smali-pom-1.0-SNAPSHOT.jar in the 
repo @ 
https://android-apktool.googlecode.com/svn/m2-releases/brut/apktool/smali/smali-
pom/

What is the expected output? What do you see instead?
mvn should be able to compile everything by default.

What version of the product are you using? On what operating system?
Clone as of 2012.07.08, Linux Mint 64-bit. Maven 3.0.4

Please provide any additional information below.
If you check out each dependency separately and install all of them separately, 
then disable the repository in apktool's pom.xml, then maven will find the 
1.0-SNAPSHOT in the local repo and compile sucessfully.

Original issue reported on code.google.com by VTSteve...@gmail.com on 8 Jul 2012 at 8:21

GoogleCodeExporter commented 9 years ago
As of v1.5.1 Maven has been removed in favour of Gradle.

No longer a problem.

See new build instructions: 
http://code.google.com/p/android-apktool/wiki/BuildApktool?tm=4

Original comment by connor.tumbleson on 15 Nov 2012 at 5:34