Repository: maven-archetype Updated Branches: refs/heads/master aa095b819 -> c28aed853
ARCHETYPE-510 enable Archetype 1.0.x descriptor documentation back Project: http://git-wip-us.apache.org/repos/asf/maven-archetype/repo Commit: http://git-wip-us.apache.org/repos/asf/maven-archetype/commit/c28aed85 Tree: http://git-wip-us.apache.org/repos/asf/maven-archetype/tree/c28aed85 Diff: http://git-wip-us.apache.org/repos/asf/maven-archetype/diff/c28aed85 Branch: refs/heads/master Commit: c28aed853795448a6b1ca6553219015105280ba5 Parents: aa095b8 Author: Hervé Boutemy <[email protected]> Authored: Sun Sep 25 15:50:04 2016 +0200 Committer: Hervé Boutemy <[email protected]> Committed: Sun Sep 25 15:50:04 2016 +0200 ---------------------------------------------------------------------- archetype-common/pom.xml | 7 +++++++ 1 file changed, 7 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/maven-archetype/blob/c28aed85/archetype-common/pom.xml ---------------------------------------------------------------------- diff --git a/archetype-common/pom.xml b/archetype-common/pom.xml index c12124f..f32533f 100644 --- a/archetype-common/pom.xml +++ b/archetype-common/pom.xml @@ -176,6 +176,13 @@ </goals> </execution> <execution> + <id>site-docs</id> + <phase>pre-site</phase> + <goals> + <goal>xdoc</goal> + </goals> + </execution> + <execution> <id>site-xsd</id> <phase>pre-site</phase> <goals>
