[ANN] Apache Maven Site Plugin 3.4 Released

2014-07-12 Thread Hervé Boutemy
The Apache Maven team is pleased to announce the release of the Apache Maven Site Plugin, version 3.4 The Site Plugin is used to generate a site for the project. The generated site also includes the project's reports that were configured in the POM.

Re: Generate A Maven artifact's dependencies and licenses ( how to instantiate a MavenProject using a giving artifact coordinate)

2014-07-12 Thread Dan Tran
I found a solution for this is to start up with my existing MavenProject which is very much empty since it is run under standalone command line, push the interested artifact into the MavenProject as a dependency artifact, after that I can use it with MavenDependencyGraphBuilder -Dan On Fri, Jul