Remove resources namespace usage
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113767 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
77125ff59f
commit
d659685713
@ -6,7 +6,6 @@
|
||||
xmlns:license="license"
|
||||
xmlns:maven="jelly:maven"
|
||||
xmlns:deploy="deploy"
|
||||
xmlns:resources="resources"
|
||||
xmlns:util="jelly:util"
|
||||
xmlns:doc="doc">
|
||||
|
||||
|
||||
@ -4,7 +4,6 @@
|
||||
xmlns:j="jelly:core"
|
||||
xmlns:ant="jelly:ant"
|
||||
xmlns:define="jelly:define"
|
||||
xmlns:resources="resources"
|
||||
xmlns:maven="jelly:maven">
|
||||
|
||||
<!-- ================================================================== -->
|
||||
|
||||
@ -305,8 +305,7 @@
|
||||
|
||||
<goal name="test:test-resources"
|
||||
description="Copy any resources that must be present for run tests"
|
||||
prereqs="test:prepare-filesystem"
|
||||
xmlns:resources="resources">
|
||||
prereqs="test:prepare-filesystem">
|
||||
|
||||
<j:if test="${unitTestSourcesPresent}">
|
||||
<j:if test="${!pom.build.unitTest.resources.isEmpty()}">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user