Skip to content

Commit

Permalink
Fix Javadoc issue
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-o committed Oct 15, 2023
1 parent 26bb497 commit f1721e1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions maven-plugin-report-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,10 @@
<groupId>org.apache.maven.plugin-tools</groupId>
<artifactId>maven-plugin-tools-api</artifactId>
</dependency>
<dependency>
<groupId>org.apache.maven.plugin-tools</groupId>
<artifactId>maven-plugin-tools-generators</artifactId>
</dependency>

<!-- doxia -->
<dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,13 @@
import org.apache.maven.rtinfo.RuntimeInformation;
import org.apache.maven.tools.plugin.EnhancedParameterWrapper;
import org.apache.maven.tools.plugin.ExtendedPluginDescriptor;
import org.apache.maven.tools.plugin.generator.PluginDescriptorFilesGenerator;
import org.codehaus.plexus.configuration.PlexusConfiguration;
import org.codehaus.plexus.configuration.PlexusConfigurationException;

/**
* Reads enhanced plugin.xml files as generated by
* {@link org.apache.maven.tools.plugin.generator.PluginDescriptorFilesGenerator} and
* used by {@link PluginReport}.
* {@link PluginDescriptorFilesGenerator} and used by {@link PluginReport}.
* Populates the slightly extended {@link Parameter} object {@link EnhancedParameterWrapper}.
* In addition populates all (optional) elements added after Maven Plugin API 3.2.5.
*/
Expand Down

0 comments on commit f1721e1

Please sign in to comment.