Hello Maven Developers,

I have built a plugin that builds projects for the BlackBerry.  It
needs to build for multiple RIM OS versions so I use a classifier such
as my-library-1.0-rim-4.5.0, my-library-1.0-rim-5.0.0 etc.  I am
running into two problems:

1. How can I resolve this classifier recursively?  So if A depends on
B depends on C they can all using classifier rim-4.5.0.  I am using a
property now but that doesn't resolve great and seems to irritate the
release plugin and not resolve correctly from profiles (I have to pass
it in as a command line argument).

2. How can I build these in a single build?  Currently the plugin
builds one platform at a time but I would like to execute Maven for
each platform (which are defined by profiles).  Is there a plugin for
that?  I can hack something together but it seems like Maven would
already have an elegant way to do this.

Thank you,

Kurt

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org

Reply via email to