Remove test
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@115665 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -108,16 +108,5 @@
|
||||
<assert:assertEquals expected="5" value="${count.intValue().toString()}"/>
|
||||
|
||||
</goal>
|
||||
|
||||
<goal name="test1">
|
||||
<u:file var="dude" name="${maven.build.dir}"/>
|
||||
<echo>Dude ${dude}</echo>
|
||||
<echo>Dude Parent ${dude.parent}</echo>
|
||||
<echo>Dude Parent ${dude.files}</echo>
|
||||
<j:forEach var="file" items="${dude.listFiles()}">
|
||||
<echo>file ${file}</echo>
|
||||
</j:forEach>
|
||||
</goal>
|
||||
|
||||
|
||||
</project>
|
||||
Reference in New Issue
Block a user