From d719f796b54ae6d75c64875f859c5c670516202d Mon Sep 17 00:00:00 2001 From: rob-bateman Date: Mon, 9 May 2011 14:19:19 +0000 Subject: [PATCH] Added a very simple pom to build the away3d swc, if people do want to use maven git-svn-id: https://away3d.googlecode.com/svn/trunk/broomstick/Away3D@3224 6da1ee2c-932f-0410-8bb4-73b2b089c45a --- pom.xml | 91 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 91 insertions(+) create mode 100644 pom.xml diff --git a/pom.xml b/pom.xml new file mode 100644 index 000000000..49ab14f8f --- /dev/null +++ b/pom.xml @@ -0,0 +1,91 @@ + + + + 4.0.0 + com.dz015.example + away3d + 4.0-SNAPSHOT + swc + + + UTF-8 + 4.5.0.19786-MOLEHILL-022711 + 4.0-beta-7 + + + + src + + + org.sonatype.flexmojos + flexmojos-maven-plugin + ${flexmojos.version} + true + + 13 + 11.0.0 + + + + com.adobe.flex + compiler + ${flex.sdk.version} + pom + + + + + + + + + com.adobe.flex.framework + flex-framework + ${flex.sdk.version} + pom + + + + + + flash-nexus-repository + http://www.flashnexus.org/nexus/content/groups/public/ + + + flex-mojos-repository + http://repository.sonatype.org/content/groups/flexgroup/ + + true + + + true + + + + sonatype-staging + https://oss.sonatype.org/content/groups/staging/ + + + + + + flash-nexus-repository + http://www.flashnexus.org/nexus/content/groups/public/ + + + flex-mojos-repository + http://repository.sonatype.org/content/groups/flexgroup/ + + true + + + true + + + + sonatype-staging + https://oss.sonatype.org/content/groups/staging/ + + + +