File tree 2 files changed +8
-2
lines changed
src/main/java/org/apache/maven/plugins/javadoc
2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -207,7 +207,7 @@ under the License.
207
207
<dependency >
208
208
<groupId >org.apache.maven.reporting</groupId >
209
209
<artifactId >maven-reporting-api</artifactId >
210
- <version >3.0</version >
210
+ <version >3.1. 0</version >
211
211
</dependency >
212
212
<dependency >
213
213
<groupId >org.apache.maven</groupId >
Original file line number Diff line number Diff line change 27
27
import java .util .ResourceBundle ;
28
28
import java .util .stream .Collectors ;
29
29
30
+ import org .apache .maven .doxia .sink .Sink ;
30
31
import org .apache .maven .doxia .siterenderer .RenderingContext ;
31
32
import org .apache .maven .doxia .siterenderer .sink .SiteRendererSink ;
32
33
import org .apache .maven .plugin .MojoExecutionException ;
38
39
import org .apache .maven .plugins .annotations .ResolutionScope ;
39
40
import org .apache .maven .reporting .MavenReport ;
40
41
import org .apache .maven .reporting .MavenReportException ;
41
- import org .codehaus .doxia .sink .Sink ;
42
42
import org .codehaus .plexus .util .StringUtils ;
43
43
44
44
/**
@@ -123,6 +123,12 @@ public String getDescription( Locale locale )
123
123
return description ;
124
124
}
125
125
126
+ public void generate ( org .codehaus .doxia .sink .Sink sink , Locale locale )
127
+ throws MavenReportException
128
+ {
129
+ generate ( (Sink ) sink , locale );
130
+ }
131
+
126
132
/** {@inheritDoc} */
127
133
@ Override
128
134
public void generate ( Sink sink , Locale locale )
You can’t perform that action at this time.
0 commit comments