[ 
https://jira.codehaus.org/browse/MJAVADOC-369?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Mirko Friedenhagen updated MJAVADOC-369:
----------------------------------------

    Description: 
* We have a lot of projects in our CI system (Jenkins) where we run {{mvn clean 
deploy site-deploy}}.
* Because of this, the phase {{generate-sources}} resp. 
{{generate-test-sources}} does not need to rerun. It might even give a 
different result from the previous run during the default lifecycle.
* Attached is a patch (including a IT) which will introduce two new goals, 
{{javadoc-no-fork}} and {{test-javadoc-no-fork}}, which will just skip the fork 
during site-run.

  was:
* We have a lot of projects in our CI system (Jenkins) where we run {{mvn clean 
deploy site-deploy}}.
* Because of this, the phase {{generate-sources}} resp. 
{{generate-test-sources}} does not need to rerun. It might even give a 
different result from the previous run during site default lifecycle.
* Attached is a patch (including a IT) which will introduce two new goals, 
{{javadoc-no-fork}} and {{test-javadoc-no-fork}}, which will just skip the fork 
during site-run.

    
> New goals javadoc-no-fork and test-javadoc-no-fork which will not invoke 
> generate-*-sources
> -------------------------------------------------------------------------------------------
>
>                 Key: MJAVADOC-369
>                 URL: https://jira.codehaus.org/browse/MJAVADOC-369
>             Project: Maven Javadoc Plugin
>          Issue Type: New Feature
>    Affects Versions: 2.9
>            Reporter: Mirko Friedenhagen
>         Attachments: mjavadoc-369.patch
>
>
> * We have a lot of projects in our CI system (Jenkins) where we run {{mvn 
> clean deploy site-deploy}}.
> * Because of this, the phase {{generate-sources}} resp. 
> {{generate-test-sources}} does not need to rerun. It might even give a 
> different result from the previous run during the default lifecycle.
> * Attached is a patch (including a IT) which will introduce two new goals, 
> {{javadoc-no-fork}} and {{test-javadoc-no-fork}}, which will just skip the 
> fork during site-run.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to