You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Robert Scholte (Jira)" <ji...@apache.org> on 2021/04/30 13:58:00 UTC

[jira] [Closed] (MJAVADOC-484) javadoc:javadoc fails within site lifecycle on multimodule build

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

Robert Scholte closed MJAVADOC-484.
-----------------------------------
      Assignee: Robert Scholte
    Resolution: Pending Closed

The project had its last commit in 2017, so for me it is not worth analyzing it anymore.

> javadoc:javadoc fails within site lifecycle on multimodule build
> ----------------------------------------------------------------
>
>                 Key: MJAVADOC-484
>                 URL: https://issues.apache.org/jira/browse/MJAVADOC-484
>             Project: Maven Javadoc Plugin
>          Issue Type: Bug
>          Components: javadoc
>    Affects Versions: 2.3, 2.10.4
>            Reporter: Archimedes Trajano
>            Assignee: Robert Scholte
>            Priority: Major
>
> I have my pom.xml configured creating a javadoc report upol "site" goal
> this is my project: https://github.com/trajano/jee
> On a multimodule where {{install}} was not called the site generation will fail
> {{[ERROR] Failed to execute goal org.apache.maven.plugins:maven-site-plugin:3.6:site (default-site) on project jee: failed to get report for org.apache.maven.plugins:maven-javadoc-plugin: Failed to execute goal on project jee-web: Could not resolve dependencies for project net.trajano.jee:jee-web:war:1.0.0-SNAPSHOT: Failure to find net.trajano.jee:jee-jaspic:jar:1.0.0-20170514.070214-81 in https://oss.sonatype.org/content/groups/public was cached in the local repository, resolution will not be reattempted until the update interval of sonatype has elapsed or updates are forced -> [Help 1]}}
> It works when you do a mvn install && mvn site but not 
> mvn package site
> mvn site
> mvn install site
> mvn deploy site
> mvn deploy site-deploy



--
This message was sent by Atlassian Jira
(v8.3.4#803005)