mirror of https://github.com/apache/archiva.git
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:
parent
f9f604448a
commit
9c0e19a9a1
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue