Skip to content

Commit e165abe

Browse files
Copilotslachiewicz
andcommitted
Migrate XdocGenerator to Doxia Sink API with XDOC 2.0 output
Co-authored-by: slachiewicz <[email protected]>
1 parent f570710 commit e165abe

File tree

4 files changed

+158
-169
lines changed

4 files changed

+158
-169
lines changed

modello-plugins/modello-plugin-xdoc/pom.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,16 @@
2525
<groupId>org.codehaus.plexus</groupId>
2626
<artifactId>plexus-utils</artifactId>
2727
</dependency>
28+
<dependency>
29+
<groupId>org.apache.maven.doxia</groupId>
30+
<artifactId>doxia-sink-api</artifactId>
31+
<version>2.0.0</version>
32+
</dependency>
33+
<dependency>
34+
<groupId>org.apache.maven.doxia</groupId>
35+
<artifactId>doxia-module-xdoc</artifactId>
36+
<version>2.0.0</version>
37+
</dependency>
2838
<dependency>
2939
<groupId>org.jsoup</groupId>
3040
<artifactId>jsoup</artifactId>

0 commit comments

Comments
 (0)