You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Hudson (JIRA)" <ji...@apache.org> on 2016/06/20 23:13:57 UTC

[jira] [Commented] (MJAVADOC-467) Aggregator reports should not require modules to be installed/deployed.

    [ https://issues.apache.org/jira/browse/MJAVADOC-467?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15340639#comment-15340639 ] 

Hudson commented on MJAVADOC-467:
---------------------------------

SUCCESS: Integrated in maven-plugins #6656 (See [https://builds.apache.org/job/maven-plugins/6656/])
[MJAVADOC-467] Aggregator reports should not require modules to be installed/deployed.

o When running the 'compile' or 'test-compile' phase, Maven supports
  falling back to loose class files from the 'target/classes' directories
  when resolving module dependencies in a multi-module project. Because
  the aggregating Javadoc reports are to be used in multi-module projects,
  letting them fork a later phase than 'generate-sources' and 
  'generate-test-sources' ('compile' and 'test-compile') the
  aggregator reports can be run without having to install the modules. (schulte: [http://svn.apache.org/viewvc/?view=rev&rev=1749408])
* maven-javadoc-plugin/src/main/java/org/apache/maven/plugin/javadoc/AggregatorJavadocJar.java
* maven-javadoc-plugin/src/main/java/org/apache/maven/plugin/javadoc/AggregatorJavadocReport.java
* maven-javadoc-plugin/src/main/java/org/apache/maven/plugin/javadoc/AggregatorTestJavadocJar.java
* maven-javadoc-plugin/src/main/java/org/apache/maven/plugin/javadoc/AggregatorTestJavadocReport.java


> Aggregator reports should not require modules to be installed/deployed.
> -----------------------------------------------------------------------
>
>                 Key: MJAVADOC-467
>                 URL: https://issues.apache.org/jira/browse/MJAVADOC-467
>             Project: Maven Javadoc Plugin
>          Issue Type: Bug
>            Reporter: Christian Schulte
>            Assignee: Christian Schulte
>            Priority: Trivial
>             Fix For: 3.0.0
>
>




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)