Skip to content

Instantly share code, notes, and snippets.

@jesperfj
Created May 13, 2011 17:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jesperfj/970996 to your computer and use it in GitHub Desktop.
Save jesperfj/970996 to your computer and use it in GitHub Desktop.
Create a new Database.com Spring Web App from a maven archetype
mvn archetype:generate -DarchetypeCatalog=http://repo.t.salesforce.com/archiva/repository/releases/archetype-catalog.xml -DarchetypeGroupId=com.force.sdk -DarchetypeArtifactId=springmvc-archetype
@naaman
Copy link

naaman commented Aug 17, 2011

you can drop the archetype catalog ;)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment