File tree 2 files changed +3
-9
lines changed
maven-plugin-report-plugin/src/main/java/org/apache/maven/plugin/plugin/report 2 files changed +3
-9
lines changed Original file line number Diff line number Diff line change 21
21
import java .util .ArrayList ;
22
22
import java .util .List ;
23
23
import java .util .Locale ;
24
- import java .util .Map ;
25
- import java .util .Optional ;
26
24
27
25
import org .apache .commons .lang3 .StringUtils ;
28
26
import org .apache .maven .doxia .markup .Markup ;
29
27
import org .apache .maven .doxia .sink .Sink ;
30
28
import org .apache .maven .doxia .sink .impl .SinkEventAttributeSet ;
31
- import org .apache .maven .model .Plugin ;
32
- import org .apache .maven .model .Prerequisites ;
33
29
import org .apache .maven .plugin .descriptor .MojoDescriptor ;
34
30
import org .apache .maven .plugin .descriptor .PluginDescriptor ;
35
31
import org .apache .maven .project .MavenProject ;
36
- import org .apache .maven .tools .plugin .ExtendedPluginDescriptor ;
37
32
import org .apache .maven .tools .plugin .util .PluginUtils ;
38
33
import org .codehaus .plexus .i18n .I18N ;
39
- import org .codehaus .plexus .util .xml .Xpp3Dom ;
40
34
41
35
/**
42
36
* Generates an overview page with the list of goals
Original file line number Diff line number Diff line change 18
18
*/
19
19
package org .apache .maven .plugin .plugin .report ;
20
20
21
+ import java .util .Map ;
22
+ import java .util .Optional ;
23
+
21
24
import org .apache .commons .lang3 .StringUtils ;
22
25
import org .apache .maven .model .Plugin ;
23
26
import org .apache .maven .model .Prerequisites ;
26
29
import org .apache .maven .tools .plugin .ExtendedPluginDescriptor ;
27
30
import org .codehaus .plexus .util .xml .Xpp3Dom ;
28
31
29
- import java .util .Map ;
30
- import java .util .Optional ;
31
-
32
32
/**
33
33
* Plugin requirements history.
34
34
*
You can’t perform that action at this time.
0 commit comments