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:
@@ -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}"/>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user