Re: doxia-ide/eclipse

2017-07-21 Thread Hervé BOUTEMY
I forgot this update site: thanks for the reminder I'll update the page to make it more visible, and add a "help wanted" text... Regards, Hervé Le mercredi 19 juillet 2017, 10:55:27 CEST Alix Lourme a écrit : > Hi, > > Perhaps this plugin doesn't build, but the Eclipse update site ( >

[ANN] Apache Maven Invoker plugin 3.0.1 Released

2017-07-21 Thread Olivier Lamy
Hi, The Apache Maven team is pleased to announce the release of the Apache Maven Invoker Plugin, version 3.0.1 The Invoker Plugin is used to run a set of Maven projects. The plugin can determine whether each project execution is successful, and optionally can verify the output generated from a

Re: Reuse/Share Content among document in Maven Site

2017-07-21 Thread Hervé BOUTEMY
in maven-site-plugin, you can use Velocity [1] (with #parse directive to reuse some content) Regards, Hervé [1] http://maven.apache.org/doxia/doxia-sitetools/doxia-site-renderer/ index.html Le jeudi 20 juillet 2017, 17:49:59 CEST Bruce Wen a écrit : > Hi All, > > Is there any way to

[ANN] JAX-WS Maven Plugin version 2.5 released

2017-07-21 Thread Anders Hammar
Hi, The Mojo team is pleased to announce the release of the JAX-WS Maven Plugin version 2.5. http://www.mojohaus.org/jaxws-maven-plugin/ To get this update, simply specify the version in your project's plugin configuration: org.codehaus.mojo jaxws-maven-plugin 2.5 Release Notes

Re: rat:check bad default?

2017-07-21 Thread John Patrick
Does this help? https://maven.apache.org/settings.html#Plugin_Groups Maybe something like this... org.apache.maven.plugins org.apache.rat org.mojohaus.mojo org.codehaus.mojo With codehaus dead, either moved to github or mojohaus, the scan ordering might need to be changed for future releases.

Re: rat:check bad default?

2017-07-21 Thread Benson Margulies
AFAIK, That can't be in pom, only settings, and there are many people who would have to deal with this. Is the problem just that org.codehaus.mojo is set up in the superpom as a popular destination? On Fri, Jul 21, 2017 at 12:10 PM, John Patrick wrote: > Does this help?

rat:check bad default?

2017-07-21 Thread Jason Kuster
Hi, I had a problem which I was fighting with for a few hours before figuring out. I was trying to run the rat plugin manually against my project by invoking `mvn rat:check`. It was failing to pick up the configuration I was putting in my pom no matter what I did. I finally noticed after a while

[ANN] Apache Maven Javadoc Plugin 3.0.0-M1 Released

2017-07-21 Thread Robert Scholte
The Apache Maven team is pleased to announce the release of the Apache Maven Javadoc Plugin, version 3.0.0-M1 The Javadoc Plugin uses the Javadoc tool to generate javadocs for the specified project. https://maven.apache.org/plugins/maven-javadoc-plugin/ You should specify the version in

Re: rat:check bad default?

2017-07-21 Thread Robert Scholte
Hi, just wondering, are both plugins part of the effective pom? When using a plugin prefix like "rat", Maven should first go over all plugins and verify if the prefix matches. Ensuring that org.apache.rat is above org.codehaus.mojo should help. thanks, Robert On Fri, 21 Jul 2017 19:48:08