test dud dep

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@220249 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Brett Leslie Porter 2005-07-22 06:28:20 +00:00
parent eab42822ef
commit ff94d454fa
1 changed files with 6 additions and 0 deletions

View File

@ -28,6 +28,12 @@
</typedef>
</target>
<target name="test-bad-dep" depends="initTaskDefs">
<artifact:dependencies pathId="dependency.classpath" filesetId="dependency.fileset">
<dependency groupId="foo" artifactId="foo" version="1.0-alpha-2"/>
</artifact:dependencies>
</target>
<target name="test-pom" depends="initTaskDefs">
<artifact:pom file="pom.xml" id="my.maven.project"/>