Hi all,
I am trying to build an AIR application for AIR runtime 2.5 with
Flexmojos 4.0 and Flex SDK 4.1
However I get a build failure:
[ERROR] Failed to execute goal org.sonatype.flexmojos:flexmojos-maven-
plugin:4.0
-beta-2:test-run (default-test-run) on project test: Execution default-
test-run
of goal org.sonatype.flexmojos:flexmojos-maven-plugin:4.0-beta-2:test-
run failed
: Failed to resolve artifact com.adobe.adl:runtime:zip:2.0 -> [Help 1]
Here is the POM extract of the flexmojos plugin:
<plugins>
<plugin>
<groupId>org.sonatype.flexmojos</groupId>
<artifactId>flexmojos-maven-plugin</artifactId>
<version>4.0-beta-2</version>
<extensions>true</extensions>
<configuration>
<sourceFile>Test.mxml</sourceFile>
</configuration>
<dependencies>
<dependency>
<groupId>com.adobe.flex</groupId>
<artifactId>compiler</artifactId>
<version>4.1.0.16076</version>
<type>pom</type>
</dependency>
</dependencies>
</plugin>
</plugins>
Am I missing here something?
Is there any reference/sample POM available of how to do that?
Thanks a lot!!
Simon
--
You received this message because you are subscribed to the Google
Groups "Flex Mojos" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/flex-mojos
http://flexmojos.sonatype.org/