M2-Job: mvn clean install site chicken egg problem for multi-module project

44 views
Skip to first unread message

Mirko Friedenhagen

unread,
Jan 24, 2012, 3:39:56 PM1/24/12
to jenkins...@googlegroups.com, Maven Users List
Hello everybody,

for a fresh multi-module maven project, invoking "clean install site"
will not suceed, as "site" in the parent will fail due to missing
javadoc parts from the modules, see:
http://huschteguzzel.de/hudson/job/testlink-junit/14/console (the
project may be found at https://github.com/1and1/testlink-junit/)
--- snip ---
mavenExecutionResult exceptions not empty
message : Failed to execute goal
org.apache.maven.plugins:maven-site-plugin:3.0:site (default-site) on
project tljunit-parent: failed to get report for
org.apache.maven.plugins:maven-javadoc-plugin
cause : failed to get report for org.apache.maven.plugins:maven-javadoc-plugin
Stack trace :
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to
execute goal org.apache.maven.plugins:maven-site-plugin:3.0:site
(default-site) on project tljunit-parent: failed to get report for
org.apache.maven.plugins:maven-javadoc-plugin
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:217)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
--- snap ---

I have to:
- execute "clean install" once and change it back to "clean install site" or
- execute "clean install" in the M2 configuration and add a Maven
"Post Step" "site" (this however will of course not show up in the
"Executed Mojo" section.

With a freestyle project this is not a biggy as I could just configure
two Maven steps.

This is of course consistent with the execution on command line, when
the project was never installed before:
"mvn clean install site" will fail and I have to fall back to
something like: "mvn clean install ; mvn site"

I think with CruiseControl invoking multiple, serial executions of
Maven were available by separating the phases by a pipe (|) symbol.

Does anyone know a solution for this chicken egg problem in Jenkins
(or on the command line)?

Regards Mirko
--
http://illegalstateexception.blogspot.com/
https://github.com/mfriedenhagen/
https://bitbucket.org/mfriedenhagen/

Mirko Friedenhagen

unread,
Jan 25, 2012, 5:54:46 PM1/25/12
to Maven Users List, jenkins...@googlegroups.com
Hello Stephen,

@jenkins-users: Thanks for your answer. I tried that, unfortunately it
will not work for M2-jobs but only for the Maven-Step of a freestyle
project.

@maven-users: However, the problem in this project now seems to be
solved by updating maven-javadoc-plugin to the just released 2.8.1 :-)

On Wed, Jan 25, 2012 at 00:36, Stephen Connolly
<stephen.al...@gmail.com> wrote:
> Try pipe. I think a long time ago i added support for pipe
>
> - Stephen
>
> ---
> Sent from my Android phone, so random spelling mistakes, random nonsense
> words and other nonsense are a direct result of using swype to type on the
> screen
> On Jan 24, 2012 8:40 p.m., "Mirko Friedenhagen" <mfried...@gmail.com>

>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-un...@maven.apache.org
>> For additional commands, e-mail: users...@maven.apache.org
>>
>>

Reply all
Reply to author
Forward
0 new messages