Re: How replace the maven-jar-plugin with my own one ?

2010-05-31 Thread Baptiste MATHUS
If your jar is a modified version of maven-jar-plugin, the simplest way is to use a specific version that only exists locally at your location (or/and deployed in your corp repository). This is the quickest, but maybe dirtiest way to do that. If you created your own packaging since your build

How replace the maven-jar-plugin with my own one ?

2010-05-26 Thread Gayan Perera
HI, I have my own jar plugin to package my project. But the problem is i cannot get the default jar plugin disabled. Is there a way that i could disable default jar plugin (maven-jar-plugin) and use my plugin instead ? i'm using maven 2.2.1 best regards, Gayan