summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authordaniel oeh <daniel.oeh@gmail.com>2013-01-08 15:20:47 +0100
committerdaniel oeh <daniel.oeh@gmail.com>2013-01-08 15:20:47 +0100
commit174d07effa6d3170468fa14b813afa65892fc4ee (patch)
treeb19dabdc861d30ab5ac4c0e95846efadd005e895 /README.md
parent50c983cccd934e1bbc0926a5efde6c9e202e82fd (diff)
downloadantennapod-174d07effa6d3170468fa14b813afa65892fc4ee.zip
Fixed maven build configuration
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 0 insertions, 5 deletions
diff --git a/README.md b/README.md
index 636664484..c7e1fc4b1 100644
--- a/README.md
+++ b/README.md
@@ -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>