Add fixme for problem I don't know how to fix just yet.

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113595 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
dion 2003-07-04 06:32:37 +00:00
parent f3a88de53b
commit 7a83c4d83c

View File

@ -46,6 +46,7 @@
<!-- include marked dependencies -->
<j:forEach var="dep" items="${pom.dependencies}">
<j:if test="${dep.getProperty('ejb.bundle.jar')=='true'}">
<!-- FIXME: This doesn't allow jar overrides to work -->
<ant:fileset dir="${maven.repo.local}/${dep.artifactDirectory}/jars/">
<ant:include name="${dep.artifact}"/>
</ant:fileset>