You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by br...@apache.org on 2005/07/22 08:28:21 UTC

svn commit: r220249 - /maven/components/trunk/maven-artifact-ant/sample.build.xml

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: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org