Re: findbugs-plugin: Premature end of file.

2009-11-20 Thread Bruno Marti
Perhaps I found the problem. It seems the reports gets generated twice. I had following configuration of the site plugin: plugin groupIdorg.apache.maven.plugins/groupId artifactIdmaven-site-plugin/artifactId version2.0.1/version

findbugs-plugin: Premature end of file.

2009-11-19 Thread Bruno Marti
I'm getting an error in maven-findbugs-plugin on site generation: Environment: win xp, java 1.6.0_16, maven 2.2.1, findbugs-plugin 2.2/2.1/2.0.1 [INFO] Generating FindBugs Report report. [INFO] Plugin Artifacts to be added -[org.apache.maven.reporting:maven-reporting-impl:jar:2.0:runtime,

Re: M2 site-plugin: Roadmap for 2.2

2009-09-04 Thread Bruno Marti
have a look at the related Doxia release plan: http://docs.codehaus.org/display/MAVEN/Doxia+Release+Plan HTH, -Lukas Bruno Marti wrote: Which is the roadmap/timeline for release 2.2? And will Doxia 1.1.2 be included? http://jira.codehaus.org/browse/MSITE-419 http://jira.codehaus.org

M2 site-plugin: Roadmap for 2.2

2009-09-03 Thread Bruno Marti
Which is the roadmap/timeline for release 2.2? And will Doxia 1.1.2 be included? http://jira.codehaus.org/browse/MSITE-419 http://jira.codehaus.org/browse/MSITE-419 -- View this message in context: http://www.nabble.com/M2-site-plugin%3A-Roadmap-for-2.2-tp25270282p25270282.html Sent from the

[m2] release-plugin skips parent build plugins configuration

2009-02-24 Thread Bruno Marti
I've got a parent pom which defines several project-wide build-plugins in pluginManagement and the build section. The normal build clean install works fine (compilation of code is for version 1.5) but in release-plugin the pluginManagement and build section is completely missing in

[M2] maven-plugin-plugin does not compile with goal helpmojo

2009-01-22 Thread Bruno Marti
I've created a ant plugin on base of http://maven.apache.org/guides/plugin/guide-ant-plugin-development.html. I updated the latest plugin version for usage with executions-goal = helpmojo: - maven-script-ant:2.1.0-M1 - maven-plugin-plugin:2.4.3 It compiles, but if I add: executions

Re: M2 maven-site-plugin site.xml target attribute no more working

2007-12-09 Thread Bruno Marti
New issue posted in JIRA: http://jira.codehaus.org/browse/MSITE-278 http://jira.codehaus.org/browse/MSITE-278 Dennis Lundberg-2 wrote: Bruno Marti wrote: In maven 1.x xdoc site documentation there could be the following for menus (navigation.xml): menu name=myMenu item name

M2 maven-site-plugin site.xml target attribute no more working

2007-12-08 Thread Bruno Marti
In maven 1.x xdoc site documentation there could be the following for menus (navigation.xml): menu name=myMenu item name=Maven 1.x href=http://maven.apache.org/maven-1.x/; target=_new / ... (creates a link to maven 1.x in a new window or tab) In maven 2.x site.xml this doesn't work