The deploy was not deploying the core library, copy the narya setup

This commit is contained in:
Mark Johnson
2014-03-21 19:11:23 -07:00
parent a8ff54915a
commit 7b0c77bf5d
+1 -1
View File
@@ -266,7 +266,7 @@
<target name="deploy" depends="dist,-as-deploy,tests,javadoc"
description="Deploys our build artifacts to a Maven repository.">
<mavendeploy file="pom.xml" pom="pom.xml"/>
<mavendeploy file="${deploy.dir}/${ant.project.name}.jar" pom="pom.xml"
<mavendeploy file="${deploy.dir}/${ant.project.name}.jar" pom="core/pom.xml"
srcdir="${src.dir}" docdir="${deploy.dir}/docs"/>
</target>
</project>