You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by de...@apache.org on 2008/01/15 23:55:42 UTC

svn commit: r612280 [3/3] - in /maven/plugins/trunk/maven-dependency-plugin/src: main/java/org/apache/maven/plugin/dependency/ main/java/org/apache/maven/plugin/dependency/utils/markers/ main/resources/ main/resources/META-INF/plexus/ site/apt/examples...

Modified: maven/plugins/trunk/maven-dependency-plugin/src/test/resources/its/check-harness/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-dependency-plugin/src/test/resources/its/check-harness/pom.xml?rev=612280&r1=612279&r2=612280&view=diff
==============================================================================
--- maven/plugins/trunk/maven-dependency-plugin/src/test/resources/its/check-harness/pom.xml (original)
+++ maven/plugins/trunk/maven-dependency-plugin/src/test/resources/its/check-harness/pom.xml Tue Jan 15 14:55:37 2008
@@ -1,56 +1,56 @@
-<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">
-<!--
- * 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. 
- *
--->
-  <modelVersion>4.0.0</modelVersion>
-  <parent>
-    <groupId>test</groupId>
-    <artifactId>maven-dependency-plugin-it-parent</artifactId>
-    <version>1</version>
-  </parent>
-
-  <artifactId>maven-dependency-plugin-it-check-harness</artifactId>
-  <packaging>pom</packaging>
-
-  <dependencies>
-    <dependency>
-      <groupId>org.apache.maven</groupId>
-      <artifactId>maven-artifact</artifactId>
-      <version>2.0.6</version>
-    </dependency>
-  </dependencies>
-    <!--This must be set so the correct version is used for the IT test-->
-	<build>
-      <plugins>
-      <plugin>
-	    <groupId>org.apache.maven.plugins</groupId>
-		<artifactId>maven-dependency-plugin</artifactId>
-		<executions>
-		<execution>
-			  <id>resolve</id>
-			  <phase>generate-sources</phase>
-			  <goals>
-                <goal>resolve</goal>
-			  </goals>
-			</execution>
-		</executions>
-      </plugin>
-    </plugins>
-	</build>
-</project>
+<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">
+<!--
+ * 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. 
+ *
+-->
+  <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <groupId>test</groupId>
+    <artifactId>maven-dependency-plugin-it-parent</artifactId>
+    <version>1</version>
+  </parent>
+
+  <artifactId>maven-dependency-plugin-it-check-harness</artifactId>
+  <packaging>pom</packaging>
+
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.maven</groupId>
+      <artifactId>maven-artifact</artifactId>
+      <version>2.0.6</version>
+    </dependency>
+  </dependencies>
+    <!--This must be set so the correct version is used for the IT test-->
+	<build>
+      <plugins>
+      <plugin>
+	    <groupId>org.apache.maven.plugins</groupId>
+		<artifactId>maven-dependency-plugin</artifactId>
+		<executions>
+		<execution>
+			  <id>resolve</id>
+			  <phase>generate-sources</phase>
+			  <goals>
+                <goal>resolve</goal>
+			  </goals>
+			</execution>
+		</executions>
+      </plugin>
+    </plugins>
+	</build>
+</project>

Propchange: maven/plugins/trunk/maven-dependency-plugin/src/test/resources/its/check-harness/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/plugins/trunk/maven-dependency-plugin/src/test/resources/its/check-harness/pom.xml
------------------------------------------------------------------------------
    svn:keywords = Date Id

Modified: maven/plugins/trunk/maven-dependency-plugin/src/test/resources/its/check-harness/test.bat
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-dependency-plugin/src/test/resources/its/check-harness/test.bat?rev=612280&r1=612279&r2=612280&view=diff
==============================================================================
--- maven/plugins/trunk/maven-dependency-plugin/src/test/resources/its/check-harness/test.bat (original)
+++ maven/plugins/trunk/maven-dependency-plugin/src/test/resources/its/check-harness/test.bat Tue Jan 15 14:55:37 2008
@@ -1,13 +1,13 @@
-@echo off
-rem cmd.exe /X /C ""C:\Program Files\maven2\bin\mvn.bat" -B -X -Dmaven.repo.local=E:\svn\Maven\maven-plugins\maven-dependency-plugin\target\test-classes\m2repo -Dtest=true install && exit /B %ERRORLEVEL%"
-cmd.exe /X /C "ant --version && exit /B %ERRORLEVEL%"
-rem cmd /C ant
-goto answer%errorlevel%
-:answer0
-echo Program had return code 0
-goto end
-:answer1
-echo Program had return code 1
-goto end
-:end
+@echo off
+rem cmd.exe /X /C ""C:\Program Files\maven2\bin\mvn.bat" -B -X -Dmaven.repo.local=E:\svn\Maven\maven-plugins\maven-dependency-plugin\target\test-classes\m2repo -Dtest=true install && exit /B %ERRORLEVEL%"
+cmd.exe /X /C "ant --version && exit /B %ERRORLEVEL%"
+rem cmd /C ant
+goto answer%errorlevel%
+:answer0
+echo Program had return code 0
+goto end
+:answer1
+echo Program had return code 1
+goto end
+:end
 echo done! 

Propchange: maven/plugins/trunk/maven-dependency-plugin/src/test/resources/its/check-harness/test.bat
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/plugins/trunk/maven-dependency-plugin/src/test/resources/its/check-harness/test.bat
------------------------------------------------------------------------------
    svn:keywords = Date Id

