From f603ef639de47eec2d265e37f0da3f861e80a87b Mon Sep 17 00:00:00 2001 From: Herve Boutemy Date: Sun, 20 May 2012 19:23:12 +0000 Subject: [PATCH] added pom xsd reference git-svn-id: https://svn.apache.org/repos/asf/maven/plugin-tools/trunk@1340807 13f79535-47bb-0310-9956-ffa450edef68 --- .../pom.xml | 2 +- .../module-abstract-mojo/pom.xml | 6 ++--- .../module-mojo/pom.xml | 8 ++++-- .../pom.xml | 2 +- .../it/annotation-with-inheritance/pom.xml | 2 +- maven-plugin-plugin/src/it/ant-basic/pom.xml | 4 ++- .../src/it/ant-reference-parameter/pom.xml | 4 ++- .../src/it/ant-simple-usage/pom.xml | 4 ++- .../src/it/beanshell-simple/pom.xml | 4 ++- maven-plugin-plugin/src/it/help-basic/pom.xml | 2 +- .../src/it/help-package/pom.xml | 2 +- .../src/it/java-basic-annotations/pom.xml | 2 +- maven-plugin-plugin/src/it/java-basic/pom.xml | 2 +- .../src/it/mplugin-187/pom.xml | 2 +- .../plugin-info-jdk-default-version/pom.xml | 25 +++++++++++++++++++ .../src/it/plugin-report-annotations/pom.xml | 2 +- .../src/it/plugin-report/pom.xml | 2 +- maven-plugin-plugin/src/it/skip/pom.xml | 2 +- 18 files changed, 57 insertions(+), 20 deletions(-) diff --git a/maven-plugin-plugin/src/it/annotation-with-inheritance-from-deps/pom.xml b/maven-plugin-plugin/src/it/annotation-with-inheritance-from-deps/pom.xml index e0b734a..dd28ea8 100644 --- a/maven-plugin-plugin/src/it/annotation-with-inheritance-from-deps/pom.xml +++ b/maven-plugin-plugin/src/it/annotation-with-inheritance-from-deps/pom.xml @@ -19,7 +19,7 @@ specific language governing permissions and limitations under the License. --> - + 4.0.0 org.apache.maven.its.annotation-with-inheritance-from-deps diff --git a/maven-plugin-plugin/src/it/annotation-with-inheritance-reactor/module-abstract-mojo/pom.xml b/maven-plugin-plugin/src/it/annotation-with-inheritance-reactor/module-abstract-mojo/pom.xml index ab6d5ed..0207b37 100644 --- a/maven-plugin-plugin/src/it/annotation-with-inheritance-reactor/module-abstract-mojo/pom.xml +++ b/maven-plugin-plugin/src/it/annotation-with-inheritance-reactor/module-abstract-mojo/pom.xml @@ -19,14 +19,14 @@ specific language governing permissions and limitations under the License. --> - + 4.0.0 + org.apache.maven.its.annotation-with-inheritance-reactor annotation-with-inheritance-reactor 1.0-SNAPSHOT + module-abstract-mojo - - diff --git a/maven-plugin-plugin/src/it/annotation-with-inheritance-reactor/module-mojo/pom.xml b/maven-plugin-plugin/src/it/annotation-with-inheritance-reactor/module-mojo/pom.xml index f1af431..b6502d8 100644 --- a/maven-plugin-plugin/src/it/annotation-with-inheritance-reactor/module-mojo/pom.xml +++ b/maven-plugin-plugin/src/it/annotation-with-inheritance-reactor/module-mojo/pom.xml @@ -19,15 +19,18 @@ specific language governing permissions and limitations under the License. --> - + 4.0.0 + org.apache.maven.its.annotation-with-inheritance-reactor annotation-with-inheritance-reactor 1.0-SNAPSHOT - maven-plugin + module-mojo + maven-plugin + org.apache.maven.its.annotation-with-inheritance-reactor @@ -35,6 +38,7 @@ under the License. ${project.version} + diff --git a/maven-plugin-plugin/src/it/annotation-with-inheritance-reactor/pom.xml b/maven-plugin-plugin/src/it/annotation-with-inheritance-reactor/pom.xml index 838ea70..c641805 100644 --- a/maven-plugin-plugin/src/it/annotation-with-inheritance-reactor/pom.xml +++ b/maven-plugin-plugin/src/it/annotation-with-inheritance-reactor/pom.xml @@ -19,7 +19,7 @@ specific language governing permissions and limitations under the License. --> - + 4.0.0 org.apache.maven.its.annotation-with-inheritance-reactor diff --git a/maven-plugin-plugin/src/it/annotation-with-inheritance/pom.xml b/maven-plugin-plugin/src/it/annotation-with-inheritance/pom.xml index d164b1c..fa3dacb 100644 --- a/maven-plugin-plugin/src/it/annotation-with-inheritance/pom.xml +++ b/maven-plugin-plugin/src/it/annotation-with-inheritance/pom.xml @@ -19,7 +19,7 @@ specific language governing permissions and limitations under the License. --> - + 4.0.0 org.apache.maven.its.annotation-with-inheritance diff --git a/maven-plugin-plugin/src/it/ant-basic/pom.xml b/maven-plugin-plugin/src/it/ant-basic/pom.xml index 6e5d132..25b0725 100644 --- a/maven-plugin-plugin/src/it/ant-basic/pom.xml +++ b/maven-plugin-plugin/src/it/ant-basic/pom.xml @@ -21,11 +21,13 @@ 4.0.0 + org.apache.maven.ant.it maven-ant-it-basic - Basic Ant-Mojo Integration Test 1.0-SNAPSHOT maven-plugin + + Basic Ant-Mojo Integration Test Tests the simplest case of using an Ant script to drive a mojo. diff --git a/maven-plugin-plugin/src/it/ant-reference-parameter/pom.xml b/maven-plugin-plugin/src/it/ant-reference-parameter/pom.xml index 85dcf78..517e035 100644 --- a/maven-plugin-plugin/src/it/ant-reference-parameter/pom.xml +++ b/maven-plugin-plugin/src/it/ant-reference-parameter/pom.xml @@ -21,11 +21,13 @@ 4.0.0 + org.apache.maven.ant.it maven-ant-it-referenceParameter - Ant-Mojo Integration Test with non-String parameter 1.0-SNAPSHOT maven-plugin + + Ant-Mojo Integration Test with non-String parameter Tests using an Ant script to drive a mojo where a parameter is not a String type. diff --git a/maven-plugin-plugin/src/it/ant-simple-usage/pom.xml b/maven-plugin-plugin/src/it/ant-simple-usage/pom.xml index 47416e4..c9dec03 100644 --- a/maven-plugin-plugin/src/it/ant-simple-usage/pom.xml +++ b/maven-plugin-plugin/src/it/ant-simple-usage/pom.xml @@ -21,11 +21,13 @@ 4.0.0 + org.apache.maven.ant.it simpleUsage-root - Simple-Usage Ant-Mojo Integration Test - Root 1.0-SNAPSHOT pom + + Simple-Usage Ant-Mojo Integration Test - Root Tests the simplest case of using an Ant script to drive a mojo. diff --git a/maven-plugin-plugin/src/it/beanshell-simple/pom.xml b/maven-plugin-plugin/src/it/beanshell-simple/pom.xml index c9dc8e7..c2e5f0b 100644 --- a/maven-plugin-plugin/src/it/beanshell-simple/pom.xml +++ b/maven-plugin-plugin/src/it/beanshell-simple/pom.xml @@ -21,12 +21,14 @@ 4.0.0 + org.apache.maven.beanshell.it maven-beanshell-it-basic - Basic Beanshell-Mojo Integration Test 1.0-SNAPSHOT maven-plugin + Basic Beanshell-Mojo Integration Test + @project.version@ diff --git a/maven-plugin-plugin/src/it/help-basic/pom.xml b/maven-plugin-plugin/src/it/help-basic/pom.xml index c970246..bee4f12 100644 --- a/maven-plugin-plugin/src/it/help-basic/pom.xml +++ b/maven-plugin-plugin/src/it/help-basic/pom.xml @@ -19,7 +19,7 @@ specific language governing permissions and limitations under the License. --> - + 4.0.0 org.apache.maven.its.plugin diff --git a/maven-plugin-plugin/src/it/help-package/pom.xml b/maven-plugin-plugin/src/it/help-package/pom.xml index 1ae3c32..18579f2 100644 --- a/maven-plugin-plugin/src/it/help-package/pom.xml +++ b/maven-plugin-plugin/src/it/help-package/pom.xml @@ -19,7 +19,7 @@ specific language governing permissions and limitations under the License. --> - + 4.0.0 org.apache.maven.its.plugin diff --git a/maven-plugin-plugin/src/it/java-basic-annotations/pom.xml b/maven-plugin-plugin/src/it/java-basic-annotations/pom.xml index f814d86..ec74889 100644 --- a/maven-plugin-plugin/src/it/java-basic-annotations/pom.xml +++ b/maven-plugin-plugin/src/it/java-basic-annotations/pom.xml @@ -19,7 +19,7 @@ specific language governing permissions and limitations under the License. --> - + 4.0.0 org.apache.maven.its.basic-java-annotations diff --git a/maven-plugin-plugin/src/it/java-basic/pom.xml b/maven-plugin-plugin/src/it/java-basic/pom.xml index d96ea92..64544ff 100644 --- a/maven-plugin-plugin/src/it/java-basic/pom.xml +++ b/maven-plugin-plugin/src/it/java-basic/pom.xml @@ -19,7 +19,7 @@ specific language governing permissions and limitations under the License. --> - + 4.0.0 org.apache.maven.its.it0013 diff --git a/maven-plugin-plugin/src/it/mplugin-187/pom.xml b/maven-plugin-plugin/src/it/mplugin-187/pom.xml index 6f77217..6c92bb4 100644 --- a/maven-plugin-plugin/src/it/mplugin-187/pom.xml +++ b/maven-plugin-plugin/src/it/mplugin-187/pom.xml @@ -19,7 +19,7 @@ specific language governing permissions and limitations under the License. --> - + 4.0.0 org.apache.maven.plugins.plugin.its diff --git a/maven-plugin-plugin/src/it/plugin-info-jdk-default-version/pom.xml b/maven-plugin-plugin/src/it/plugin-info-jdk-default-version/pom.xml index 42872ac..5a7c114 100644 --- a/maven-plugin-plugin/src/it/plugin-info-jdk-default-version/pom.xml +++ b/maven-plugin-plugin/src/it/plugin-info-jdk-default-version/pom.xml @@ -1,14 +1,37 @@ + + + 4.0.0 + org.apache.maven.its jdk-default-version 1.0-SNAPSHOT maven-plugin + UTF-8 + org.apache.maven @@ -16,6 +39,7 @@ 2.0 + @@ -43,6 +67,7 @@ + diff --git a/maven-plugin-plugin/src/it/plugin-report-annotations/pom.xml b/maven-plugin-plugin/src/it/plugin-report-annotations/pom.xml index a57c6a4..4893fe2 100644 --- a/maven-plugin-plugin/src/it/plugin-report-annotations/pom.xml +++ b/maven-plugin-plugin/src/it/plugin-report-annotations/pom.xml @@ -19,7 +19,7 @@ specific language governing permissions and limitations under the License. --> - + 4.0.0 org.apache.maven.its diff --git a/maven-plugin-plugin/src/it/plugin-report/pom.xml b/maven-plugin-plugin/src/it/plugin-report/pom.xml index 39d180f..9526d2d 100644 --- a/maven-plugin-plugin/src/it/plugin-report/pom.xml +++ b/maven-plugin-plugin/src/it/plugin-report/pom.xml @@ -19,7 +19,7 @@ specific language governing permissions and limitations under the License. --> - + 4.0.0 diff --git a/maven-plugin-plugin/src/it/skip/pom.xml b/maven-plugin-plugin/src/it/skip/pom.xml index 40a0893..cce80d6 100644 --- a/maven-plugin-plugin/src/it/skip/pom.xml +++ b/maven-plugin-plugin/src/it/skip/pom.xml @@ -19,7 +19,7 @@ specific language governing permissions and limitations under the License. --> - + 4.0.0 org.apache.maven.its.it0013