Repository: flex-asjs Updated Branches: refs/heads/develop 0f2bf88fa -> 8124409d6
Added the "flat" artifact to the maven deployment. Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/8124409d Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/8124409d Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/8124409d Branch: refs/heads/develop Commit: 8124409d65922de7c9a51ac3be8b6ce9051a1902 Parents: 0f2bf88 Author: Christofer Dutz <[email protected]> Authored: Fri Sep 18 11:55:37 2015 +0200 Committer: Christofer Dutz <[email protected]> Committed: Fri Sep 18 11:55:37 2015 +0200 ---------------------------------------------------------------------- maven.xml | 15 +++++++++++++++ maven/flexjs-framework.pom | 6 ++++++ 2 files changed, 21 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/8124409d/maven.xml ---------------------------------------------------------------------- diff --git a/maven.xml b/maven.xml index 469c929..4f8d48a 100644 --- a/maven.xml +++ b/maven.xml @@ -91,6 +91,12 @@ </antcall> <antcall target="-pack-maven-artifact"> + <param name="moduleName" value="Flat"/> + <param name="artifactName" value="flat"/> + <param name="fileName" value="frameworks/libs/Flat.swc"/> + </antcall> + + <antcall target="-pack-maven-artifact"> <param name="moduleName" value="Formatters"/> <param name="artifactName" value="formatters"/> <param name="fileName" value="frameworks/libs/Formatters.swc"/> @@ -194,6 +200,11 @@ </antcall> <antcall target="-install-maven-artifact-file-with-sources"> + <param name="artifactName" value="flat"/> + <param name="artifactExtension" value="swc"/> + </antcall> + + <antcall target="-install-maven-artifact-file-with-sources"> <param name="artifactName" value="formatters"/> <param name="artifactExtension" value="swc"/> </antcall> @@ -270,6 +281,10 @@ </antcall> <antcall target="-deploy-maven-artifact-file-with-sources"> + <param name="artifactName" value="flat"/> + </antcall> + + <antcall target="-deploy-maven-artifact-file-with-sources"> <param name="artifactName" value="formatters"/> </antcall> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/8124409d/maven/flexjs-framework.pom ---------------------------------------------------------------------- diff --git a/maven/flexjs-framework.pom b/maven/flexjs-framework.pom index 86941cf..970e3e6 100644 --- a/maven/flexjs-framework.pom +++ b/maven/flexjs-framework.pom @@ -78,6 +78,12 @@ </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> + <artifactId>flat</artifactId> + <version>@VERSION@</version> + <type>swc</type> + </dependency> + <dependency> + <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>formatters</artifactId> <version>@VERSION@</version> <type>swc</type>
