diff --git a/ear/src/plugin-test/maven.xml b/ear/src/plugin-test/maven.xml index 6ab2261a..339f04bd 100644 --- a/ear/src/plugin-test/maven.xml +++ b/ear/src/plugin-test/maven.xml @@ -15,55 +15,8 @@ * limitations under the License. */ --> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ${saxReader.setEntityResolver(resolver)} - - - - - - - - - - - + + + diff --git a/ear/src/plugin-test/project.xml b/ear/src/plugin-test/project.xml index e84e833c..3f9aadcc 100644 --- a/ear/src/plugin-test/project.xml +++ b/ear/src/plugin-test/project.xml @@ -21,79 +21,22 @@ 3 Test project for Maven Ear Plugin - test-maven-ear-plugin - 1.0-SNAPSHOT + maven + 1.0 - Nettec - http://www.nettec.net + Apache Software Foundation + http://www.apache.org/ + http://maven.apache.org/images/apache-maven-project.png - 2002 - net.nettec.marsh.begin - Marsh Begin TTS Maven - TTS Begin - - http://bugzilla - www.nettec.net - - + 2001 + org.apache.maven + http://maven.apache.org/images/maven.gif + Test for Maven Ear plugin + Test for Maven Ear plugin + http://maven.apache.org/reference/plugins/ear/ + /www/maven.apache.org/reference/plugins/ear/ - scm:cvs:pserver:anoncvs@cvs.apache.org:/home/cvspublic:maven - http://cvs.apache.org/viewcvs/maven/ + scm:cvs:pserver:anoncvs@cvs.apache.org:/home/cvspublic:maven-plugins/ear/ + http://cvs.apache.org/viewcvs/maven-plugins/ear/ - - - - - Nathan Coast - nathanc - nathan.coast@blueyonder.co.uk - Shadow Solutions - Java Developer - - - - - commons-logging - commons-logging - 1.0.3 - http://jakarta.apache.org/commons/logging.html - - true - - - - commons-collections - commons-collections - 2.1 - http://jakarta.apache.org/commons/collections/ - - true - - - - commons-jelly - commons-jelly-tags-xml - 20030211.142705 - - - - maven - maven-j2ee-plugin - 1.4 - plugin - - - - nathan.coast@nettec.net - src - src/test - - - - src/resources - - *.txt - - - - + \ No newline at end of file diff --git a/ear/src/plugin-test/LICENSE.txt b/ear/src/plugin-test/test01/LICENSE.txt similarity index 100% rename from ear/src/plugin-test/LICENSE.txt rename to ear/src/plugin-test/test01/LICENSE.txt diff --git a/ear/src/plugin-test/test01/maven.xml b/ear/src/plugin-test/test01/maven.xml new file mode 100644 index 00000000..da6a102a --- /dev/null +++ b/ear/src/plugin-test/test01/maven.xml @@ -0,0 +1,69 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ${saxReader.setEntityResolver(resolver)} + + + + + + + + + + + + + diff --git a/ear/src/plugin-test/test01/project.properties b/ear/src/plugin-test/test01/project.properties new file mode 100644 index 00000000..ee45d71b --- /dev/null +++ b/ear/src/plugin-test/test01/project.properties @@ -0,0 +1,22 @@ +# ------------------------------------------------------------------- +# Copyright 2001-2004 The Apache Software Foundation. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# ------------------------------------------------------------------- + +maven.deployable.component=${maven.final.name}.ear +maven.j2ee.ear.appxml=${maven.conf.dir}/application.xml +maven.ear.appxml.generate=true +# note the override below is needed, as the ear plugin redefines the licenseFile in +# it's own project.properties, and running plugin:test would otherwise fail +maven.license.licenseFile=${basedir}/LICENSE.txt \ No newline at end of file diff --git a/ear/src/plugin-test/test01/project.xml b/ear/src/plugin-test/test01/project.xml new file mode 100644 index 00000000..34e00e3c --- /dev/null +++ b/ear/src/plugin-test/test01/project.xml @@ -0,0 +1,87 @@ + + + + + + 3 + Test project for Maven Ear Plugin 01 + test-maven-ear-plugin-01 + + Nettec + http://www.nettec.net + + 2002 + net.nettec.marsh.begin + Marsh Begin TTS Maven + TTS Begin + + + + Nathan Coast + nathanc + nathan.coast@blueyonder.co.uk + Shadow Solutions + Java Developer + + + + + commons-logging + commons-logging + 1.0.3 + http://jakarta.apache.org/commons/logging.html + + true + + + + commons-collections + commons-collections + 2.1 + http://jakarta.apache.org/commons/collections/ + + true + + + + commons-jelly + commons-jelly-tags-xml + 20030211.142705 + + + + maven + maven-j2ee-plugin + 1.4 + plugin + + + + src + src/test + + + + src/resources + + *.txt + + + + diff --git a/ear/src/plugin-test/src/application/META-INF/.cvsignore b/ear/src/plugin-test/test01/src/application/META-INF/.cvsignore similarity index 100% rename from ear/src/plugin-test/src/application/META-INF/.cvsignore rename to ear/src/plugin-test/test01/src/application/META-INF/.cvsignore diff --git a/ear/src/plugin-test/src/application/META-INF/MANIFEST.MF b/ear/src/plugin-test/test01/src/application/META-INF/MANIFEST.MF similarity index 100% rename from ear/src/plugin-test/src/application/META-INF/MANIFEST.MF rename to ear/src/plugin-test/test01/src/application/META-INF/MANIFEST.MF diff --git a/ear/src/plugin-test/src/resources/resource.txt b/ear/src/plugin-test/test01/src/resources/resource.txt similarity index 100% rename from ear/src/plugin-test/src/resources/resource.txt rename to ear/src/plugin-test/test01/src/resources/resource.txt