Release History

Version Date Description
1.8-SNAPSHOT in SVN
1.7.1 2005-08-28
1.7 2005-08-27
1.6 2005-05-01
1.5 2004-07-09
1.4 2004-05-15
1.3 2004-01-29
1.2 2003-11-26
1.1 2003-09-29
1.0 2002-08-04

Get the RSS feed of the last changes

Release 1.8-SNAPSHOT - in SVN

Type Changes By
update Update dependencies to match ones in maven 1.1 core and to unify them between plugins. The following dependencies are updated :
  • commons-logging v1.0.3 -> v1.0.4
  • maven v1.0 -> v1.0.2
  • maven-model v3.0.0 -> v3.0.1
Fixes MAVEN-1712.
aheritier

Release 1.7.1 - 2005-08-28

Type Changes By
fix Update dependency to Maven Model v3.0.0 final (it was previously depending on 3.0.0 SNAPSHOT). brett

Release 1.7 - 2005-08-27

Type Changes By
update By default do not generate client EJB. I believe this is a more common default that generating as generation of client EJBs is only required for distributed apps which are not so common. vmassol
fix Make the ejb creation work even if there are not sources. vmassol
fix Fixed default property values in the web site documentation. Fixes MPEJB-12. vmassol
fix EJB clie nt jar can now be generated and deployed/installed automatically by the standard goals ( ejb, ejb:ejb, ejb:installand ejb:deploy). Previous goals dedicated to ejb client have been deprecated. There is a new property maven.ejb.client.generatewhich decides whether or not to generate the ejb client jar. It defaults to true. Fixes MPEJB-2. vmassol
fix Added new EJB type handler that supports ejband ejb-clienttypes. This fixes the bug with ejb:install/deploy-clientnot uploading the client jar. Fixes MPEJB-16. Thanks to H�vard Bj�stad . vmassol

Release 1.6 - 2005-05-01

Type Changes By
add Added new maven.ejb.build.dirproperty that specifies the location where the EJBs are generated. vmassol
update Modified existing maven.ejb.final.nameproperty (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.dirproperty). This allows aligning the WAR and EJB plugin properties. Note: This is a breaking change for all those using the maven.ejb.final.nameproperty (which was not a public property). vmassol
update Made the maven.ejb.final.nameproperty 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:initgoal. vmassol

Release 1.5 - 2004-07-09

Type Changes By
fix Replace Apache Jakarta Maven by Apache Maven in Manifest Fixes MPJAR-29. Thanks to Martin van den Bemt . evenisse
add Add ejb:install-client and ejb:dep loy-client goals. evenisse

Release 1.4 - 2004-05-15

Type Changes By
fix Don't generate a Class-Path manfiest entry if there are no jars with ejb.manifest.classpath set to true dion

Release 1.3 - 2004-01-29

Type Changes By
fix Only include maven.ejb.src if it exists dion

Release 1.2 - 2003-11-26

Type Changes By
fix Synchronize ejb and jar plugin usage of: Specification-Title/Vendor/Version and Implementation-Title/Vendor/Version Fixes MAVEN-936. dion

Release 1.1 - 2003-09-29

Type Changes By
add Added maven.ejb.index, maven.ejb.client.index properties. evenisse
add Added maven.ejb.excludes and maven.ejb.includes properties. evenisse
add Added deploy, deploy-snapshot and install-snapshot goals michal
fix Artifact processing in the plugin was slightly changed and now it supports jar overriding mechanism Fixes MAVEN-518. michal
fix property ejb.bundle.jar was renamed to ejb.bundle (old property is still supported, but deprecated) michal

Release 1.0 - 2002-08-04

Type Changes By
add Initial plugin created ncoast