Modified: maven/plugins/trunk/maven-dependency-plugin/src/test/resources/its/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-dependency-plugin/src/test/resources/its/pom.xml?rev=612280&r1=612279&r2=612280&view=diff
==============================================================================
--- maven/plugins/trunk/maven-dependency-plugin/src/test/resources/its/pom.xml (original)
+++ maven/plugins/trunk/maven-dependency-plugin/src/test/resources/its/pom.xml Tue Jan 15 14:55:37 2008
@@ -1,66 +1,66 @@
-<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">
-<!--
- * 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. 
- *
--->
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>test</groupId>
-  <artifactId>maven-dependency-plugin-it-parent</artifactId>
-  <packaging>pom</packaging>
-  <version>1</version>
-
-    <!--these profiles allow the tests to be run by hand and by the IT tests. The IT tests will activate the test profile so it uses the test version-->
-	<profiles>
-	<profile>
-	<id>manual</id>
-	<activation>
-	  <activeByDefault>true</activeByDefault>
-	</activation>
-	<build>
-    <pluginManagement>
-      <plugins>
-        <plugin>
-          <groupId>org.apache.maven.plugins</groupId>
-          <artifactId>maven-dependency-plugin</artifactId>
-          <version>LATEST</version>
-        </plugin>
-      </plugins>
-    </pluginManagement>
-	</build>
-	</profile>
-	<profile>
-	<id>test</id>
-	<activation>
-	  <property>
-		<name>test</name>
-	  </property>
-	</activation>
-	<build>
-    <pluginManagement>
-      <plugins>
-        <plugin>
-          <groupId>org.apache.maven.plugins</groupId>
-          <artifactId>maven-dependency-plugin</artifactId>
-          <version>test</version>
-        </plugin>
-      </plugins>
-    </pluginManagement>
-	</build>
-	</profile>
-	</profiles>
-</project>
+<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">
+<!--
+ * 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. 
+ *
+-->
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>test</groupId>
+  <artifactId>maven-dependency-plugin-it-parent</artifactId>
+  <packaging>pom</packaging>
+  <version>1</version>
+
+    <!--these profiles allow the tests to be run by hand and by the IT tests. The IT tests will activate the test profile so it uses the test version-->
+	<profiles>
+	<profile>
+	<id>manual</id>
+	<activation>
+	  <activeByDefault>true</activeByDefault>
+	</activation>
+	<build>
+    <pluginManagement>
+      <plugins>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-dependency-plugin</artifactId>
+          <version>LATEST</version>
+        </plugin>
+      </plugins>
+    </pluginManagement>
+	</build>
+	</profile>
+	<profile>
+	<id>test</id>
+	<activation>
+	  <property>
+		<name>test</name>
+	  </property>
+	</activation>
+	<build>
+    <pluginManagement>
+      <plugins>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-dependency-plugin</artifactId>
+          <version>test</version>
+        </plugin>
+      </plugins>
+    </pluginManagement>
+	</build>
+	</profile>
+	</profiles>
+</project>

Propchange: maven/plugins/trunk/maven-dependency-plugin/src/test/resources/its/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/plugins/trunk/maven-dependency-plugin/src/test/resources/its/pom.xml
------------------------------------------------------------------------------
    svn:keywords = Date Id

Modified: maven/plugins/trunk/maven-dependency-plugin/src/test/resources/its/readme.txt
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-dependency-plugin/src/test/resources/its/readme.txt?rev=612280&r1=612279&r2=612280&view=diff
==============================================================================
--- maven/plugins/trunk/maven-dependency-plugin/src/test/resources/its/readme.txt (original)
+++ maven/plugins/trunk/maven-dependency-plugin/src/test/resources/its/readme.txt Tue Jan 15 14:55:37 2008
@@ -1,4 +1,4 @@
-To create an IT test, start with the simplest example "resolve", copy and modify to simulate your condition. 
-The root pom of your project(s) need to inherit from the pom.xml in this folder in order to work correctly. 
-The tests should be able to be run by hand from this folder, or as part of the IT test suite. Then add a 
+To create an IT test, start with the simplest example "resolve", copy and modify to simulate your condition. 
+The root pom of your project(s) need to inherit from the pom.xml in this folder in order to work correctly. 
+The tests should be able to be run by hand from this folder, or as part of the IT test suite. Then add a 
 new test method to the DependencyPluginTest class to execute your new test.

Propchange: maven/plugins/trunk/maven-dependency-plugin/src/test/resources/its/readme.txt
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/plugins/trunk/maven-dependency-plugin/src/test/resources/its/readme.txt
------------------------------------------------------------------------------
    svn:keywords = Date Id

Modified: maven/plugins/trunk/maven-dependency-plugin/src/test/resources/its/resolve/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-dependency-plugin/src/test/resources/its/resolve/pom.xml?rev=612280&r1=612279&r2=612280&view=diff
==============================================================================
--- maven/plugins/trunk/maven-dependency-plugin/src/test/resources/its/resolve/pom.xml (original)
+++ maven/plugins/trunk/maven-dependency-plugin/src/test/resources/its/resolve/pom.xml Tue Jan 15 14:55:37 2008
@@ -1,56 +1,56 @@
-<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">
-<!--
- * 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. 
- *
--->
-  <modelVersion>4.0.0</modelVersion>
-  <parent>
-    <groupId>test</groupId>
-    <artifactId>maven-dependency-plugin-it-parent</artifactId>
-    <version>1</version>
-  </parent>
-
-  <artifactId>maven-dependency-plugin-it-resolve</artifactId>
-  <packaging>pom</packaging>
-
-  <dependencies>
-    <dependency>
-      <groupId>org.apache.maven</groupId>
-      <artifactId>maven-artifact</artifactId>
-      <version>2.0.6</version>
-    </dependency>
-  </dependencies>
-    <!--This must be set so the correct version is used for the IT test-->
-	<build>
-      <plugins>
-      <plugin>
-	    <groupId>org.apache.maven.plugins</groupId>
-		<artifactId>maven-dependency-plugin</artifactId>
-		<executions>
-		<execution>
-			  <id>resolve</id>
-			  <phase>generate-sources</phase>
-			  <goals>
-                <goal>resolve</goal>
-			  </goals>
-			</execution>
-		</executions>
-      </plugin>
-    </plugins>
-	</build>
-</project>
+<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">
+<!--
+ * 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. 
+ *
+-->
+  <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <groupId>test</groupId>
+    <artifactId>maven-dependency-plugin-it-parent</artifactId>
+    <version>1</version>
+  </parent>
+
+  <artifactId>maven-dependency-plugin-it-resolve</artifactId>
+  <packaging>pom</packaging>
+
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.maven</groupId>
+      <artifactId>maven-artifact</artifactId>
+      <version>2.0.6</version>
+    </dependency>
+  </dependencies>
+    <!--This must be set so the correct version is used for the IT test-->
+	<build>
+      <plugins>
+      <plugin>
+	    <groupId>org.apache.maven.plugins</groupId>
+		<artifactId>maven-dependency-plugin</artifactId>
+		<executions>
+		<execution>
+			  <id>resolve</id>
+			  <phase>generate-sources</phase>
+			  <goals>
+                <goal>resolve</goal>
+			  </goals>
+			</execution>
+		</executions>
+      </plugin>
+    </plugins>
+	</build>
+</project>

