Skip to content

Commit 8069d87

Browse files
committed
Convert from XDoc to Sink API
1 parent f6b63b0 commit 8069d87

File tree

2 files changed

+787
-28
lines changed

2 files changed

+787
-28
lines changed

modello-maven-plugin/pom.xml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,11 @@
7070
<version>${mavenPluginToolsVersion}</version>
7171
<scope>provided</scope>
7272
</dependency>
73+
<dependency>
74+
<groupId>org.apache.maven.reporting</groupId>
75+
<artifactId>maven-reporting-impl</artifactId>
76+
<version>3.2.0</version>
77+
</dependency>
7378

7479
<!-- plugins, sorted alphabetically -->
7580
<dependency>
@@ -120,7 +125,6 @@
120125
<dependency>
121126
<groupId>org.codehaus.modello</groupId>
122127
<artifactId>modello-plugin-xdoc</artifactId>
123-
<scope>runtime</scope>
124128
</dependency>
125129
<dependency>
126130
<groupId>org.codehaus.modello</groupId>

0 commit comments

Comments
 (0)