mirror of https://github.com/apache/maven.git
improved modello and animal sniffer's execution ids
This commit is contained in:
parent
ecef59f1cb
commit
44634982a1
|
@ -214,7 +214,7 @@ under the License.
|
|||
</configuration>
|
||||
<executions>
|
||||
<execution>
|
||||
<id>plugin-site-doc</id>
|
||||
<id>modello-site-doc</id>
|
||||
<phase>pre-site</phase>
|
||||
<goals>
|
||||
<goal>xdoc</goal>
|
||||
|
|
|
@ -61,7 +61,7 @@ under the License.
|
|||
</configuration>
|
||||
<executions>
|
||||
<execution>
|
||||
<id>standard</id>
|
||||
<id>modello</id>
|
||||
<goals>
|
||||
<goal>java</goal>
|
||||
<goal>xpp3-reader</goal>
|
||||
|
|
|
@ -75,7 +75,7 @@ under the License.
|
|||
</configuration>
|
||||
<executions>
|
||||
<execution>
|
||||
<id>plugin-site-doc</id>
|
||||
<id>modello-site-doc</id>
|
||||
<phase>pre-site</phase>
|
||||
<goals>
|
||||
<goal>xdoc</goal>
|
||||
|
|
6
pom.xml
6
pom.xml
|
@ -465,7 +465,7 @@ under the License.
|
|||
<version>${modelloVersion}</version>
|
||||
<executions>
|
||||
<execution>
|
||||
<id>site-docs</id>
|
||||
<id>modello-site-docs</id>
|
||||
<phase>pre-site</phase>
|
||||
<goals>
|
||||
<goal>xdoc</goal>
|
||||
|
@ -473,7 +473,7 @@ under the License.
|
|||
</goals>
|
||||
</execution>
|
||||
<execution>
|
||||
<id>standard</id>
|
||||
<id>modello</id>
|
||||
<goals>
|
||||
<goal>java</goal>
|
||||
<goal>xpp3-reader</goal>
|
||||
|
@ -567,7 +567,7 @@ under the License.
|
|||
</configuration>
|
||||
<executions>
|
||||
<execution>
|
||||
<id>check-java-1.6-compat</id>
|
||||
<id>check-java-compat</id>
|
||||
<phase>process-classes</phase>
|
||||
<goals>
|
||||
<goal>check</goal>
|
||||
|
|
Loading…
Reference in New Issue