Propchange: maven/plugins/trunk/maven-dependency-plugin/src/test/resources/its/resolve/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/plugins/trunk/maven-dependency-plugin/src/test/resources/its/resolve/pom.xml
------------------------------------------------------------------------------
    svn:keywords = Date Id

Modified: maven/plugins/trunk/maven-dependency-plugin/src/test/resources/its/siblingReference/a/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-dependency-plugin/src/test/resources/its/siblingReference/a/pom.xml?rev=612280&r1=612279&r2=612280&view=diff
==============================================================================
--- maven/plugins/trunk/maven-dependency-plugin/src/test/resources/its/siblingReference/a/pom.xml (original)
+++ maven/plugins/trunk/maven-dependency-plugin/src/test/resources/its/siblingReference/a/pom.xml Tue Jan 15 14:55:37 2008
@@ -1,30 +1,30 @@
-<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">
-<!--
- * 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. 
- *
--->
-  <modelVersion>4.0.0</modelVersion>
-  <parent>
-  <groupId>test</groupId>
-  <artifactId>maven-dependency-plugin-it-sibling-ref</artifactId>
-  <version>1</version>
-  </parent>
-  
-  <artifactId>a</artifactId>
-  
-</project>
+<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">
+<!--
+ * 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. 
+ *
+-->
+  <modelVersion>4.0.0</modelVersion>
+  <parent>
+  <groupId>test</groupId>
+  <artifactId>maven-dependency-plugin-it-sibling-ref</artifactId>
+  <version>1</version>
+  </parent>
+  
+  <artifactId>a</artifactId>
+  
+</project>

Propchange: maven/plugins/trunk/maven-dependency-plugin/src/test/resources/its/siblingReference/a/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/plugins/trunk/maven-dependency-plugin/src/test/resources/its/siblingReference/a/pom.xml
------------------------------------------------------------------------------
    svn:keywords = Date Id

Modified: maven/plugins/trunk/maven-dependency-plugin/src/test/resources/its/siblingReference/a/src/main/java/org/apache/dependency/HelloWorld.java
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-dependency-plugin/src/test/resources/its/siblingReference/a/src/main/java/org/apache/dependency/HelloWorld.java?rev=612280&r1=612279&r2=612280&view=diff
==============================================================================
--- maven/plugins/trunk/maven-dependency-plugin/src/test/resources/its/siblingReference/a/src/main/java/org/apache/dependency/HelloWorld.java (original)
+++ maven/plugins/trunk/maven-dependency-plugin/src/test/resources/its/siblingReference/a/src/main/java/org/apache/dependency/HelloWorld.java Tue Jan 15 14:55:37 2008
@@ -1,28 +1,28 @@
-package org.apache.dependency;
-
-/*
- * 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.    
- */
-
-public class HelloWorld
-{
-	public void foo()
-	{
-		System.out.println("Hello World");
-	}
-}
+package org.apache.dependency;
+
+/*
+ * 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.    
+ */
+
+public class HelloWorld
+{
+	public void foo()
+	{
+		System.out.println("Hello World");
+	}
+}

Propchange: maven/plugins/trunk/maven-dependency-plugin/src/test/resources/its/siblingReference/a/src/main/java/org/apache/dependency/HelloWorld.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/plugins/trunk/maven-dependency-plugin/src/test/resources/its/siblingReference/a/src/main/java/org/apache/dependency/HelloWorld.java
------------------------------------------------------------------------------
    svn:keywords = Date Id

Modified: maven/plugins/trunk/maven-dependency-plugin/src/test/resources/its/siblingReference/a/src/main/java/org/apache/dependency/HelloWorld2.java
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-dependency-plugin/src/test/resources/its/siblingReference/a/src/main/java/org/apache/dependency/HelloWorld2.java?rev=612280&r1=612279&r2=612280&view=diff
==============================================================================
--- maven/plugins/trunk/maven-dependency-plugin/src/test/resources/its/siblingReference/a/src/main/java/org/apache/dependency/HelloWorld2.java (original)
+++ maven/plugins/trunk/maven-dependency-plugin/src/test/resources/its/siblingReference/a/src/main/java/org/apache/dependency/HelloWorld2.java Tue Jan 15 14:55:37 2008
@@ -1,28 +1,28 @@
-package org.apache.dependency;
-
-/*
- * 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.    
- */
-
-public class HelloWorld2
-{
-	public void foo()
-	{
-		System.out.println("Hello World2");
-	}
-}
+package org.apache.dependency;
+
+/*
+ * 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.    
+ */
+
+public class HelloWorld2
+{
+	public void foo()
+	{
+		System.out.println("Hello World2");
+	}
+}

