(merged from branch revId: 379662.)

Original URL: http://svn.apache.org/viewcvs?rev=379662&view=rev

[MNG-2095] Adding xsd generation to site phase for modello projects.


git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@379663 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
John Dennis Casey 2006-02-22 03:13:17 +00:00
parent 806eaeb017
commit eab65e11ad
8 changed files with 56 additions and 0 deletions

View File

@ -25,6 +25,13 @@
<goal>xsd</goal>
</goals>
</execution>
<execution>
<id>site-xsd</id>
<phase>site</phase>
<goals>
<goal>xsd</goal>
</goals>
</execution>
</executions>
<configuration>
<version>4.0.0</version>

View File

@ -16,6 +16,13 @@
<artifactId>modello-maven-plugin</artifactId>
<version>1.0-alpha-7</version>
<executions>
<execution>
<id>site-xsd</id>
<phase>site</phase>
<goals>
<goal>xsd</goal>
</goals>
</execution>
<execution>
<goals>
<goal>java</goal>

View File

@ -15,6 +15,13 @@
<artifactId>modello-maven-plugin</artifactId>
<version>1.0-alpha-7</version>
<executions>
<execution>
<id>site-xsd</id>
<phase>site</phase>
<goals>
<goal>xsd</goal>
</goals>
</execution>
<execution>
<id>base</id>
<goals>

View File

@ -16,6 +16,13 @@
<artifactId>modello-maven-plugin</artifactId>
<version>1.0-alpha-7</version>
<executions>
<execution>
<id>site-xsd</id>
<phase>site</phase>
<goals>
<goal>xsd</goal>
</goals>
</execution>
<execution>
<goals>
<goal>xpp3-writer</goal>

View File

@ -15,6 +15,13 @@
<groupId>org.codehaus.modello</groupId>
<artifactId>modello-maven-plugin</artifactId>
<executions>
<execution>
<id>site-xsd</id>
<phase>site</phase>
<goals>
<goal>xsd</goal>
</goals>
</execution>
<execution>
<goals>
<goal>java</goal>

View File

@ -15,6 +15,13 @@
<artifactId>modello-maven-plugin</artifactId>
<version>1.0-alpha-7</version>
<executions>
<execution>
<id>site-xsd</id>
<phase>site</phase>
<goals>
<goal>xsd</goal>
</goals>
</execution>
<execution>
<goals>
<goal>xpp3-writer</goal>

View File

@ -17,6 +17,13 @@
<artifactId>modello-maven-plugin</artifactId>
<version>1.0-alpha-7</version>
<executions>
<execution>
<id>site-xsd</id>
<phase>site</phase>
<goals>
<goal>xsd</goal>
</goals>
</execution>
<execution>
<goals>
<goal>xpp3-writer</goal>

View File

@ -15,6 +15,13 @@
<artifactId>modello-maven-plugin</artifactId>
<version>1.0-alpha-7</version>
<executions>
<execution>
<id>site-xsd</id>
<phase>site</phase>
<goals>
<goal>xsd</goal>
</goals>
</execution>
<execution>
<goals>
<goal>xpp3-writer</goal>