Skip to content

Commit

Permalink
update the README file:
Browse files Browse the repository at this point in the history
- udpate the maven-androiid-plugin version
- update archetype version
  • Loading branch information
cescoffier committed Dec 7, 2010
1 parent 5276aee commit 6c58a83
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README
@@ -1,7 +1,7 @@
This projects provides several Maven archetypes for Android. Those archetypes allows to quickly bootstrap a Maven project
to develop an android application.

These artifacts are based on the maven-android-plugin (http://code.google.com/p/maven-android-plugin/). It currently uses the 2.8.1 version.
These artifacts are based on the maven-android-plugin (http://code.google.com/p/maven-android-plugin/). It currently uses the 2.8.2 version.

android-quickstart
------------------
Expand All @@ -11,7 +11,7 @@ way to initiate an android project:
mvn archetype:generate \
-DarchetypeArtifactId=android-quickstart \
-DarchetypeGroupId=de.akquinet.android.archetypes \
-DarchetypeVersion=1.0.1 \
-DarchetypeVersion=1.0.2 \
-DgroupId=your.company \
-DartifactId=my-android-application

Expand All @@ -34,7 +34,7 @@ This archetype creates a multi-module project containing an android application
mvn archetype:generate \
-DarchetypeArtifactId=android-with-test \
-DarchetypeGroupId=de.akquinet.android.archetypes \
-DarchetypeVersion=1.0.1 \
-DarchetypeVersion=1.0.2 \
-DgroupId=com.foo.bar \
-DartifactId=my-android-project \
-Dpackage=com.foo.bar.android
Expand Down

0 comments on commit 6c58a83

Please sign in to comment.