Hi,
I have a swc file that I need to be both library, and theme. Also I
prefer to use maven dependency mechanism, than specyfing path to it,
using <themes><theme>../../lib/some_library.swc</theme></themes>. So I
tried doing something like this:
<dependency>
<groupId>com.sample.themes</groupId>
<artifactId>MyThemeLib</artifactId>
<version>${theme.version}</version>
<type>swc</type>
<scope>merged,theme</scope>
</dependency>
But it doesn't work. Is there another way to declare it? I really
prefer to keep this lib in repo, instead of some local lib directory,
that I would have to use some relative path like ../../lib/ etc.
Thanks,
Pawel
--
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/