add some notes on prerequisites for tests

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@289537 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Brett Leslie Porter 2005-09-16 13:42:55 +00:00
parent 865e099122
commit 4ca0d6ce21

View File

@ -1,4 +1,7 @@
<project name="foo" default="foo" xmlns:artifact="urn:maven-artifact-ant">
<!--
<project name="foo" default="foo" xmlns:artifact="antlib:org.apache.maven.artifact.ant">
-->
<!--
You either need to run the the 'initTaskDefs' task below and
define the artifact namespace like above (choose anything you
@ -18,8 +21,8 @@
-->
<target name="initTaskDefs">
<!-- don't forget to update the version! -->
<path id="maven.classpath">
<!-- don't forget to set the value! -->
<pathelement location="target/maven-artifact-ant-2.0-beta-1-SNAPSHOT-dep.jar"/>
</path>
@ -104,6 +107,7 @@
<pom refid="maven.project"/>
</artifact:install>
<echo>Note: only works on snapshots!</echo>
<artifact:deploy file="${outJar}">
<remoteSnapshotRepository refid="deploy.repository"/>
<pom refid="maven.project"/>