Author: aheritier
Date: Tue Sep 13 07:00:41 2005
New Revision: 280555
URL: http://svn.apache.org/viewcvs?rev=280555&view=rev
Log:
Fix invalid POMs
Modified:
maven/maven-1/plugins/trunk/ear/src/plugin-test/appXmlLocationTest/project.xml
maven/maven-1/plugins/trunk/ear/src/plugin-test/bundlePropertiesTest/project.xml
maven/maven-1/plugins/trunk/ear/src/plugin-test/sarBundledTest/project.xml
maven/maven-1/plugins/trunk/ear/src/plugin-test/simpleTest/project.xml
maven/maven-1/plugins/trunk/ear/src/plugin-test/srcResourcesTest/project.xml
Modified:
maven/maven-1/plugins/trunk/ear/src/plugin-test/appXmlLocationTest/project.xml
URL:
http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/ear/src/plugin-test/appXmlLocationTest/project.xml?rev=280555&r1=280554&r2=280555&view=diff
==============================================================================
---
maven/maven-1/plugins/trunk/ear/src/plugin-test/appXmlLocationTest/project.xml
(original)
+++
maven/maven-1/plugins/trunk/ear/src/plugin-test/appXmlLocationTest/project.xml
Tue Sep 13 07:00:41 2005
@@ -16,8 +16,8 @@
* limitations under the License.
*/
-->
-
-<project>
+<project xmlns="http://maven.apache.org/POM/3.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/3.0.0
+http://maven.apache.org/maven-v3_0_0.xsd">
<pomVersion>3</pomVersion>
<name>Ear Plugin - AppXml Location Test</name>
<artifactId>test-maven-ear-plugin-appXmlLocationTest</artifactId>
@@ -29,7 +29,9 @@
<developer>
<name>Felipe Leme</name>
<id>felipeal</id>
- <role>Jelly Developer</role>
+ <roles>
+ <role>Jelly Developer</role>
+ </roles>
</developer>
</developers>
</project>
Modified:
maven/maven-1/plugins/trunk/ear/src/plugin-test/bundlePropertiesTest/project.xml
URL:
http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/ear/src/plugin-test/bundlePropertiesTest/project.xml?rev=280555&r1=280554&r2=280555&view=diff
==============================================================================
---
maven/maven-1/plugins/trunk/ear/src/plugin-test/bundlePropertiesTest/project.xml
(original)
+++
maven/maven-1/plugins/trunk/ear/src/plugin-test/bundlePropertiesTest/project.xml
Tue Sep 13 07:00:41 2005
@@ -16,9 +16,8 @@
* limitations under the License.
*/
-->
-
-
-<project>
+<project xmlns="http://maven.apache.org/POM/3.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/3.0.0
+http://maven.apache.org/maven-v3_0_0.xsd">
<pomVersion>3</pomVersion>
<name>Ear Plugin - Bundle Properties Test</name>
<artifactId>test-maven-ear-plugin-bundlePropertiesTest</artifactId>
@@ -37,12 +36,16 @@
<id>wfuller</id>
<email>[EMAIL PROTECTED]</email>
<organization>Queensland Government</organization>
- <role>Java Developer</role>
+ <roles>
+ <role>Java Developer</role>
+ </roles>
</developer>
<developer>
<name>Felipe Leme</name>
<id>felipeal</id>
- <role>Jelly Developer</role>
+ <roles>
+ <role>Jelly Developer</role>
+ </roles>
</developer>
</developers>
<dependencies>
Modified:
maven/maven-1/plugins/trunk/ear/src/plugin-test/sarBundledTest/project.xml
URL:
http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/ear/src/plugin-test/sarBundledTest/project.xml?rev=280555&r1=280554&r2=280555&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/ear/src/plugin-test/sarBundledTest/project.xml
(original)
+++ maven/maven-1/plugins/trunk/ear/src/plugin-test/sarBundledTest/project.xml
Tue Sep 13 07:00:41 2005
@@ -16,8 +16,8 @@
* limitations under the License.
*/
-->
-
-<project>
+<project xmlns="http://maven.apache.org/POM/3.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/3.0.0
+http://maven.apache.org/maven-v3_0_0.xsd">
<pomVersion>3</pomVersion>
<name>Ear Plugin - SAR Bundled Test</name>
<artifactId>test-maven-ear-plugin-sarBundledTest</artifactId>
@@ -29,7 +29,9 @@
<developer>
<name>Felipe Leme</name>
<id>felipeal</id>
- <role>Jelly Developer</role>
+ <roles>
+ <role>Jelly Developer</role>
+ </roles>
</developer>
</developers>
<dependencies>
Modified: maven/maven-1/plugins/trunk/ear/src/plugin-test/simpleTest/project.xml
URL:
http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/ear/src/plugin-test/simpleTest/project.xml?rev=280555&r1=280554&r2=280555&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/ear/src/plugin-test/simpleTest/project.xml
(original)
+++ maven/maven-1/plugins/trunk/ear/src/plugin-test/simpleTest/project.xml Tue
Sep 13 07:00:41 2005
@@ -16,9 +16,8 @@
* limitations under the License.
*/
-->
-
-
-<project>
+<project xmlns="http://maven.apache.org/POM/3.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/3.0.0
+http://maven.apache.org/maven-v3_0_0.xsd">
<pomVersion>3</pomVersion>
<name>Ear Plugin - Simple Test</name>
<artifactId>test-maven-ear-plugin-simpleTest</artifactId>
@@ -37,7 +36,9 @@
<id>nathanc</id>
<email>[EMAIL PROTECTED]</email>
<organization>Shadow Solutions</organization>
- <role>Java Developer</role>
+ <roles>
+ <role>Java Developer</role>
+ </roles>
</developer>
</developers>
<dependencies>
@@ -79,8 +80,10 @@
<resources>
<resource>
<directory>src/resources</directory>
- <targetPath></targetPath>
- <includes><include>*.txt</include></includes>
+ <targetPath/>
+ <includes>
+ <include>*.txt</include>
+ </includes>
</resource>
</resources>
</build>
Modified:
maven/maven-1/plugins/trunk/ear/src/plugin-test/srcResourcesTest/project.xml
URL:
http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/ear/src/plugin-test/srcResourcesTest/project.xml?rev=280555&r1=280554&r2=280555&view=diff
==============================================================================
---
maven/maven-1/plugins/trunk/ear/src/plugin-test/srcResourcesTest/project.xml
(original)
+++
maven/maven-1/plugins/trunk/ear/src/plugin-test/srcResourcesTest/project.xml
Tue Sep 13 07:00:41 2005
@@ -16,8 +16,8 @@
* limitations under the License.
*/
-->
-
-<project>
+<project xmlns="http://maven.apache.org/POM/3.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/3.0.0
+http://maven.apache.org/maven-v3_0_0.xsd">
<pomVersion>3</pomVersion>
<name>Ear Plugin - Src/Resource Test</name>
<artifactId>test-maven-ear-plugin-srcResourceTest</artifactId>
@@ -29,7 +29,9 @@
<developer>
<name>Felipe Leme</name>
<id>felipeal</id>
- <role>Jelly Developer</role>
+ <roles>
+ <role>Jelly Developer</role>
+ </roles>
</developer>
</developers>
</project>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]