|
Project Information
Links
|
This project offers alternate maven archetypes :
Update 12/10/2011 : Since the project SCM changed from SVN to Git, we can no longer write to the old svn-based maven repository. It was moved over to github.com. The old repo is still accessible from http://open-archetypes.googlecode.com/svn/snapshots-repository/ , but won't evolve anymore. Moreover the source code of multi-javaee6-archetype is currently living under https://github.com/open-archetypes/multi-javaee6-archetype. I'm considering moving the whole project to github, someday. Snapshots repository : http://open-archetypes.github.com/maven-repo/snapshots/ Catalog for snapshot archetypes :http://open-archetypes.github.com/maven-repo/snapshots/archetype-catalog.xml In order to create a new project using open-archetypes' catalog, type the following in a command shell : mvn archetype:generate -DarchetypeCatalog=http://open-archetypes.github.com/maven-repo/snapshots/archetype-catalog.xml |