Skip to content

Commit

Permalink
Fix deploy dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Hayes committed Dec 6, 2013
1 parent 72cbf2b commit 72b5e24
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,9 @@
<fileset dir="${tools.lib.dir}">
<include name="*.jar" />
</fileset>
<fileset dir="${ivy.jar.dir}">
<include name="*.jar" />
</fileset>
</path>

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

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

0 comments on commit 72b5e24

Please sign in to comment.