You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Michael Osipov (Jira)" <ji...@apache.org> on 2023/10/24 18:46:00 UTC

[jira] [Assigned] (JXR-183) Plugin Documentation not generated

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

Michael Osipov reassigned JXR-183:
----------------------------------

    Assignee: Michael Osipov

> Plugin Documentation not generated
> ----------------------------------
>
>                 Key: JXR-183
>                 URL: https://issues.apache.org/jira/browse/JXR-183
>             Project: Maven JXR
>          Issue Type: Bug
>          Components: maven2 jxr plugin
>    Affects Versions: 3.3.1
>            Reporter: Brad Larrick
>            Assignee: Michael Osipov
>            Priority: Minor
>
> The plugin pages aren't being generated. Looks like the plugin pom references the wrong plugin in the reporting section:
> {quote}{{  <reporting>}}
> {{    <plugins>}}
> {{      <plugin>}}
> {{        <groupId>org.apache.maven.plugins</groupId>}}
> {{        <artifactId>maven-plugin-plugin</artifactId>}}
> {{      </plugin>}}
> {{    </plugins>}}
> {{  </reporting>}}
> {quote}
> should be:
> {quote}  <reporting>
>     <plugins>
>       <plugin>
>         <groupId>org.apache.maven.plugins</groupId>
>         <artifactId>maven-plugin-report-plugin</artifactId>
>       </plugin>
>     </plugins>
>   </reporting>
> {quote}
>  



--
This message was sent by Atlassian Jira
(v8.20.10#820010)