Re: Single Git repo,multiple independent releasable folders using release plugin??

2016-06-25 Thread Dan Tran
Hi Benson, Could you please elaborate more details? Sounds like you have this working which is a good news. I very prefer one single repo Thanks -Dan On Sun, Jun 19, 2016 at 4:14 AM, Benson Margulies wrote: > You don't put it in the URL. > > subdir/pom.xml > > > > On Fri, Jun 17, 2016 at 10

own Maven Site plugin

2016-06-25 Thread Philipp Kraus
Hello, I try to build my first Maven site plugin. I have defined a class based on AbstractMojo and put the annotation @Mojo( name = "rrd-antlr4", defaultPhase = LifecyclePhase.SITE ) on top. I overload the execute-method and put my plugin content to the method. I build the plugin and deploy it