Propchange: maven/plugins/trunk/maven-dependency-plugin/src/test/resources/its/siblingReference/a/src/main/java/org/apache/dependency/HelloWorld2.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/plugins/trunk/maven-dependency-plugin/src/test/resources/its/siblingReference/a/src/main/java/org/apache/dependency/HelloWorld2.java
------------------------------------------------------------------------------
    svn:keywords = Date Id

Modified: maven/plugins/trunk/maven-dependency-plugin/src/test/resources/its/siblingReference/b/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-dependency-plugin/src/test/resources/its/siblingReference/b/pom.xml?rev=612280&r1=612279&r2=612280&view=diff
==============================================================================
--- maven/plugins/trunk/maven-dependency-plugin/src/test/resources/its/siblingReference/b/pom.xml (original)
+++ maven/plugins/trunk/maven-dependency-plugin/src/test/resources/its/siblingReference/b/pom.xml Tue Jan 15 14:55:37 2008
@@ -1,68 +1,68 @@
-<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">
-<!--
- * 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. 
- *
--->
-  <modelVersion>4.0.0</modelVersion>
-  <parent>
-  <groupId>test</groupId>
-  <artifactId>maven-dependency-plugin-it-sibling-ref</artifactId>
-  <version>1</version>
-  </parent>
-  
-  <artifactId>b</artifactId>
-  
-  <dependencies>
-    <dependency>
-		<groupId>${project.groupId}</groupId>
-		<artifactId>a</artifactId>
-		<version>1</version>
-    </dependency>
-  </dependencies>
-  
-  <build>
-    <plugins>
-      <plugin>
-	    <groupId>org.apache.maven.plugins</groupId>
-		<artifactId>maven-dependency-plugin</artifactId>
-		<executions>
-		<execution>
-			  <id>copy-dependencies</id>
-			  <phase>generate-sources</phase>
-			  <goals>
-                <goal>copy-dependencies</goal>
-			  </goals>
-			  <configuration>
-			  <overWrite>true</overWrite>
-			  </configuration>
-			</execution>
-			<execution>
-			  <id>unpack-dependencies</id>
-			  <phase>generate-resources</phase>
-			  <goals>
-                <goal>unpack-dependencies</goal>
-			  </goals>
-			  <configuration>
-			  <overWrite>true</overWrite>
-			  </configuration>
-			</execution>
-		</executions>
-      </plugin>
-    </plugins>
-  </build>
-</project>
+<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">
+<!--
+ * 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. 
+ *
+-->
+  <modelVersion>4.0.0</modelVersion>
+  <parent>
+  <groupId>test</groupId>
+  <artifactId>maven-dependency-plugin-it-sibling-ref</artifactId>
+  <version>1</version>
+  </parent>
+  
+  <artifactId>b</artifactId>
+  
+  <dependencies>
+    <dependency>
+		<groupId>${project.groupId}</groupId>
+		<artifactId>a</artifactId>
+		<version>1</version>
+    </dependency>
+  </dependencies>
+  
+  <build>
+    <plugins>
+      <plugin>
+	    <groupId>org.apache.maven.plugins</groupId>
+		<artifactId>maven-dependency-plugin</artifactId>
+		<executions>
+		<execution>
+			  <id>copy-dependencies</id>
+			  <phase>generate-sources</phase>
+			  <goals>
+                <goal>copy-dependencies</goal>
+			  </goals>
+			  <configuration>
+			  <overWrite>true</overWrite>
+			  </configuration>
+			</execution>
+			<execution>
+			  <id>unpack-dependencies</id>
+			  <phase>generate-resources</phase>
+			  <goals>
+                <goal>unpack-dependencies</goal>
+			  </goals>
+			  <configuration>
+			  <overWrite>true</overWrite>
+			  </configuration>
+			</execution>
+		</executions>
+      </plugin>
+    </plugins>
+  </build>
+</project>

Propchange: maven/plugins/trunk/maven-dependency-plugin/src/test/resources/its/siblingReference/b/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/plugins/trunk/maven-dependency-plugin/src/test/resources/its/siblingReference/b/pom.xml
------------------------------------------------------------------------------
    svn:keywords = Date Id

Modified: maven/plugins/trunk/maven-dependency-plugin/src/test/resources/its/siblingReference/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-dependency-plugin/src/test/resources/its/siblingReference/pom.xml?rev=612280&r1=612279&r2=612280&view=diff
==============================================================================
--- maven/plugins/trunk/maven-dependency-plugin/src/test/resources/its/siblingReference/pom.xml (original)
+++ maven/plugins/trunk/maven-dependency-plugin/src/test/resources/its/siblingReference/pom.xml Tue Jan 15 14:55:37 2008
@@ -1,35 +1,35 @@
-<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">
-<!--
- * 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. 
- *
--->
-  <modelVersion>4.0.0</modelVersion>
-  <parent>
-    <groupId>test</groupId>
-    <artifactId>maven-dependency-plugin-it-parent</artifactId>
-    <version>1</version>
-  </parent>
-  
-  <artifactId>maven-dependency-plugin-it-sibling-ref</artifactId>
-  <packaging>pom</packaging>
-  
-	<modules>
-	  <module>a</module>
-	  <module>b</module>
-	</modules>
-</project>
+<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">
+<!--
+ * 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. 
+ *
+-->
+  <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <groupId>test</groupId>
+    <artifactId>maven-dependency-plugin-it-parent</artifactId>
+    <version>1</version>
+  </parent>
+  
+  <artifactId>maven-dependency-plugin-it-sibling-ref</artifactId>
+  <packaging>pom</packaging>
+  
+	<modules>
+	  <module>a</module>
+	  <module>b</module>
+	</modules>
+</project>

