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!

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@232772 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
vmassol
2005-08-15 08:27:20 +00:00
parent 6ab9fc0fd4
commit 94a0d30029

View File

@@ -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}"/>