PR: MPRELEASE-11
Submitted by: Fredrik Vraalsen allow non-jar dependencies git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@329958 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
8aa6443bbf
commit
fb8c7ffda9
@ -88,7 +88,7 @@
|
|||||||
<ant:fileset dir="${mavenRepoLocal}">
|
<ant:fileset dir="${mavenRepoLocal}">
|
||||||
<j:forEach var="dependency" items="${pom.dependencies}">
|
<j:forEach var="dependency" items="${pom.dependencies}">
|
||||||
<j:if test='${category.equals(dependency.getProperty("category"))}'>
|
<j:if test='${category.equals(dependency.getProperty("category"))}'>
|
||||||
<ant:include name="${dependency.artifactDirectory}/jars/${dependency.artifact}"/>
|
<ant:include name="${dependency.artifactDirectory}/${dependency.type}s/${dependency.artifact}"/>
|
||||||
<ant:include name="${dependency.artifactDirectory}/licenses/${dependency.artifactId}.license"/>
|
<ant:include name="${dependency.artifactDirectory}/licenses/${dependency.artifactId}.license"/>
|
||||||
</j:if>
|
</j:if>
|
||||||
</j:forEach>
|
</j:forEach>
|
||||||
|
|||||||
@ -26,6 +26,7 @@
|
|||||||
</properties>
|
</properties>
|
||||||
<body>
|
<body>
|
||||||
<release version="1.5-SNAPSHOT" date="In SVN">
|
<release version="1.5-SNAPSHOT" date="In SVN">
|
||||||
|
<action dev="brett" type="fix" issue="MPRELEASE-11">handle non-jar dependnecies</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 :
|
<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>
|
<ul>
|
||||||
<li>maven v1.0-rc2 -> v1.0.2</li>
|
<li>maven v1.0-rc2 -> v1.0.2</li>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user