Propchange: maven/plugins/trunk/maven-dependency-plugin/src/test/resources/its/siblingReference/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/plugins/trunk/maven-dependency-plugin/src/test/resources/its/siblingReference/pom.xml
------------------------------------------------------------------------------
    svn:keywords = Date Id

Propchange: maven/plugins/trunk/maven-dependency-plugin/src/test/resources/m2repo/maven/maven-parent/5/maven-parent-5.pom
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/plugins/trunk/maven-dependency-plugin/src/test/resources/m2repo/maven/maven-parent/5/maven-parent-5.pom
------------------------------------------------------------------------------
    svn:keywords = Date Id

Propchange: maven/plugins/trunk/maven-dependency-plugin/src/test/resources/m2repo/maven/maven-parent/5/maven-parent-5.pom.sha1
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/plugins/trunk/maven-dependency-plugin/src/test/resources/m2repo/maven/maven-parent/5/maven-parent-5.pom.sha1
------------------------------------------------------------------------------
    svn:keywords = Date Id

Propchange: maven/plugins/trunk/maven-dependency-plugin/src/test/resources/m2repo/maven/plugins/maven-dependency-plugin/maven-metadata-local.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/plugins/trunk/maven-dependency-plugin/src/test/resources/m2repo/maven/plugins/maven-dependency-plugin/maven-metadata-local.xml
------------------------------------------------------------------------------
    svn:keywords = Date Id

Propchange: maven/plugins/trunk/maven-dependency-plugin/src/test/resources/m2repo/maven/plugins/maven-dependency-plugin/test/maven-dependency-plugin-test.pom
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/plugins/trunk/maven-dependency-plugin/src/test/resources/m2repo/maven/plugins/maven-dependency-plugin/test/maven-dependency-plugin-test.pom
------------------------------------------------------------------------------
    svn:keywords = Date Id

Propchange: maven/plugins/trunk/maven-dependency-plugin/src/test/resources/m2repo/maven/plugins/maven-metadata-central.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/plugins/trunk/maven-dependency-plugin/src/test/resources/m2repo/maven/plugins/maven-metadata-central.xml
------------------------------------------------------------------------------
    svn:keywords = Date Id

Propchange: maven/plugins/trunk/maven-dependency-plugin/src/test/resources/m2repo/maven/plugins/maven-plugins/8/maven-plugins-8.pom
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/plugins/trunk/maven-dependency-plugin/src/test/resources/m2repo/maven/plugins/maven-plugins/8/maven-plugins-8.pom
------------------------------------------------------------------------------
    svn:keywords = Date Id

Propchange: maven/plugins/trunk/maven-dependency-plugin/src/test/resources/m2repo/maven/plugins/maven-plugins/8/maven-plugins-8.pom.sha1
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/plugins/trunk/maven-dependency-plugin/src/test/resources/m2repo/maven/plugins/maven-plugins/8/maven-plugins-8.pom.sha1
------------------------------------------------------------------------------
    svn:keywords = Date Id

Propchange: maven/plugins/trunk/maven-dependency-plugin/src/test/resources/m2repo/maven/plugins/maven-plugins/9-SNAPSHOT/maven-metadata-local.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/plugins/trunk/maven-dependency-plugin/src/test/resources/m2repo/maven/plugins/maven-plugins/9-SNAPSHOT/maven-metadata-local.xml
------------------------------------------------------------------------------
    svn:keywords = Date Id

