MNG-5771 disabled modello xdoc/xsd for core extensions mdo ... hopefully fixes maven site generation
Signed-off-by: Igor Fedorenko <ifedore...@apache.org> Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/2eab8924 Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/2eab8924 Diff: http://git-wip-us.apache.org/repos/asf/maven/diff/2eab8924 Branch: refs/heads/slf4j-log4j2 Commit: 2eab8924a9cce521131cc760b4429cbac94df440 Parents: eaef349 Author: Igor Fedorenko <ifedore...@apache.org> Authored: Fri Feb 20 19:17:53 2015 -0500 Committer: Igor Fedorenko <ifedore...@apache.org> Committed: Fri Feb 20 19:17:57 2015 -0500 ---------------------------------------------------------------------- maven-embedder/pom.xml | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/maven/blob/2eab8924/maven-embedder/pom.xml ---------------------------------------------------------------------- diff --git a/maven-embedder/pom.xml b/maven-embedder/pom.xml index 2dc5fde..a0a359f 100644 --- a/maven-embedder/pom.xml +++ b/maven-embedder/pom.xml @@ -134,10 +134,23 @@ <artifactId>modello-maven-plugin</artifactId> <configuration> <version>1.0.0</version> - <models> - <model>src/main/mdo/core-extensions.mdo</model> - </models> </configuration> + <executions> + <execution> + <id>standard</id> + <configuration> + <models> + <model>src/main/mdo/core-extensions.mdo</model> + </models> + </configuration> + </execution> + <execution> + <id>site-docs</id> + <configuration> + <models/> + </configuration> + </execution> + </executions> </plugin> </plugins> </build>