diff options
author | daniel oeh <daniel.oeh@gmail.com> | 2013-01-08 15:20:47 +0100 |
---|---|---|
committer | daniel oeh <daniel.oeh@gmail.com> | 2013-01-08 15:20:47 +0100 |
commit | 174d07effa6d3170468fa14b813afa65892fc4ee (patch) | |
tree | b19dabdc861d30ab5ac4c0e95846efadd005e895 /README.md | |
parent | 50c983cccd934e1bbc0926a5efde6c9e202e82fd (diff) | |
download | antennapod-174d07effa6d3170468fa14b813afa65892fc4ee.zip |
Fixed maven build configuration
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -39,11 +39,6 @@ ActionBarSherlock and ViewPagerIndicator have to be added as library projects. F You can already build unsigned packages with maven, if you add annotations.jar from the Android SDK to your local maven repository. You don't have to do anything described in the 'Building with ant' section in order to build with maven. - Make sure the ANDROID_HOME variable is set to the location of your Android SDK installation -- Navigate from your Android SDK directory into tools/support -- Execute the following command: - <pre> -mvn install:install-file -Dfile=./annotations.jar -DgroupId=android.tools.support -DartifactId=annotations -Dversion=1.0 -Dpackaging=jar -</pre> - In the root directory of this project, you can then execute the following command to build it: <pre>mvn clean package</pre> |