Modified: maven/plugins/trunk/maven-dependency-plugin/src/test/resources/m2repo/maven/plugins/maven-plugins/9-SNAPSHOT/maven-plugins-9-SNAPSHOT.pom
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-dependency-plugin/src/test/resources/m2repo/maven/plugins/maven-plugins/9-SNAPSHOT/maven-plugins-9-SNAPSHOT.pom?rev=612280&r1=612279&r2=612280&view=diff
==============================================================================
--- maven/plugins/trunk/maven-dependency-plugin/src/test/resources/m2repo/maven/plugins/maven-plugins/9-SNAPSHOT/maven-plugins-9-SNAPSHOT.pom (original)
+++ maven/plugins/trunk/maven-dependency-plugin/src/test/resources/m2repo/maven/plugins/maven-plugins/9-SNAPSHOT/maven-plugins-9-SNAPSHOT.pom Tue Jan 15 14:55:37 2008
@@ -1,189 +1,189 @@
-<?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.
--->
-<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>
-  <parent>
-    <groupId>org.apache.maven</groupId>
-    <artifactId>maven-parent</artifactId>
-    <version>5</version>
-    <relativePath>../pom/maven/pom.xml</relativePath>
-  </parent>
-  <groupId>org.apache.maven.plugins</groupId>
-  <artifactId>maven-plugins</artifactId>
-  <packaging>pom</packaging>
-  <version>9-SNAPSHOT</version>
-  <name>Maven Plugins</name>
-  <description>Maven Plugins</description>
-  <url>http://maven.apache.org/plugins/</url>
-  <mailingLists>
-    <mailingList>
-      <name>Maven User List</name>
-      <subscribe>users-subscribe@maven.apache.org</subscribe>
-      <unsubscribe>users-unsubscribe@maven.apache.org</unsubscribe>
-      <post>users@maven.apache.org</post>
-      <archive>http://mail-archives.apache.org/mod_mbox/maven-users</archive>
-      <otherArchives>
-        <otherArchive>http://www.mail-archive.com/users@maven.apache.org/</otherArchive>
-        <otherArchive>http://www.nabble.com/Maven---Users-f178.html</otherArchive>
-      </otherArchives>
-    </mailingList>
-    <mailingList>
-      <name>Maven Developer List</name>
-      <subscribe>dev-subscribe@maven.apache.org</subscribe>
-      <unsubscribe>dev-unsubscribe@maven.apache.org</unsubscribe>
-      <post>dev@maven.apache.org</post>
-      <archive>http://mail-archives.apache.org/mod_mbox/maven-dev</archive>
-    </mailingList>
-    <mailingList>
-      <name>Maven Commits List</name>
-      <subscribe>commits-subscribe@maven.apache.org</subscribe>
-      <unsubscribe>commits-unsubscribe@maven.apache.org</unsubscribe>
-      <post>commits@maven.apache.org</post>
-      <archive>http://mail-archives.apache.org/mod_mbox/maven-dev</archive>
-    </mailingList>
-    <!-- duplication from parent pom - temporary until they inherit properly -->
-    <mailingList>
-      <name>Maven Announcements List</name>
-      <post>announce@maven.apache.org</post>
-      <subscribe>announce-subscribe@maven.apache.org</subscribe>
-      <unsubscribe>announce-unsubscribe@maven.apache.org</unsubscribe>
-      <archive>http://mail-archives.apache.org/mod_mbox/maven-announce/</archive>
-    </mailingList>
-    <mailingList>
-      <name>Maven Issues List</name>
-      <post>issues@maven.apache.org</post>
-      <subscribe>issues-subscribe@maven.apache.org</subscribe>
-      <unsubscribe>issues-unsubscribe@maven.apache.org</unsubscribe>
-      <archive>http://mail-archives.apache.org/mod_mbox/maven-issues/</archive>
-    </mailingList>
-    <mailingList>
-      <name>Maven Notifications List</name>
-      <post>notifications@maven.apache.org</post>
-      <subscribe>notifications-subscribe@maven.apache.org</subscribe>
-      <unsubscribe>notifications-unsubscribe@maven.apache.org</unsubscribe>
-      <archive>http://mail-archives.apache.org/mod_mbox/maven-notifications/</archive>
-    </mailingList>
-  </mailingLists>
-  <distributionManagement>
-    <site>
-      <id>apache.website</id>
-      <url>scp://people.apache.org/www/maven.apache.org/plugins/</url>
-    </site>
-  </distributionManagement>
-  <modules>
-    <module>maven-ant-plugin</module>
-    <module>maven-antrun-plugin</module>
-    <module>maven-assembly-plugin</module>
-    <module>maven-changelog-plugin</module>
-    <module>maven-changes-plugin</module>
-    <module>maven-checkstyle-plugin</module>
-    <module>maven-clean-plugin</module>
-    <module>maven-clover-plugin</module>
-    <module>maven-compiler-plugin</module>
-    <module>maven-dependency-plugin</module>
-    <module>maven-deploy-plugin</module>
-    <module>maven-doap-plugin</module>
-    <module>maven-docck-plugin</module>
-    <module>maven-ear-plugin</module>
-    <module>maven-eclipse-plugin</module>
-    <module>maven-ejb-plugin</module>
-    <module>maven-enforcer-plugin</module>
-    <module>maven-gpg-plugin</module>
-    <module>maven-help-plugin</module>
-    <module>maven-idea-plugin</module>
-    <module>maven-install-plugin</module>
-    <module>maven-invoker-plugin</module>
-    <module>maven-jar-plugin</module>
-    <module>maven-javadoc-plugin</module>
-    <module>maven-one-plugin</module>
-    <module>maven-plugin-plugin</module>
-    <module>maven-pmd-plugin</module>
-    <module>maven-project-info-reports-plugin</module>
-    <module>maven-rar-plugin</module>
-    <module>maven-remote-resources-plugin</module>
-    <module>maven-repository-plugin</module>
-    <module>maven-resources-plugin</module>
-    <module>maven-site-plugin</module>
-    <module>maven-source-plugin</module>
-    <module>maven-stage-plugin</module>
-    <module>maven-verifier-plugin</module>
-    <module>maven-war-plugin</module>
-  </modules>
-  <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/maven/plugins/trunk/</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/plugins/trunk/</developerConnection>
-    <url>http://svn.apache.org/viewcvs.cgi/maven/plugins/trunk/</url>
-  </scm>
-  <build>
-    <pluginManagement>
-      <plugins>
-        <plugin>
-          <artifactId>maven-release-plugin</artifactId>
-          <version>2.0-beta-4</version>
-          <configuration>
-            <tagBase>https://svn.apache.org/repos/asf/maven/plugins/tags</tagBase>
-          </configuration>
-        </plugin>
-        <plugin>
-          <artifactId>maven-site-plugin</artifactId>
-          <version>2.0-beta-5</version>
-          <configuration>
-            <stagingSiteURL>scp://people.apache.org/www/maven.apache.org/plugins/${artifactId}-${version}</stagingSiteURL>
-          </configuration>
-        </plugin>
-      </plugins>
-    </pluginManagement>
-  </build>
-  <profiles>
-    <profile>
-      <id>ciProfile</id>
-      <activation>
-        <property>
-          <name>enableCiProfile</name>
-          <value>true</value>
-        </property>
-      </activation>
-      <build>
-        <plugins>
-          <plugin>
-            <artifactId>maven-docck-plugin</artifactId>
-            <version>1.0-beta-1</version>
-            <executions>
-              <execution>
-                <goals>
-                  <goal>check</goal>
-                </goals>
-              </execution>
-            </executions>
-          </plugin>
-        </plugins>
-      </build>
-    </profile>
-  </profiles>
-  <reporting>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-plugin-plugin</artifactId>
-      </plugin>
-    </plugins>
-  </reporting>
-</project>
+<?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.
+-->
+<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>
+  <parent>
+    <groupId>org.apache.maven</groupId>
+    <artifactId>maven-parent</artifactId>
+    <version>5</version>
+    <relativePath>../pom/maven/pom.xml</relativePath>
+  </parent>
+  <groupId>org.apache.maven.plugins</groupId>
+  <artifactId>maven-plugins</artifactId>
+  <packaging>pom</packaging>
+  <version>9-SNAPSHOT</version>
+  <name>Maven Plugins</name>
+  <description>Maven Plugins</description>
+  <url>http://maven.apache.org/plugins/</url>
+  <mailingLists>
+    <mailingList>
+      <name>Maven User List</name>
+      <subscribe>users-subscribe@maven.apache.org</subscribe>
+      <unsubscribe>users-unsubscribe@maven.apache.org</unsubscribe>
+      <post>users@maven.apache.org</post>
+      <archive>http://mail-archives.apache.org/mod_mbox/maven-users</archive>
+      <otherArchives>
+        <otherArchive>http://www.mail-archive.com/users@maven.apache.org/</otherArchive>
+        <otherArchive>http://www.nabble.com/Maven---Users-f178.html</otherArchive>
+      </otherArchives>
+    </mailingList>
+    <mailingList>
+      <name>Maven Developer List</name>
+      <subscribe>dev-subscribe@maven.apache.org</subscribe>
+      <unsubscribe>dev-unsubscribe@maven.apache.org</unsubscribe>
+      <post>dev@maven.apache.org</post>
+      <archive>http://mail-archives.apache.org/mod_mbox/maven-dev</archive>
+    </mailingList>
+    <mailingList>
+      <name>Maven Commits List</name>
+      <subscribe>commits-subscribe@maven.apache.org</subscribe>
+      <unsubscribe>commits-unsubscribe@maven.apache.org</unsubscribe>
+      <post>commits@maven.apache.org</post>
+      <archive>http://mail-archives.apache.org/mod_mbox/maven-dev</archive>
+    </mailingList>
+    <!-- duplication from parent pom - temporary until they inherit properly -->
+    <mailingList>
+      <name>Maven Announcements List</name>
+      <post>announce@maven.apache.org</post>
+      <subscribe>announce-subscribe@maven.apache.org</subscribe>
+      <unsubscribe>announce-unsubscribe@maven.apache.org</unsubscribe>
+      <archive>http://mail-archives.apache.org/mod_mbox/maven-announce/</archive>
+    </mailingList>
+    <mailingList>
+      <name>Maven Issues List</name>
+      <post>issues@maven.apache.org</post>
+      <subscribe>issues-subscribe@maven.apache.org</subscribe>
+      <unsubscribe>issues-unsubscribe@maven.apache.org</unsubscribe>
+      <archive>http://mail-archives.apache.org/mod_mbox/maven-issues/</archive>
+    </mailingList>
+    <mailingList>
+      <name>Maven Notifications List</name>
+      <post>notifications@maven.apache.org</post>
+      <subscribe>notifications-subscribe@maven.apache.org</subscribe>
+      <unsubscribe>notifications-unsubscribe@maven.apache.org</unsubscribe>
+      <archive>http://mail-archives.apache.org/mod_mbox/maven-notifications/</archive>
+    </mailingList>
+  </mailingLists>
+  <distributionManagement>
+    <site>
+      <id>apache.website</id>
+      <url>scp://people.apache.org/www/maven.apache.org/plugins/</url>
+    </site>
+  </distributionManagement>
+  <modules>
+    <module>maven-ant-plugin</module>
+    <module>maven-antrun-plugin</module>
+    <module>maven-assembly-plugin</module>
+    <module>maven-changelog-plugin</module>
+    <module>maven-changes-plugin</module>
+    <module>maven-checkstyle-plugin</module>
+    <module>maven-clean-plugin</module>
+    <module>maven-clover-plugin</module>
+    <module>maven-compiler-plugin</module>
+    <module>maven-dependency-plugin</module>
+    <module>maven-deploy-plugin</module>
+    <module>maven-doap-plugin</module>
+    <module>maven-docck-plugin</module>
+    <module>maven-ear-plugin</module>
+    <module>maven-eclipse-plugin</module>
+    <module>maven-ejb-plugin</module>
+    <module>maven-enforcer-plugin</module>
+    <module>maven-gpg-plugin</module>
+    <module>maven-help-plugin</module>
+    <module>maven-idea-plugin</module>
+    <module>maven-install-plugin</module>
+    <module>maven-invoker-plugin</module>
+    <module>maven-jar-plugin</module>
+    <module>maven-javadoc-plugin</module>
+    <module>maven-one-plugin</module>
+    <module>maven-plugin-plugin</module>
+    <module>maven-pmd-plugin</module>
+    <module>maven-project-info-reports-plugin</module>
+    <module>maven-rar-plugin</module>
+    <module>maven-remote-resources-plugin</module>
+    <module>maven-repository-plugin</module>
+    <module>maven-resources-plugin</module>
+    <module>maven-site-plugin</module>
+    <module>maven-source-plugin</module>
+    <module>maven-stage-plugin</module>
+    <module>maven-verifier-plugin</module>
+    <module>maven-war-plugin</module>
+  </modules>
+  <scm>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/maven/plugins/trunk/</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/plugins/trunk/</developerConnection>
+    <url>http://svn.apache.org/viewcvs.cgi/maven/plugins/trunk/</url>
+  </scm>
+  <build>
+    <pluginManagement>
+      <plugins>
+        <plugin>
+          <artifactId>maven-release-plugin</artifactId>
+          <version>2.0-beta-4</version>
+          <configuration>
+            <tagBase>https://svn.apache.org/repos/asf/maven/plugins/tags</tagBase>
+          </configuration>
+        </plugin>
+        <plugin>
+          <artifactId>maven-site-plugin</artifactId>
+          <version>2.0-beta-5</version>
+          <configuration>
+            <stagingSiteURL>scp://people.apache.org/www/maven.apache.org/plugins/${artifactId}-${version}</stagingSiteURL>
+          </configuration>
+        </plugin>
+      </plugins>
+    </pluginManagement>
+  </build>
+  <profiles>
+    <profile>
+      <id>ciProfile</id>
+      <activation>
+        <property>
+          <name>enableCiProfile</name>
+          <value>true</value>
+        </property>
+      </activation>
+      <build>
+        <plugins>
+          <plugin>
+            <artifactId>maven-docck-plugin</artifactId>
+            <version>1.0-beta-1</version>
+            <executions>
+              <execution>
+                <goals>
+                  <goal>check</goal>
+                </goals>
+              </execution>
+            </executions>
+          </plugin>
+        </plugins>
+      </build>
+    </profile>
+  </profiles>
+  <reporting>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-plugin-plugin</artifactId>
+      </plugin>
+    </plugins>
+  </reporting>
+</project>

