On Mon, Aug 30, 2010 at 9:53 AM, D D <[email protected]> wrote: > My problem is that I can't set dependency on that rar file. The compiled > code is in a jar inside the rar. Any idea what I'm doing wrong?
Then you should probably build the jar as a separate module and have it as a dependency from both the rar and the other thing you are trying to build. If that is impossible, then check out the way the war plugin is able to deploy both the war _and_ a jar containing the classes. That behavior could probably be added to the rar plugin. -- Wendy --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
