improved modello and animal sniffer's execution ids Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/44634982 Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/44634982 Diff: http://git-wip-us.apache.org/repos/asf/maven/diff/44634982
Branch: refs/heads/MNG-6196_slf4j Commit: 44634982a103a696d18619346756b1adaf3dbfd9 Parents: ecef59f Author: Hervé Boutemy <hbout...@apache.org> Authored: Sun May 21 19:14:54 2017 +0200 Committer: Hervé Boutemy <hbout...@apache.org> Committed: Sun May 21 19:14:54 2017 +0200 ---------------------------------------------------------------------- maven-core/pom.xml | 2 +- maven-model/pom.xml | 2 +- maven-plugin-api/pom.xml | 2 +- pom.xml | 6 +++--- 4 files changed, 6 insertions(+), 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/maven/blob/44634982/maven-core/pom.xml ---------------------------------------------------------------------- diff --git a/maven-core/pom.xml b/maven-core/pom.xml index 717e2a5..6cd8d85 100644 --- a/maven-core/pom.xml +++ b/maven-core/pom.xml @@ -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> http://git-wip-us.apache.org/repos/asf/maven/blob/44634982/maven-model/pom.xml ---------------------------------------------------------------------- diff --git a/maven-model/pom.xml b/maven-model/pom.xml index aabb25d..581e927 100644 --- a/maven-model/pom.xml +++ b/maven-model/pom.xml @@ -61,7 +61,7 @@ under the License. </configuration> <executions> <execution> - <id>standard</id> + <id>modello</id> <goals> <goal>java</goal> <goal>xpp3-reader</goal> http://git-wip-us.apache.org/repos/asf/maven/blob/44634982/maven-plugin-api/pom.xml ---------------------------------------------------------------------- diff --git a/maven-plugin-api/pom.xml b/maven-plugin-api/pom.xml index cf7e0ef..271404f 100644 --- a/maven-plugin-api/pom.xml +++ b/maven-plugin-api/pom.xml @@ -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> http://git-wip-us.apache.org/repos/asf/maven/blob/44634982/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index ce84168..5e12e36 100644 --- a/pom.xml +++ b/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>