Propchange: maven/plugins/trunk/maven-dependency-plugin/src/test/resources/m2repo/maven/plugins/maven-plugins/9-SNAPSHOT/maven-plugins-9-SNAPSHOT.pom
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/plugins/trunk/maven-dependency-plugin/src/test/resources/m2repo/maven/plugins/maven-plugins/9-SNAPSHOT/maven-plugins-9-SNAPSHOT.pom
------------------------------------------------------------------------------
    svn:keywords = Date Id

Propchange: maven/plugins/trunk/maven-dependency-plugin/src/test/resources/m2repo/maven/plugins/maven-plugins/maven-metadata-local.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/plugins/trunk/maven-dependency-plugin/src/test/resources/m2repo/maven/plugins/maven-plugins/maven-metadata-local.xml
------------------------------------------------------------------------------
    svn:keywords = Date Id

Propchange: maven/plugins/trunk/maven-dependency-plugin/src/test/resources/m2repo/maven/plugins/maven-site-plugin/maven-metadata-central.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/plugins/trunk/maven-dependency-plugin/src/test/resources/m2repo/maven/plugins/maven-site-plugin/maven-metadata-central.xml
------------------------------------------------------------------------------
    svn:keywords = Date Id

Modified: maven/plugins/trunk/maven-dependency-plugin/src/test/resources/m2repo/test/resolve/1/resolve-1.pom
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-dependency-plugin/src/test/resources/m2repo/test/resolve/1/resolve-1.pom?rev=612280&r1=612279&r2=612280&view=diff
==============================================================================
--- maven/plugins/trunk/maven-dependency-plugin/src/test/resources/m2repo/test/resolve/1/resolve-1.pom (original)
+++ maven/plugins/trunk/maven-dependency-plugin/src/test/resources/m2repo/test/resolve/1/resolve-1.pom Tue Jan 15 14:55:37 2008
@@ -1,26 +1,26 @@
-<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">
-<!--
- * 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. 
- *
--->
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>test</groupId>
-  <version>1</version>  
-  <artifactId>a</artifactId>
-  
-</project>
+<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">
+<!--
+ * 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. 
+ *
+-->
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>test</groupId>
+  <version>1</version>  
+  <artifactId>a</artifactId>
+  
+</project>

