Re: Single Git repo,multiple independent releasable folders using release plugin??
Very promising. Thanks -Dan On Sun, Jun 26, 2016 at 2:48 PM, Benson Margulies wrote: > On Sat, Jun 25, 2016 at 6:06 PM, Dan Tran wrote: > > 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 > > Dan, it's all in the doc, and I'm not claiming that it's always a > great idea. But if you add > > subdir/pom.xml > > to the m-r-p configuration, it works. I don't have a working example > in a useful place, but there are IT's for it in the m-r-p. > > > > > > > > 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:21 PM, Dan Tran wrote: > >> > Hi > >> > > >> > I would like to host multiple multi-module maven projects, each > project > >> has > >> > its own top level folder > >> > under same GIT repository > >> > > >> > is it possible to release each project using maven release plugin?, if > >> so, > >> > what would be SCM URL for each folder? > >> > > >> > Advice are greatly appreciated. > >> > > >> > -Dan > >> > >> - > >> To unsubscribe, e-mail: users-unsubscr...@maven.apache.org > >> For additional commands, e-mail: users-h...@maven.apache.org > >> > >> > > - > To unsubscribe, e-mail: users-unsubscr...@maven.apache.org > For additional commands, e-mail: users-h...@maven.apache.org > >
Re: own Maven Site plugin
It has to be set up as a 'reporting' plugin. I recommend looking at examples of other such plugins, such as https://maven.apache.org/plugins/maven-project-info-reports-plugin/ On Sat, Jun 25, 2016 at 4:44 PM, Philipp Kraus wrote: > 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 my local Maven repository. I’m testing my plugin in a testing project with > the pom content > > > > > > de.flashpixx > rrd-antlr4 > 0.1.0 > > ….. > > If I run "mvn site“ I get "[INFO] configuring report plugin > de.flashpixx:rrd-antlr4:0.1.0“ but > the execute method is not run / called. > > How I can debug the plugin or fix the execution of the plugin? > > Thanks > > Phil - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org
Re: Single Git repo,multiple independent releasable folders using release plugin??
On Sat, Jun 25, 2016 at 6:06 PM, Dan Tran wrote: > 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 Dan, it's all in the doc, and I'm not claiming that it's always a great idea. But if you add subdir/pom.xml to the m-r-p configuration, it works. I don't have a working example in a useful place, but there are IT's for it in the m-r-p. > > 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:21 PM, Dan Tran wrote: >> > Hi >> > >> > I would like to host multiple multi-module maven projects, each project >> has >> > its own top level folder >> > under same GIT repository >> > >> > is it possible to release each project using maven release plugin?, if >> so, >> > what would be SCM URL for each folder? >> > >> > Advice are greatly appreciated. >> > >> > -Dan >> >> - >> To unsubscribe, e-mail: users-unsubscr...@maven.apache.org >> For additional commands, e-mail: users-h...@maven.apache.org >> >> - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org
[ANN] MojoHaus: Mock Repository Manager Version 1.0.0 Released
Hi, the Mojo team is pleased to announce the release of the Mock Repository Manager Version 1.0.0. Web Site: http://www.mojohaus.org/mrm/ The Release Notes: https://github.com/mojohaus/mrm/issues?q=milestone%3A%22Release+1.0.0%22+is%3Aclosed http://www.mojohaus.org/mrm/github-report.html Kind Regards Karl Heinz Marbaise - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org