Skip to content

Instantly share code, notes, and snippets.

@kosugi
Created August 22, 2013 17:04
Show Gist options
  • Select an option

  • Save kosugi/6310001 to your computer and use it in GitHub Desktop.

Select an option

Save kosugi/6310001 to your computer and use it in GitHub Desktop.
#!/bin/bash
mvn archetype:generate \
-DarchetypeArtifactId=android-quickstart \
-DarchetypeGroupId=de.akquinet.android.archetypes \
-DarchetypeVersion=1.0.11 \
-DgroupId=org.nkm3 \
-DartifactId=plurk-headspin \
-Dversion=1.0.0 \
-Dplatform=10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment