qickrooms / flex-mojos

Automatically exported from code.google.com/p/flex-mojos
0 stars 0 forks source link

Flex compiler dependencies included in .war file #116

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create SWF maven project
2. Create WAR maven project
3. Add SWF project as a dependency of the WAR project

What is expected is a WAR file with an SWF file in it. Instead you get a
WAR file with all.JAR Flex compiler dependencies included in the WAR file
along with your SWF.

Using Maven 2.0.9, Flex Mojos 2.0M7-SNAPSHOT.

To fix this all Flex compiler dependencies should be marked as
<scope>provided</scope> in the compiler.pom file which is generated by the
Flex SDK installer mojo.

Original issue reported on code.google.com by llin...@gmail.com on 3 Oct 2008 at 4:03

GoogleCodeExporter commented 9 years ago
I'm not sure, but I think you did something wrong at you SWF pom.

Let's discuss that here:
http://groups.google.com/group/flex-mojos

If you prove is a flex-mojos bug I will reopen this bug, k?

VELO

Original comment by velo...@gmail.com on 3 Oct 2008 at 4:09

GoogleCodeExporter commented 9 years ago
No problem.

I will put together an example an post it in the discussion groups.

Thanks,
Lance

Original comment by llin...@gmail.com on 3 Oct 2008 at 4:12