[ 
http://jira.codehaus.org/browse/MSITE-302?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=142507#action_142507
 ] 

Dennis Lundberg commented on MSITE-302:
---------------------------------------

Trevor, your problem comes from the Javadoc Plugin. Your log says that you are 
using version 2.3 of the Javadoc Plugin.

When I tried your sample project, thanks for that by the way, it ran 
successfully for 'mvn install site-deploy' using Maven 2.0.9 and Javadoc Plugin 
2.4.

Then I hardcoded the Javadoc Plugin to version 2.3 and I got the same error 
that you did.

My advise to all of you is to upgrade to Javadoc Plugin 2.4.

> mvn install site-deploy does not follow the reactor build sequence
> ------------------------------------------------------------------
>
>                 Key: MSITE-302
>                 URL: http://jira.codehaus.org/browse/MSITE-302
>             Project: Maven 2.x Site Plugin
>          Issue Type: Bug
>    Affects Versions: 2.0-beta-6
>            Reporter: Ramon Havermans
>         Attachments: msite302-maven-logs.zip, msite302.zip, 
> OvereenkomstService_site-OvereenkomstService_site.1006-build.log
>
>
> We have a multi pom project. We have one parent, one EJB and one Impl 
> project. The EJB project uses the Impl. The reactor sequence is Parent, EJB, 
> Impl. When first doing "mvn install" and then "mvn site-deploy" the build is 
> succesful. When doing "mvn install site-deploy" (on clean repository) the 
> build fails because it first builds the Ejb instead of the Impl. It won't 
> build because it is missing the installed Impl jar.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to