Skip to content

Commit

Permalink
update the README file
Browse files Browse the repository at this point in the history
  • Loading branch information
cescoffier committed Dec 7, 2010
1 parent 6e45a04 commit 2ef04b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README
Expand Up @@ -11,7 +11,7 @@ way to initiate an android project:
mvn archetype:generate \
-DarchetypeArtifactId=android-quickstart \
-DarchetypeGroupId=de.akquinet.android.archetypes \
-DarchetypeVersion=1.0.0 \
-DarchetypeVersion=1.0.1 \
-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.0 \
-DarchetypeVersion=1.0.1 \
-DgroupId=com.foo.bar \
-DartifactId=my-android-project \
-Dpackage=com.foo.bar.android
Expand Down

0 comments on commit 2ef04b7

Please sign in to comment.