MPEAR-33: Added support of JbossNet archive in application.xml generation.
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@373163 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
590daa1bf5
commit
1aac560e19
@ -226,6 +226,11 @@
|
||||
<x:element name="connector">${bundledPath}</x:element>
|
||||
</x:element>
|
||||
</j:when>
|
||||
<j:when test="${dep.type=='wsr'}">
|
||||
<x:element name="module">
|
||||
<x:element name="java">${bundledPath}</x:element>
|
||||
</x:element>
|
||||
</j:when>
|
||||
</j:choose>
|
||||
</j:if>
|
||||
</j:forEach>
|
||||
|
||||
@ -25,6 +25,7 @@
|
||||
</properties>
|
||||
<body>
|
||||
<release version="1.8-SNAPSHOT" date="In SVN">
|
||||
<action dev="snicoll" type="fix" issue="MPEAR-33">Added support of JbossNet archive in application.xml generation.</action>
|
||||
<action dev="aheritier" type="update" issue="MAVEN-1712">Update dependencies to match ones in maven 1.1 core and to unify them between plugins. The following dependencies are updated :
|
||||
<ul>
|
||||
<li>commons-jelly-tags-util v1.1 -> v1.1.1</li>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user