improved modello and animal sniffer's execution ids

This commit is contained in:
Hervé Boutemy 2017-05-21 19:14:54 +02:00
parent ecef59f1cb
commit 44634982a1
4 changed files with 6 additions and 6 deletions

View File

@ -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>

View File

@ -61,7 +61,7 @@ under the License.
</configuration>
<executions>
<execution>
<id>standard</id>
<id>modello</id>
<goals>
<goal>java</goal>
<goal>xpp3-reader</goal>

View File

@ -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>

View File

@ -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>