The maven team is pleased to announce the Maven EJB Plugin 1.6 release!

http://maven.apache.org/reference/plugins/ejb/

EJB Plugin for Maven

Changes in this version include:

  New Features:

o Added new maven.ejb.build.dir property that specifies the location
where the EJBs are generated.

  Changes:

o Modified existing maven.ejb.final.name property (and exposed it as a
public property) so that it doesn't include the path (the path is now
provided by the new maven.ejb.build.dir property). This allows aligning
the WAR and EJB plugin properties. Note: This is a breaking change for
all those using the maven.ejb.final.name property (which was not a
public property).

o Made the maven.ejb.final.name property public as it is required by
several other plugins and before this change the only way is for these
plugins was to call the non-public ejb:init goal.

To automatically install the plugin, type the following on a single
line:

maven plugin:download
  -DgroupId=maven
  -DartifactId=maven-ejb-plugin
  -Dversion=1.6

For a manual installation, you can download the plugin here:
http://www.apache.org/dyn/closer.cgi/java-
repository/maven/plugins/maven-ejb-plugin-1.6.jar


Have fun!
-The maven team



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to