Author: brett
Date: Thu Jul 21 23:28:20 2005
New Revision: 220249

URL: http://svn.apache.org/viewcvs?rev=220249&view=rev
Log:
test dud dep

Modified:
    maven/components/trunk/maven-artifact-ant/sample.build.xml

Modified: maven/components/trunk/maven-artifact-ant/sample.build.xml
URL: 
http://svn.apache.org/viewcvs/maven/components/trunk/maven-artifact-ant/sample.build.xml?rev=220249&r1=220248&r2=220249&view=diff
==============================================================================
--- maven/components/trunk/maven-artifact-ant/sample.build.xml (original)
+++ maven/components/trunk/maven-artifact-ant/sample.build.xml Thu Jul 21 
23:28:20 2005
@@ -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"/>
 



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to