Skip to content

Commit 72b5e24

Browse files
author
Matt Hayes
committed
Fix deploy dependency
1 parent 72cbf2b commit 72b5e24

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

build.xml

+4-1
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,9 @@
171171
<fileset dir="${tools.lib.dir}">
172172
<include name="*.jar" />
173173
</fileset>
174+
<fileset dir="${ivy.jar.dir}">
175+
<include name="*.jar" />
176+
</fileset>
174177
</path>
175178

176179
<path id="build-tests-classpath">
@@ -455,7 +458,7 @@
455458
<target name="deploy" depends="clean,jar,sources-jar,javadoc-jar,set-version,sign">
456459
<typedef resource="org/apache/maven/artifact/ant/antlib.xml"
457460
uri="antlib:org.apache.maven.artifact.ant"
458-
classpathref="main-classpath" />
461+
classpathref="plugin-classpath" />
459462

460463
<artifact:pom file="${datafu.pomfile}" id="datafu-pom"/>
461464
<artifact:install-provider artifactId="wagon-ssh" version="${wagon-http.version}"/>

0 commit comments

Comments
 (0)