Skip to content

Commit ba5dc20

Browse files
Copilotslachiewicz
andcommitted
WIP: Migrating XdocGenerator to use Doxia Sink API - basic structure in place
Co-authored-by: slachiewicz <[email protected]>
1 parent bca1253 commit ba5dc20

File tree

2 files changed

+122
-112
lines changed

2 files changed

+122
-112
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)