Using flex mojos 4.0-RC2, to generate an RSL library;
I was expecting the following dependency
<dependency>
<groupId>com.adobe.cairngorm</groupId>
<artifactId>cairngorm</artifactId>
<type>swc</type>
<version>2.2.1</version>
</dependency>
To default to compiler.library-path (as per
https://docs.sonatype.org/display/FLEXMOJOS/Adding+libraries+to+compilation),
but instead it seems to have defaulted to compiler.external-library-path.
Adding <scope>merged<scope> to the pom.xml produces the correct result.
Is this a bug, or is the documentation needing to be updated?
--
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/