Apply MAVEN-949.
Add 'sar' as a connector module git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114225 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
da8be63b45
commit
136738638e
@ -149,7 +149,12 @@
|
||||
<x:element name="module">
|
||||
<x:element name="connector">${dep.getArtifact()}</x:element>
|
||||
</x:element>
|
||||
</j:when>
|
||||
</j:when>
|
||||
<j:when test="${dep.type=='sar'}">
|
||||
<x:element name="module">
|
||||
<x:element name="connector">${dep.getArtifact()}</x:element>
|
||||
</x:element>
|
||||
</j:when>
|
||||
</j:choose>
|
||||
</j:if>
|
||||
</j:forEach>
|
||||
|
||||
@ -5,7 +5,7 @@
|
||||
<pomVersion>3</pomVersion>
|
||||
<id>maven-ear-plugin</id>
|
||||
<name>Maven EAR Plugin</name>
|
||||
<currentVersion>1.2</currentVersion>
|
||||
<currentVersion>1.3-SNAPSHOT</currentVersion>
|
||||
<description>Ear Plugin for Maven</description>
|
||||
<shortDescription>Ear Plugin for Maven</shortDescription>
|
||||
<url>http://maven.apache.org/reference/plugins/ear/</url>
|
||||
|
||||
@ -5,6 +5,10 @@
|
||||
<author email="nathan.coast@blueyonder.co.uk">Nathan Coast</author>
|
||||
</properties>
|
||||
<body>
|
||||
<release version="1.3" date="in CVS">
|
||||
<action dev="dion" type="update">Apply Maven-949</action>
|
||||
</release>
|
||||
|
||||
<release version="1.2" date="2003-09-29">
|
||||
<action dev="michal" type="fix">
|
||||
Fixes for MAVEN-565
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user