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
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