- Fixed a bug in the deploy part of the asjs maven sctipts
Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/40c4c14f Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/40c4c14f Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/40c4c14f Branch: refs/heads/master Commit: 40c4c14fe0e6115d75546194369f53f64bef2384 Parents: 2b3a0c0 Author: Christofer Dutz <[email protected]> Authored: Tue Sep 22 23:14:54 2015 +0200 Committer: Christofer Dutz <[email protected]> Committed: Tue Sep 22 23:14:54 2015 +0200 ---------------------------------------------------------------------- maven.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/40c4c14f/maven.xml ---------------------------------------------------------------------- diff --git a/maven.xml b/maven.xml index c9818b5..2be15e9 100644 --- a/maven.xml +++ b/maven.xml @@ -441,11 +441,11 @@ <target name="-deploy-maven-framework-config-artifact" depends="-setup-aether-antlib" xmlns:artifact="antlib:org.eclipse.aether.ant"> <echo message="Deploying Framework config"/> - <artifact:install> + <artifact:deploy> <artifact:remoterepo id="${maven.repositoryId}" url="${maven.repositoryUrl}"/> <artifact:pom file="generated/maven/flexjs-framework-framework.pom"/> <artifact:artifact file="generated/maven/flexjs-framework-framework-configs.zip" classifier="configs"/> - </artifact:install> + </artifact:deploy> </target> <target name="-deploy-maven-artifact-file" depends="-setup-aether-antlib"
