[jira] (MJAVADOC-335) In Maven 3 it is impossible to generate several JavaDoc reports at once
[ https://jira.codehaus.org/browse/MJAVADOC-335?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=307799#comment-307799 ] Lance Speelmon edited comment on MJAVADOC-335 at 4/14/14 4:32 PM: -- FYI - this is another example of configuring the new way and only the last report being generated: {code} org.apache.maven.plugins maven-site-plugin org.apache.maven.plugins maven-project-info-reports-plugin false false org.apache.maven.plugins maven-javadoc-plugin html javadoc jaxb com.lunatech.doclets.jax.jaxb.JAXBDoclet com.lunatech.jax-doclets doclets 0.10.0 jaxbdocs jaxbdocs javadoc com.lunatech.doclets.jax.jaxrs.JAXRSDoclet com.lunatech.jax-doclets doclets 0.10.0 jaxrsdocs jaxrsdocs javadoc jpa com.lunatech.doclets.jax.jpa.JPADoclet com.lunatech.jax-doclets doclets 0.10.0 jpadocs jpadocs javadoc {code} was (Author: lancespeelmon2): FYI - this is another example of configuring the new way and only the last report being generated: org.apache.maven.plugins maven-site-plugin org.apache.maven.plugins maven-project-info-reports-plugin false false org.apache.maven.plugins maven-javadoc-plugin html javadoc jaxb com.lunatech.doclets.jax.jaxb.JAXBDoclet com.lunatech.jax-doclets doclets 0.10.0 jaxbdocs jaxbdocs javadoc com.lunatech.doclets.jax.jaxrs.JAXRSDoclet com.lunatech.jax-doclets doclets 0.10.0 jaxrsdocs jaxrsdocs javadoc jpa com.lunatech.doclets.jax.jpa.JPADoclet com.lunatech.jax-doclets doclets 0.10.0 jpadocs jpadocs javadoc > In Maven 3 it is impossible to generate several JavaDoc reports at once > --- > > Key: MJAVADOC-335 > URL: https://jira.codehaus.org/browse/MJAVADOC-335 > Project: Maven Javadoc Plugin > Issue Type: Bug >Affects Versions: 2.8 > Environment: Maven 3.0.3 >Reporter: Anton Nikitin >Assignee: Herve Boutemy > > When I try to generate several JavaDoc reports using mvn site(see pom.xml > fragment below), only last one is actually created. > It works perfectly in Maven 2.2.1 and looks broken in Maven 3.0.3. I tried to > change pom.xml to Maven 3 style (use Maven Site Plugin > section instead of ) but it d
[jira] (MJAVADOC-335) In Maven 3 it is impossible to generate several JavaDoc reports at once
[ https://jira.codehaus.org/browse/MJAVADOC-335?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=307799#comment-307799 ] Lance Speelmon commented on MJAVADOC-335: - FYI - this is another example of configuring the new way and only the last report being generated: org.apache.maven.plugins maven-site-plugin org.apache.maven.plugins maven-project-info-reports-plugin false false org.apache.maven.plugins maven-javadoc-plugin html javadoc jaxb com.lunatech.doclets.jax.jaxb.JAXBDoclet com.lunatech.jax-doclets doclets 0.10.0 jaxbdocs jaxbdocs javadoc com.lunatech.doclets.jax.jaxrs.JAXRSDoclet com.lunatech.jax-doclets doclets 0.10.0 jaxrsdocs jaxrsdocs javadoc jpa com.lunatech.doclets.jax.jpa.JPADoclet com.lunatech.jax-doclets doclets 0.10.0 jpadocs jpadocs javadoc > In Maven 3 it is impossible to generate several JavaDoc reports at once > --- > > Key: MJAVADOC-335 > URL: https://jira.codehaus.org/browse/MJAVADOC-335 > Project: Maven 2.x Javadoc Plugin > Issue Type: Bug >Affects Versions: 2.8 > Environment: Maven 3.0.3 >Reporter: Anton Nikitin > > When I try to generate several JavaDoc reports using mvn site(see pom.xml > fragment below), only last one is actually created. > It works perfectly in Maven 2.2.1 and looks broken in Maven 3.0.3. I tried to > change pom.xml to Maven 3 style (use Maven Site Plugin > section instead of ) but it didn't help. > Workaround: use Maven 2.2.1 for site generation. > > > > org.apache.maven.plugins > maven-javadoc-plugin > 2.8 > > > report-1 > >docs1 > ... > > > javadoc > > > > report-2 > >docs2 >... > > > javadoc > > > > > > -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://jira.codehaus.org/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira