diff --git a/ejb/project.xml b/ejb/project.xml index 6f2c1f19..49cc3122 100644 --- a/ejb/project.xml +++ b/ejb/project.xml @@ -17,13 +17,12 @@ * limitations under the License. */ --> - ../plugin-parent/project.xml 3 maven-ejb-plugin Maven EJB Plugin - 1.7-SNAPSHOT + 1.7 EJB Plugin for Maven EJB Plugin for Maven http://maven.apache.org/reference/plugins/ejb/ @@ -55,6 +54,11 @@ 1.6 MAVEN_EJB_1_6 + + 1.7 + 1.7 + MAVEN_EJB_1_7 + @@ -85,7 +89,7 @@ - Håvard Bjåstad + HÃ¥vard BjÃ¥stad diff --git a/ejb/xdocs/changes.xml b/ejb/xdocs/changes.xml index 657df252..f0edaf9b 100644 --- a/ejb/xdocs/changes.xml +++ b/ejb/xdocs/changes.xml @@ -17,59 +17,41 @@ * limitations under the License. */ --> - Changes Nathan Coast - - - 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. + + 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. + Make the ejb creation work even if there are not sources. + Fixed default property values in the web site documentation. + EJB client 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. - - Make the ejb creation work even if there are not sources. - - - Fixed default property values in the web site documentation. - - - EJB client jar can now be generated and deployed/installed - automatically by the standard goals (ejb, ejb:ejb, - ejb:install and ejb:deploy). Previous goals - dedicated to ejb client have been deprecated. There is a new - property maven.ejb.client.generate which decides whether or - not to generate the ejb client jar. It defaults to true. - - - Added new EJB type handler that supports ejb and - ejb-client types. This fixes the bug with - ejb:install/deploy-client not uploading the client - jar. + Added new EJB type handler that supports + ejband + ejb-clienttypes. This fixes the bug with + ejb:install/deploy-clientnot uploading the client jar. - - Added new maven.ejb.build.dir property that specifies the - location where the EJBs are generated. + Added new + maven.ejb.build.dirproperty that specifies the location where the EJBs are generated. - - 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). + 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). - - 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. + 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.