Need to resolve the dependencies for a MavenArtifact

2014-06-14 Thread William Ferguson
I have a Mojo that needs to work with Maven 3.0.* and 3.1+ In the Mojo I have an Artifact and I need to resolve it's dependencies. How can/should I do it? If I can resolve the Artifact to a MavenProject then I can use DependencyGraphBuilder (from maven-dependency-tree) to construct a graph of the

Re: Breadcrumb inheritance in site.xml

2014-06-14 Thread Hervé BOUTEMY
yes, seems a good idea: http://maven.apache.org/doxia/doxia-sitetools/doxia-decoration-model/decoration.html tell me if you need help Regards, Hervé Le samedi 14 juin 2014 14:52:12 Benson Margulies a écrit : > What do you think of an element in site.xml that turns off all > inheritance? The

Re: Breadcrumb inheritance in site.xml

2014-06-14 Thread Benson Margulies
What do you think of an element in site.xml that turns off all inheritance? The case I'm dealing with is a project that wants to inherit build stuff from a parent but not site stuff. I'll tackle this if you think it's reasonable. On Sat, Jun 14, 2014 at 12:58 PM, Hervé BOUTEMY wrote: > you can't

Re: Breadcrumb inheritance in site.xml

2014-06-14 Thread Hervé BOUTEMY
you can't inherit nothing with what has beed coded in MSITE-582: the top breadcrumb will always be there if you really need to drop absolutely everything, we need a new feature notice there are a lot of new features in maven-site-plugin 3.4-SNAPSHOT, waiting for a release (with Doxia, Doxia Sit

Re: Breadcrumb inheritance in site.xml

2014-06-14 Thread Benson Margulies
I think it could go in the site plugin doc; I'm willing to do some writing. Even after reading the JIRA, I don't know how to express, "I don't want to inherit any breadcrumbs at all all." On Fri, Jun 13, 2014 at 2:04 AM, Hervé BOUTEMY wrote: > true that there isn't much doc on this > > any idea