mirror of https://github.com/apache/maven.git
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:
parent
eab42822ef
commit
ff94d454fa
|
@ -28,6 +28,12 @@
|
||||||
</typedef>
|
</typedef>
|
||||||
</target>
|
</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">
|
<target name="test-pom" depends="initTaskDefs">
|
||||||
<artifact:pom file="pom.xml" id="my.maven.project"/>
|
<artifact:pom file="pom.xml" id="my.maven.project"/>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue