o fix for transitive dynatag dependency problem.

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@112922 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
jvanzyl
2003-02-12 21:49:37 +00:00
parent 0dba0615e7
commit 1d4aabfe0b

View File

@@ -7,8 +7,18 @@
xmlns:deploy="deploy"
xmlns:resources="resources"
xmlns:util="jelly:util"
xmlns:doc="doc"
xmlns:m="maven">
<!--
The xmlns:doc declaration is a fix for transitive dynatag dependency
problem. The introduction of license dynatag which uses the xdoc
plugin revealed the problem a day before the release. This should
allow a new user to build with no initial repo.
-->
<j:choose>
<j:when test="${!pom.build.resources.includes.isEmpty()}">
<property name="maven.has.jar.resource.patterns" value="true"/>