Deploy actionscript library too
This looks like a bug. Since our bamboo server uses the deploy target for populating the maven repository, we need to do both libraries there. Alternatively, maybe the build server should use the install target. (This will overwrite the 1.4.2 jar, but it should be identical).
This commit is contained in:
@@ -257,7 +257,7 @@
|
|||||||
<target name="-as-deploy" depends="aslib" if="flexsdk.dir">
|
<target name="-as-deploy" depends="aslib" if="flexsdk.dir">
|
||||||
<mavendeploy file="${deploy.dir}/${ant.project.name}lib.swc" pom="etc/as-pom.xml"/>
|
<mavendeploy file="${deploy.dir}/${ant.project.name}lib.swc" pom="etc/as-pom.xml"/>
|
||||||
</target>
|
</target>
|
||||||
<target name="deploy" depends="dist,aslib,tests,javadoc"
|
<target name="deploy" depends="dist,-as-deploy,tests,javadoc"
|
||||||
description="Deploys our build artifacts to a Maven repository.">
|
description="Deploys our build artifacts to a Maven repository.">
|
||||||
<mavendeploy file="${deploy.dir}/${ant.project.name}.jar" pom="pom.xml"
|
<mavendeploy file="${deploy.dir}/${ant.project.name}.jar" pom="pom.xml"
|
||||||
srcdir="${src.dir}" docdir="${deploy.dir}/docs"/>
|
srcdir="${src.dir}" docdir="${deploy.dir}/docs"/>
|
||||||
|
|||||||
Reference in New Issue
Block a user