mirror of https://github.com/apache/maven.git
fix wagon version
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@326648 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
32d5f59762
commit
59dfd7900a
|
@ -23,7 +23,7 @@
|
||||||
<target name="initTaskDefs">
|
<target name="initTaskDefs">
|
||||||
<!-- don't forget to update the version! -->
|
<!-- don't forget to update the version! -->
|
||||||
<path id="maven.classpath">
|
<path id="maven.classpath">
|
||||||
<pathelement location="c:/home/brett/releases/maven-2.0/maven-artifact-ant-2.0-dep.jar"/>
|
<pathelement location="target/maven-artifact-ant-2.0.1-SNAPSHOT-dep.jar" />
|
||||||
</path>
|
</path>
|
||||||
|
|
||||||
<typedef resource="org/apache/maven/artifact/ant/antlib.xml" uri="urn:maven-artifact-ant">
|
<typedef resource="org/apache/maven/artifact/ant/antlib.xml" uri="urn:maven-artifact-ant">
|
||||||
|
@ -113,7 +113,7 @@
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
<target name="test-deploy-spaces" depends="initTaskDefs">
|
<target name="test-deploy-spaces" depends="initTaskDefs">
|
||||||
<artifact:install-provider artifactId="wagon-ssh" version="1.0-alpha-5-SNAPSHOT"/>
|
<artifact:install-provider artifactId="wagon-ssh" version="1.0-alpha-5"/>
|
||||||
|
|
||||||
<echo file="target/test file.txt">dummy</echo>
|
<echo file="target/test file.txt">dummy</echo>
|
||||||
<artifact:deploy file="target/test file.txt">
|
<artifact:deploy file="target/test file.txt">
|
||||||
|
@ -135,7 +135,7 @@
|
||||||
<pom refid="maven.project"/>
|
<pom refid="maven.project"/>
|
||||||
</artifact:deploy>
|
</artifact:deploy>
|
||||||
|
|
||||||
<artifact:install-provider artifactId="wagon-ssh" version="1.0-alpha-5-SNAPSHOT"/>
|
<artifact:install-provider artifactId="wagon-ssh" version="1.0-alpha-5"/>
|
||||||
|
|
||||||
<artifact:deploy file="${outJar}">
|
<artifact:deploy file="${outJar}">
|
||||||
<remoteRepository url="scp://localhost/tmp/deployment-repo">
|
<remoteRepository url="scp://localhost/tmp/deployment-repo">
|
||||||
|
|
Loading…
Reference in New Issue