generate xdoc and xsd from mdo

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1409383 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Olivier Lamy 2012-11-14 20:33:52 +00:00
parent f9f604448a
commit 9c0e19a9a1
1 changed files with 8 additions and 0 deletions

View File

@ -150,6 +150,14 @@
<generatorId>registry-writer</generatorId>
</configuration>
</execution>
<execution>
<id>site-docs</id>
<phase>pre-site</phase>
<goals>
<goal>xdoc</goal>
<goal>xsd</goal>
</goals>
</execution>
</executions>
<configuration>
<version>1.4.1</version>