Author: vmassol
Date: Mon Aug 15 01:27:20 2005
New Revision: 232772

URL: http://svn.apache.org/viewcvs?rev=232772&view=rev
Log:
MPEJB-20: Fixed error in previous patch for MPEJB-2 in ejb:deploy which was 
deploying the ejb-client as a jar instead as an ejb. Many thanks to Fredrik 
Vraalsen for catching this!

Modified:
    maven/maven-1/plugins/trunk/ejb/plugin.jelly

Modified: maven/maven-1/plugins/trunk/ejb/plugin.jelly
URL: 
http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/ejb/plugin.jelly?rev=232772&r1=232771&r2=232772&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/ejb/plugin.jelly (original)
+++ maven/maven-1/plugins/trunk/ejb/plugin.jelly Mon Aug 15 01:27:20 2005
@@ -231,7 +231,7 @@
      <j:if test="${context.getVariable('maven.ejb.client.generate') == 
'true'}">
        <artifact:deploy
           artifact="${maven.ejb.build.dir}/${maven.ejb.client.final.name}"
-          type="jar"
+          type="ejb-client"
           project="${pom}"
           typeHandler="${ejbTypeHandler}"/>
      </j:if>
@@ -264,7 +264,7 @@
 
      <artifact:deploy
         artifact="${maven.ejb.build.dir}/${maven.ejb.client.final.name}"
-        type="jar"
+        type="ejb-client"
         project="${pom}"
         typeHandler="${ejbTypeHandler}"/>
 



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

Reply via email to