File tree 2 files changed +3
-2
lines changed
src/main/java/org/scoverage/plugin
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -140,7 +140,7 @@ under the License.
140
140
<dependency >
141
141
<groupId >org.apache.maven.reporting</groupId >
142
142
<artifactId >maven-reporting-api</artifactId >
143
- <version >3.0</version >
143
+ <version >3.1. 0</version >
144
144
</dependency >
145
145
146
146
<dependency >
Original file line number Diff line number Diff line change 29
29
import java .util .ResourceBundle ;
30
30
31
31
import org .apache .maven .doxia .module .xhtml .decoration .render .RenderingContext ;
32
+ import org .apache .maven .doxia .sink .Sink ;
32
33
import org .apache .maven .doxia .siterenderer .sink .SiteRendererSink ;
33
34
34
35
import org .apache .maven .plugin .AbstractMojo ;
@@ -198,7 +199,7 @@ public String getDescription( Locale locale )
198
199
/** {@inheritDoc} */
199
200
@ Override
200
201
@ SuppressWarnings ( "deprecation" )
201
- public void generate ( org . codehaus . doxia . sink . Sink sink , Locale locale )
202
+ public void generate ( Sink sink , Locale locale )
202
203
throws MavenReportException
203
204
{
204
205
boolean canGenerateNonAggregatedReport = canGenerateNonAggregatedReport ();
You can’t perform that action at this time.
0 commit comments