I have a module that is not being copied into the war when the mojo does
copy-resources:
<dependency>
<groupId>com.test</groupId>
<artifactId>cre_dmwb_swf</artifactId>
<version>1.0-SNAPSHOT</version>
<type>swf</type>
<classifier>cre_flex_security_login_module</classifier>
<exclusions>
<exclusion>
<groupId>com.adobe.flex.sdk</groupId>
<artifactId>framework</artifactId>
</exclusion>
<exclusion>
<groupId>com.adobe.flex.sdk</groupId>
<artifactId>rpc</artifactId>
</exclusion>
</exclusions>
</dependency>
Is there something wrong with the way that I have it defined? It copies my
other swf in there, just not this one with the classifier.
Thanks,
Bryan
--~--~---------~--~----~------------~-------~--~----~
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?hl=en?hl=en
http://blog.flex-mojos.info/
-~----------~----~----~----~------~----~------~--~---