Skip to content

Commit f1721e1

Browse files
committed
Fix Javadoc issue
1 parent 26bb497 commit f1721e1

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

maven-plugin-report-plugin/pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,10 @@
7777
<groupId>org.apache.maven.plugin-tools</groupId>
7878
<artifactId>maven-plugin-tools-api</artifactId>
7979
</dependency>
80+
<dependency>
81+
<groupId>org.apache.maven.plugin-tools</groupId>
82+
<artifactId>maven-plugin-tools-generators</artifactId>
83+
</dependency>
8084

8185
<!-- doxia -->
8286
<dependency>

maven-plugin-report-plugin/src/main/java/org/apache/maven/plugins/plugin/descriptor/EnhancedPluginDescriptorBuilder.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,13 @@
3333
import org.apache.maven.rtinfo.RuntimeInformation;
3434
import org.apache.maven.tools.plugin.EnhancedParameterWrapper;
3535
import org.apache.maven.tools.plugin.ExtendedPluginDescriptor;
36+
import org.apache.maven.tools.plugin.generator.PluginDescriptorFilesGenerator;
3637
import org.codehaus.plexus.configuration.PlexusConfiguration;
3738
import org.codehaus.plexus.configuration.PlexusConfigurationException;
3839

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

0 commit comments

Comments
 (0)