Author: bentmann Date: Fri Sep 12 02:39:24 2008 New Revision: 694664 URL: http://svn.apache.org/viewvc?rev=694664&view=rev Log: o Reordered POM
Modified: maven/plugin-testing/trunk/maven-plugin-testing-harness/pom.xml maven/plugin-testing/trunk/maven-plugin-testing-tools/pom.xml maven/plugin-testing/trunk/maven-test-tools/pom.xml maven/plugin-testing/trunk/pom.xml Modified: maven/plugin-testing/trunk/maven-plugin-testing-harness/pom.xml URL: http://svn.apache.org/viewvc/maven/plugin-testing/trunk/maven-plugin-testing-harness/pom.xml?rev=694664&r1=694663&r2=694664&view=diff ============================================================================== --- maven/plugin-testing/trunk/maven-plugin-testing-harness/pom.xml (original) +++ maven/plugin-testing/trunk/maven-plugin-testing-harness/pom.xml Fri Sep 12 02:39:24 2008 @@ -1,22 +1,24 @@ <?xml version="1.0" encoding="UTF-8"?> + <!-- - Licensed to the Apache Software Foundation (ASF) under one - or more contributor license agreements. See the NOTICE file - distributed with this work for additional information - regarding copyright ownership. The ASF licenses this file - to you 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 +Licensed to the Apache Software Foundation (ASF) under one +or more contributor license agreements. See the NOTICE file +distributed with this work for additional information +regarding copyright ownership. The ASF licenses this file +to you 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. +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. --> + <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> @@ -30,6 +32,12 @@ <name>Maven Plugin Testing Mechanism</name> <description>The Maven Plugin Testing Harness provides mechanisms to manage tests on Mojo.</description> + <scm> + <connection>scm:svn:http://svn.apache.org/repos/asf/maven/plugin-testing/trunk/maven-plugin-testing-harness/</connection> + <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/plugin-testing/trunk/maven-plugin-testing-harness/</developerConnection> + <url>http://svn.apache.org/viewvc/maven/plugin-testing/trunk/maven-plugin-testing-harness/</url> + </scm> + <dependencies> <!-- maven --> <dependency> @@ -93,10 +101,4 @@ </plugin> </plugins> </build> - - <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/maven/plugin-testing/trunk/maven-plugin-testing-harness/</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/plugin-testing/trunk/maven-plugin-testing-harness/</developerConnection> - <url>http://svn.apache.org/viewvc/maven/plugin-testing/trunk/maven-plugin-testing-harness/</url> - </scm> </project> Modified: maven/plugin-testing/trunk/maven-plugin-testing-tools/pom.xml URL: http://svn.apache.org/viewvc/maven/plugin-testing/trunk/maven-plugin-testing-tools/pom.xml?rev=694664&r1=694663&r2=694664&view=diff ============================================================================== --- maven/plugin-testing/trunk/maven-plugin-testing-tools/pom.xml (original) +++ maven/plugin-testing/trunk/maven-plugin-testing-tools/pom.xml Fri Sep 12 02:39:24 2008 @@ -1,22 +1,24 @@ <?xml version="1.0" encoding="UTF-8"?> + <!-- - Licensed to the Apache Software Foundation (ASF) under one - or more contributor license agreements. See the NOTICE file - distributed with this work for additional information - regarding copyright ownership. The ASF licenses this file - to you 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 - +Licensed to the Apache Software Foundation (ASF) under one +or more contributor license agreements. See the NOTICE file +distributed with this work for additional information +regarding copyright ownership. The ASF licenses this file +to you 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. + +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. --> + <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> @@ -29,6 +31,12 @@ <artifactId>maven-plugin-testing-tools</artifactId> <name>Maven Plugin Testing Tools</name> + <scm> + <connection>scm:svn:http://svn.apache.org/repos/asf/maven/plugin-testing/trunk/maven-plugin-testing-tools</connection> + <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/plugin-testing/trunk/maven-plugin-testing-tools</developerConnection> + <url>http://svn.apache.org/viewvc/maven/plugin-testing/trunk/maven-plugin-testing-tools</url> + </scm> + <dependencies> <dependency> <groupId>org.codehaus.plexus</groupId> @@ -103,10 +111,4 @@ </plugin> </plugins> </build> - - <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/maven/plugin-testing/trunk/maven-plugin-testing-tools</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/plugin-testing/trunk/maven-plugin-testing-tools</developerConnection> - <url>http://svn.apache.org/viewvc/maven/plugin-testing/trunk/maven-plugin-testing-tools</url> - </scm> </project> Modified: maven/plugin-testing/trunk/maven-test-tools/pom.xml URL: http://svn.apache.org/viewvc/maven/plugin-testing/trunk/maven-test-tools/pom.xml?rev=694664&r1=694663&r2=694664&view=diff ============================================================================== --- maven/plugin-testing/trunk/maven-test-tools/pom.xml (original) +++ maven/plugin-testing/trunk/maven-test-tools/pom.xml Fri Sep 12 02:39:24 2008 @@ -1,22 +1,24 @@ <?xml version="1.0" encoding="UTF-8"?> + <!-- - Licensed to the Apache Software Foundation (ASF) under one - or more contributor license agreements. See the NOTICE file - distributed with this work for additional information - regarding copyright ownership. The ASF licenses this file - to you 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 - +Licensed to the Apache Software Foundation (ASF) under one +or more contributor license agreements. See the NOTICE file +distributed with this work for additional information +regarding copyright ownership. The ASF licenses this file +to you 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. + +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. --> + <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> @@ -29,6 +31,12 @@ <artifactId>maven-test-tools</artifactId> <name>Maven Testing Tools</name> + <scm> + <connection>scm:svn:http://svn.apache.org/repos/asf/maven/plugin-testing/trunk/maven-test-tools</connection> + <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/plugin-testing/trunk/maven-test-tools</developerConnection> + <url>http://svn.apache.org/viewvc/maven/plugin-testing/trunk/maven-test-tools</url> + </scm> + <dependencies> <dependency> <groupId>junit</groupId> @@ -46,10 +54,4 @@ <version>1.4.2</version> </dependency> </dependencies> - - <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/maven/plugin-testing/trunk/maven-test-tools</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/plugin-testing/trunk/maven-test-tools</developerConnection> - <url>http://svn.apache.org/viewvc/maven/plugin-testing/trunk/maven-test-tools</url> - </scm> </project> Modified: maven/plugin-testing/trunk/pom.xml URL: http://svn.apache.org/viewvc/maven/plugin-testing/trunk/pom.xml?rev=694664&r1=694663&r2=694664&view=diff ============================================================================== --- maven/plugin-testing/trunk/pom.xml (original) +++ maven/plugin-testing/trunk/pom.xml Fri Sep 12 02:39:24 2008 @@ -1,23 +1,23 @@ -<?xml version='1.0' encoding='UTF-8'?> +<?xml version="1.0" encoding="UTF-8"?> <!-- - ~ Licensed to the Apache Software Foundation (ASF) under one - ~ or more contributor license agreements. See the NOTICE file - ~ distributed with this work for additional information - ~ regarding copyright ownership. The ASF licenses this file - ~ to you 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. - --> +Licensed to the Apache Software Foundation (ASF) under one +or more contributor license agreements. See the NOTICE file +distributed with this work for additional information +regarding copyright ownership. The ASF licenses this file +to you 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. +--> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> @@ -39,21 +39,6 @@ <url>http://maven.apache.org/plugin-testing/</url> <inceptionYear>2008</inceptionYear> - <prerequisites> - <maven>2.0.6</maven> - </prerequisites> - - <issueManagement> - <system>jira</system> - <url>http://jira.codehaus.org/browse/MPLUGINTESTING</url> - </issueManagement> - - <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/maven/plugin-testing/trunk</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/plugin-testing/trunk</developerConnection> - <url>http://svn.apache.org/viewvc/maven/plugin-testing/trunk</url> - </scm> - <mailingLists> <mailingList> <name>Maven User List</name> @@ -128,6 +113,25 @@ </mailingList> </mailingLists> + <prerequisites> + <maven>2.0.6</maven> + </prerequisites> + + <modules> + <module>maven-plugin-testing-harness</module> + <module>maven-plugin-testing-tools</module> + <module>maven-test-tools</module> + </modules> + + <scm> + <connection>scm:svn:http://svn.apache.org/repos/asf/maven/plugin-testing/trunk</connection> + <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/plugin-testing/trunk</developerConnection> + <url>http://svn.apache.org/viewvc/maven/plugin-testing/trunk</url> + </scm> + <issueManagement> + <system>jira</system> + <url>http://jira.codehaus.org/browse/MPLUGINTESTING</url> + </issueManagement> <distributionManagement> <site> <id>apache.website</id> @@ -135,6 +139,15 @@ </site> </distributionManagement> + <dependencies> + <!-- misc --> + <dependency> + <groupId>junit</groupId> + <artifactId>junit</artifactId> + <version>3.8.2</version> + </dependency> + </dependencies> + <build> <pluginManagement> <plugins> @@ -159,19 +172,4 @@ </plugins> </pluginManagement> </build> - - <modules> - <module>maven-plugin-testing-harness</module> - <module>maven-plugin-testing-tools</module> - <module>maven-test-tools</module> - </modules> - - <dependencies> - <!-- misc --> - <dependency> - <groupId>junit</groupId> - <artifactId>junit</artifactId> - <version>3.8.2</version> - </dependency> - </dependencies> </project>