Re: [M2] RAR plugin and reusability of lifecycle

2005-08-21 Thread Brett Porter
One thing here is key: We *don't* want dependencies between plugins. Basically, everything in the jar plugin that you want to reuse should be encapsulated in maven-archiver. This includes manifest handling and configuration options. For the lifecycle, there is currently no inheritence from a defa

[M2] RAR plugin and reusability of lifecycle

2005-08-13 Thread Stephane Nicoll
Hey guys, I am trying to finalize the m2 rar plugin but I am stuck about [re]using the plugin's lifecycle. As an introduction, a RAR file is not really a JAR file ; It's more like an EAR file actually. It is basically composed of : * META-INF/ra.xml with the deployment descriptor of the connecto