|
Project Information
Featured
Downloads
Links
|
Java EE 5 Maven2 archetypesThis project aims to create Java EE 5 archetype to allow developers to easily jumpstart Maven2 projects. Features- A Java EE 5 archetype - javaee5-maven-archetype - which consists of:
For more info, check out Features. Try me!Quick tutorial: InstallationStep 1 (download): Download the file javaee5-maven-archetype-1.0.jar. Step 2 (install in local repo): Run: mvn install:install-file -Dfile=javaee5-maven-archetype-1.0.jar -DgroupId=pl.piotrsorobka.maven -DartifactId=javaee5-maven-archetype -Dversion=1.0 -Dpackaging=jar -DgeneratePom=true UsageRun: mvn archetype:create -DarchetypeGroupId=pl.piotrsorobka.maven -DarchetypeArtifactId=javaee5-maven-archetype -DarchetypeVersion=1.0 -DgroupId=your.group.id -DartifactId=project-name For more info, check out Usages FeedbackYou can leave a message on my blog - http://piotr-sorobka.pl (in polish!), create new issue or contact directly me. Contributorsjweckhart - for first three issues, yay! Wanna help?Join me and help in running this page / creating new archetypes / improving archetypes etc. |