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:
@@ -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"/>
|
||||
|
||||
Reference in New Issue
Block a user