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:
brett 2005-11-01 03:06:58 +00:00
parent 8aa6443bbf
commit fb8c7ffda9
2 changed files with 2 additions and 1 deletions

View File

@ -88,7 +88,7 @@
<ant:fileset dir="${mavenRepoLocal}">
<j:forEach var="dependency" items="${pom.dependencies}">
<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"/>
</j:if>
</j:forEach>

View File

@ -26,6 +26,7 @@
</properties>
<body>
<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 :
<ul>
<li>maven v1.0-rc2 -> v1.0.2</li>