Propchange: maven/plugins/trunk/maven-dependency-plugin/src/test/resources/m2repo/test/resolve/1/resolve-1.pom
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/plugins/trunk/maven-dependency-plugin/src/test/resources/m2repo/test/resolve/1/resolve-1.pom
------------------------------------------------------------------------------
    svn:keywords = Date Id

Propchange: maven/plugins/trunk/maven-dependency-plugin/src/test/resources/m2repo/test/resolve/maven-metadata-local.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/plugins/trunk/maven-dependency-plugin/src/test/resources/m2repo/test/resolve/maven-metadata-local.xml
------------------------------------------------------------------------------
    svn:keywords = Date Id

Modified: maven/plugins/trunk/maven-dependency-plugin/src/test/resources/unit/unpack-dependencies-test/test.txt
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-dependency-plugin/src/test/resources/unit/unpack-dependencies-test/test.txt?rev=612280&r1=612279&r2=612280&view=diff
==============================================================================
--- maven/plugins/trunk/maven-dependency-plugin/src/test/resources/unit/unpack-dependencies-test/test.txt (original)
+++ maven/plugins/trunk/maven-dependency-plugin/src/test/resources/unit/unpack-dependencies-test/test.txt Tue Jan 15 14:55:37 2008
@@ -1,32 +1,32 @@
-<!--
- * 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>
-  <build>
-    <plugins>
-      <plugin>
-        <artifactId>maven-dependency-plugin</artifactId>
-          <configuration>
-              <project implementation="org.apache.maven.plugin.dependency.stubs.DependencyProjectStub"/>
-              <silent>true</silent>
-          </configuration>
-      </plugin>
-    </plugins>
-  </build>
+<!--
+ * 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>
+  <build>
+    <plugins>
+      <plugin>
+        <artifactId>maven-dependency-plugin</artifactId>
+          <configuration>
+              <project implementation="org.apache.maven.plugin.dependency.stubs.DependencyProjectStub"/>
+              <silent>true</silent>
+          </configuration>
+      </plugin>
+    </plugins>
+  </build>
 </project>

Propchange: maven/plugins/trunk/maven-dependency-plugin/src/test/resources/unit/unpack-dependencies-test/test.txt
------------------------------------------------------------------------------
    svn:eol-style = native