OK, I found the source. next: doxia-sitetools does not build for me:
INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-bytecode-version) @ doxia-doc-renderer --- [INFO] Artifact org.apache.xmlgraphics:batik-svg-dom:jar:1.7:compile contains .class compiled with incorrect version [INFO] Artifact org.apache.xmlgraphics:batik-css:jar:1.7:compile contains .class compiled with incorrect version [INFO] Artifact org.apache.xmlgraphics:batik-svggen:jar:1.7:compile contains .class compiled with incorrect version [INFO] Artifact org.apache.xmlgraphics:batik-gvt:jar:1.7:compile contains .class compiled with incorrect version [INFO] Artifact org.apache.xmlgraphics:batik-bridge:jar:1.7:compile contains .class compiled with incorrect version [INFO] Artifact org.apache.xmlgraphics:batik-util:jar:1.7:compile contains .class compiled with incorrect version [INFO] Artifact org.apache.xmlgraphics:batik-parser:jar:1.7:compile contains .class compiled with incorrect version [INFO] Artifact org.apache.xmlgraphics:batik-script:jar:1.7:compile contains .class compiled with incorrect version [INFO] Artifact org.apache.xmlgraphics:batik-xml:jar:1.7:compile contains .class compiled with incorrect version [INFO] Artifact org.apache.xmlgraphics:batik-anim:jar:1.7:compile contains .class compiled with incorrect version [INFO] Artifact org.apache.xmlgraphics:batik-ext:jar:1.7:compile contains .class compiled with incorrect version [INFO] Artifact org.apache.xmlgraphics:batik-transcoder:jar:1.7:compile contains .class compiled with incorrect version [INFO] Artifact org.apache.xmlgraphics:batik-dom:jar:1.7:compile contains .class compiled with incorrect version [INFO] Artifact org.apache.xmlgraphics:batik-awt-util:jar:1.7:compile contains .class compiled with incorrect version [INFO] Artifact org.apache.xmlgraphics:batik-extension:jar:1.7:compile contains .class compiled with incorrect version [WARNING] Rule 0: org.apache.maven.plugins.enforcer.EnforceBytecodeVersion failed with message: Found Banned Dependency: org.apache.xmlgraphics:batik-svg-dom:jar:1.7 Found Banned Dependency: org.apache.xmlgraphics:batik-css:jar:1.7 Found Banned Dependency: org.apache.xmlgraphics:batik-svggen:jar:1.7 Found Banned Dependency: org.apache.xmlgraphics:batik-gvt:jar:1.7 Found Banned Dependency: org.apache.xmlgraphics:batik-bridge:jar:1.7 Found Banned Dependency: org.apache.xmlgraphics:batik-util:jar:1.7 Found Banned Dependency: org.apache.xmlgraphics:batik-parser:jar:1.7 Found Banned Dependency: org.apache.xmlgraphics:batik-script:jar:1.7 Found Banned Dependency: org.apache.xmlgraphics:batik-xml:jar:1.7 Found Banned Dependency: org.apache.xmlgraphics:batik-anim:jar:1.7 Found Banned Dependency: org.apache.xmlgraphics:batik-ext:jar:1.7 Found Banned Dependency: org.apache.xmlgraphics:batik-transcoder:jar:1.7 Found Banned Dependency: org.apache.xmlgraphics:batik-dom:jar:1.7 Found Banned Dependency: org.apache.xmlgraphics:batik-awt-util:jar:1.7 Found Banned Dependency: org.apache.xmlgraphics:batik-extension:jar:1.7 Use 'mvn dependency:tree' to locate the source of the banned dependencies. On Fri, Jun 20, 2014 at 12:24 PM, Benson Margulies <[email protected]> wrote: > Has doxia tools moved to git? > > https://svn.apache.org/repos/asf/maven/shared/trunk/ does not show it. > > > On Fri, Jun 20, 2014 at 12:21 PM, Benson Margulies > <[email protected]> wrote: >> MSHARED-340. >> >> There's a precedent in the POM.... >> http://blog.sonatype.com/2011/01/maven-how-to-merging-plugin-configuration-in-complex-projects/#.U6Rfgo1dW_I. >> >> combine.self='override' instead of 'inherited'? >> >> >> On Fri, Jun 20, 2014 at 5:57 AM, Hervé BOUTEMY <[email protected]> wrote: >>> Benson, >>> >>> is it still a feature you need? >>> Seems to be done in Doxia Integration Tools. >>> Plase tell me: >>> 1. if you need it: please open a Jira issue >>> 2. if you want to code it or me to do it >>> >>> I want to release maven-site-plugin 3.4, which has a lot of dependencies to >>> release, including Doxia integration Tools: so I need to know. >>> >>> notice "inherit" attribute name is perhaps not a good choice, since we have >>> "inherited" in POM's plugin executions to tell that the actual config should >>> not be propagated to childs, which is different from child deciding not to >>> inherit from parent >>> >>> any idea on a good naming welcome >>> >>> Regards, >>> >>> Hervé >>> >>> Le samedi 14 juin 2014 21:19:53 Hervé BOUTEMY a écrit : >>>> yes, seems a good idea: >>>> >>>> <project name=".." inherit="false"> >>>> >>>> http://maven.apache.org/doxia/doxia-sitetools/doxia-decoration-model/decorat >>>> ion.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 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 <[email protected]> >>>> >>>> wrote: >>>> > > 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 Sitetool and reporting-exec) >>>> > > >>>> > > so that's a good time for a new feature: it could go in the release >>>> > > train >>>> > > >>>> > > Regards, >>>> > > >>>> > > Hervé >>>> > > >>>> > > Le samedi 14 juin 2014 10:21:36 Benson Margulies a écrit : >>>> > >> 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 <[email protected]> >>>> > > >>>> > > wrote: >>>> > >> > true that there isn't much doc on this >>>> > >> > >>>> > >> > any idea on how/where to document this site.xml inheritence is >>>> > >> > welcome >>>> > >> > >>>> > >> > Regards, >>>> > >> > >>>> > >> > Hervé >>>> > >> > >>>> > >> > Le jeudi 12 juin 2014 09:14:06 Andreas Sewe a écrit : >>>> > >> >> Hi, >>>> > >> >> >>>> > >> >> > that wasn't possible during my time of activity, not sure if >>>> > >> >> > anything >>>> > >> >> > changed since: >>>> > >> >> > http://mail-archives.apache.org/mod_mbox/maven-users/201104.mbox/% >>>> > >> >> > 3C >>>> > >> >> > 4DA >>>> > >> >> > 464 >>>> > >> >> > [email protected]%3E >>>> > >> >> >>>> > >> >> yes, <https://jira.codehaus.org/browse/MSITE-582> got fixed and I >>>> > >> >> have >>>> > >> >> used the fix successfully in one of my projects. >>>> > >> >> >>>> > >> >> Best wishes, >>>> > >> >> >>>> > >> >> Andreas >>>> > >> >> >>>> > >> >> >>>> > >> >> -------------------------------------------------------------------- >>>> > >> >> - >>>> > >> >> To unsubscribe, e-mail: [email protected] >>>> > >> >> For additional commands, e-mail: [email protected] >>>> > >> > >>>> > >> > --------------------------------------------------------------------- >>>> > >> > To unsubscribe, e-mail: [email protected] >>>> > >> > For additional commands, e-mail: [email protected] >>>> > >> >>>> > >> --------------------------------------------------------------------- >>>> > >> To unsubscribe, e-mail: [email protected] >>>> > >> For additional commands, e-mail: [email protected] >>>> > > >>>> > > --------------------------------------------------------------------- >>>> > > To unsubscribe, e-mail: [email protected] >>>> > > For additional commands, e-mail: [email protected] >>>> > >>>> > --------------------------------------------------------------------- >>>> > To unsubscribe, e-mail: [email protected] >>>> > For additional commands, e-mail: [email protected] >>>> >>>> --------------------------------------------------------------------- >>>> To unsubscribe, e-mail: [email protected] >>>> For additional commands, e-mail: [email protected] >>> >>> >>> --------------------------------------------------------------------- >>> To unsubscribe, e-mail: [email protected] >>> For additional commands, e-mail: [email protected] >>> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
