My favorites | Sign in
Project Home Downloads Wiki Issues Source
Project Information
Members
Featured
Downloads
Wiki pages
Links

Java EE 5 Maven2 archetypes

This 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:

  • A parent POM project, which encapsulates all common settings,
  • An ejb module, with simple ejb3
  • A war module, with JSF 1.2 and injected ejb3
  • An ear module, which can be easily deployed to Glassfish application server

For more info, check out Features.

Try me!

Quick tutorial:

Installation

Step 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

Usage

Run:

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

Feedback

You can leave a message on my blog - http://piotr-sorobka.pl (in polish!), create new issue or contact directly me.

Contributors

jweckhart - for first three issues, yay!

Wanna help?

Join me and help in running this page / creating new archetypes / improving archetypes etc.

Powered by Google Project Hosting