You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ma...@apache.org on 2007/07/02 18:06:24 UTC

svn commit: r552524 [1/9] - in /maven/plugins/trunk/maven-dependency-plugin: ./ src/changes/ src/it/copy-dependencies/ src/it/copy-dependencies2/ src/it/mdep-27/ src/it/mdep-50/ src/it/mdep-61/ src/it/mdep-66/ src/it/mdep-67/ src/main/java/org/apache/m...

Author: markh
Date: Mon Jul  2 09:06:19 2007
New Revision: 552524

URL: http://svn.apache.org/viewvc?view=rev&rev=552524
Log:
Reset SVN properties for *.java and *.xml files to Apache standard.

Modified:
    maven/plugins/trunk/maven-dependency-plugin/pom.xml   (props changed)
    maven/plugins/trunk/maven-dependency-plugin/src/changes/changes.xml   (props changed)
    maven/plugins/trunk/maven-dependency-plugin/src/it/copy-dependencies/pom.xml   (contents, props changed)
    maven/plugins/trunk/maven-dependency-plugin/src/it/copy-dependencies2/pom.xml   (contents, props changed)
    maven/plugins/trunk/maven-dependency-plugin/src/it/mdep-27/pom.xml   (contents, props changed)
    maven/plugins/trunk/maven-dependency-plugin/src/it/mdep-50/pom.xml   (contents, props changed)
    maven/plugins/trunk/maven-dependency-plugin/src/it/mdep-61/pom.xml   (contents, props changed)
    maven/plugins/trunk/maven-dependency-plugin/src/it/mdep-66/pom.xml   (contents, props changed)
    maven/plugins/trunk/maven-dependency-plugin/src/it/mdep-67/pom.xml   (contents, props changed)
    maven/plugins/trunk/maven-dependency-plugin/src/main/java/org/apache/maven/plugin/dependency/AbstractDependencyFilterMojo.java   (props changed)
    maven/plugins/trunk/maven-dependency-plugin/src/main/java/org/apache/maven/plugin/dependency/AbstractDependencyMojo.java   (props changed)
    maven/plugins/trunk/maven-dependency-plugin/src/main/java/org/apache/maven/plugin/dependency/AbstractFromDependenciesMojo.java   (props changed)
    maven/plugins/trunk/maven-dependency-plugin/src/main/java/org/apache/maven/plugin/dependency/AbstractResolveMojo.java   (props changed)
    maven/plugins/trunk/maven-dependency-plugin/src/main/java/org/apache/maven/plugin/dependency/AnalyzeDepMgt.java   (contents, props changed)
    maven/plugins/trunk/maven-dependency-plugin/src/main/java/org/apache/maven/plugin/dependency/AnalyzeMojo.java   (props changed)
    maven/plugins/trunk/maven-dependency-plugin/src/main/java/org/apache/maven/plugin/dependency/BuildClasspathMojo.java   (props changed)
    maven/plugins/trunk/maven-dependency-plugin/src/main/java/org/apache/maven/plugin/dependency/CopyDependenciesMojo.java   (props changed)
    maven/plugins/trunk/maven-dependency-plugin/src/main/java/org/apache/maven/plugin/dependency/JustAnalyzeMojo.java   (contents, props changed)
    maven/plugins/trunk/maven-dependency-plugin/src/main/java/org/apache/maven/plugin/dependency/PurgeLocalRepositoryMojo.java   (props changed)
    maven/plugins/trunk/maven-dependency-plugin/src/main/java/org/apache/maven/plugin/dependency/TreeMojo.java   (contents, props changed)
    maven/plugins/trunk/maven-dependency-plugin/src/main/java/org/apache/maven/plugin/dependency/UnpackDependenciesMojo.java   (props changed)
    maven/plugins/trunk/maven-dependency-plugin/src/main/java/org/apache/maven/plugin/dependency/fromConfiguration/AbstractFromConfigurationMojo.java   (props changed)
    maven/plugins/trunk/maven-dependency-plugin/src/main/java/org/apache/maven/plugin/dependency/fromConfiguration/ArtifactItem.java   (props changed)
    maven/plugins/trunk/maven-dependency-plugin/src/main/java/org/apache/maven/plugin/dependency/fromConfiguration/CopyMojo.java   (props changed)
    maven/plugins/trunk/maven-dependency-plugin/src/main/java/org/apache/maven/plugin/dependency/fromConfiguration/UnpackMojo.java   (props changed)
    maven/plugins/trunk/maven-dependency-plugin/src/main/java/org/apache/maven/plugin/dependency/resolvers/GoOfflineMojo.java   (props changed)
    maven/plugins/trunk/maven-dependency-plugin/src/main/java/org/apache/maven/plugin/dependency/resolvers/ResolveDependenciesMojo.java   (props changed)
    maven/plugins/trunk/maven-dependency-plugin/src/main/java/org/apache/maven/plugin/dependency/resolvers/ResolveDependencySourcesMojo.java   (props changed)
    maven/plugins/trunk/maven-dependency-plugin/src/main/java/org/apache/maven/plugin/dependency/resolvers/ResolvePluginsMojo.java   (props changed)
    maven/plugins/trunk/maven-dependency-plugin/src/main/java/org/apache/maven/plugin/dependency/utils/DependencySilentLog.java   (props changed)
    maven/plugins/trunk/maven-dependency-plugin/src/main/java/org/apache/maven/plugin/dependency/utils/DependencyStatusSets.java   (props changed)
    maven/plugins/trunk/maven-dependency-plugin/src/main/java/org/apache/maven/plugin/dependency/utils/DependencyUtil.java   (props changed)
    maven/plugins/trunk/maven-dependency-plugin/src/main/java/org/apache/maven/plugin/dependency/utils/filters/AbstractArtifactFeatureFilter.java   (contents, props changed)
    maven/plugins/trunk/maven-dependency-plugin/src/main/java/org/apache/maven/plugin/dependency/utils/filters/AbstractArtifactsFilter.java   (contents, props changed)
    maven/plugins/trunk/maven-dependency-plugin/src/main/java/org/apache/maven/plugin/dependency/utils/filters/ArtifactIdFilter.java   (contents, props changed)
    maven/plugins/trunk/maven-dependency-plugin/src/main/java/org/apache/maven/plugin/dependency/utils/filters/ArtifactItemFilter.java   (contents, props changed)
    maven/plugins/trunk/maven-dependency-plugin/src/main/java/org/apache/maven/plugin/dependency/utils/filters/ArtifactsFilter.java   (props changed)
    maven/plugins/trunk/maven-dependency-plugin/src/main/java/org/apache/maven/plugin/dependency/utils/filters/ClassifierFilter.java   (contents, props changed)
    maven/plugins/trunk/maven-dependency-plugin/src/main/java/org/apache/maven/plugin/dependency/utils/filters/DestFileFilter.java   (contents, props changed)
    maven/plugins/trunk/maven-dependency-plugin/src/main/java/org/apache/maven/plugin/dependency/utils/filters/FilterArtifacts.java   (props changed)
    maven/plugins/trunk/maven-dependency-plugin/src/main/java/org/apache/maven/plugin/dependency/utils/filters/GroupIdFilter.java   (contents, props changed)
    maven/plugins/trunk/maven-dependency-plugin/src/main/java/org/apache/maven/plugin/dependency/utils/filters/MarkerFileFilter.java   (props changed)
    maven/plugins/trunk/maven-dependency-plugin/src/main/java/org/apache/maven/plugin/dependency/utils/filters/ResolveFileFilter.java   (contents, props changed)
    maven/plugins/trunk/maven-dependency-plugin/src/main/java/org/apache/maven/plugin/dependency/utils/filters/ScopeFilter.java   (props changed)
    maven/plugins/trunk/maven-dependency-plugin/src/main/java/org/apache/maven/plugin/dependency/utils/filters/TransitivityFilter.java   (props changed)
    maven/plugins/trunk/maven-dependency-plugin/src/main/java/org/apache/maven/plugin/dependency/utils/filters/TypeFilter.java   (props changed)
    maven/plugins/trunk/maven-dependency-plugin/src/main/java/org/apache/maven/plugin/dependency/utils/markers/DefaultFileMarkerHandler.java   (props changed)
    maven/plugins/trunk/maven-dependency-plugin/src/main/java/org/apache/maven/plugin/dependency/utils/markers/MarkerHandler.java   (props changed)
    maven/plugins/trunk/maven-dependency-plugin/src/main/java/org/apache/maven/plugin/dependency/utils/markers/SourcesFileMarkerHandler.java   (props changed)
    maven/plugins/trunk/maven-dependency-plugin/src/main/java/org/apache/maven/plugin/dependency/utils/resolvers/ArtifactsResolver.java   (props changed)
    maven/plugins/trunk/maven-dependency-plugin/src/main/java/org/apache/maven/plugin/dependency/utils/resolvers/DefaultArtifactsResolver.java   (props changed)
    maven/plugins/trunk/maven-dependency-plugin/src/main/java/org/apache/maven/plugin/dependency/utils/translators/ArtifactTranslator.java   (props changed)
    maven/plugins/trunk/maven-dependency-plugin/src/main/java/org/apache/maven/plugin/dependency/utils/translators/ClassifierTypeTranslator.java   (props changed)
    maven/plugins/trunk/maven-dependency-plugin/src/site/site.xml   (props changed)
    maven/plugins/trunk/maven-dependency-plugin/src/test/java/org/apache/maven/plugin/dependency/AbstractDependencyMojoTestCase.java   (contents, props changed)
    maven/plugins/trunk/maven-dependency-plugin/src/test/java/org/apache/maven/plugin/dependency/TestAnalyzeDepMgt.java   (contents, props changed)
    maven/plugins/trunk/maven-dependency-plugin/src/test/java/org/apache/maven/plugin/dependency/TestBuildClasspathMojo.java   (contents, props changed)
    maven/plugins/trunk/maven-dependency-plugin/src/test/java/org/apache/maven/plugin/dependency/TestCopyDependenciesMojo.java   (contents, props changed)
    maven/plugins/trunk/maven-dependency-plugin/src/test/java/org/apache/maven/plugin/dependency/TestCopyDependenciesMojo2.java   (contents, props changed)
    maven/plugins/trunk/maven-dependency-plugin/src/test/java/org/apache/maven/plugin/dependency/TestResolveMojo.java   (contents, props changed)
    maven/plugins/trunk/maven-dependency-plugin/src/test/java/org/apache/maven/plugin/dependency/TestUnpackDependenciesMojo.java   (contents, props changed)
    maven/plugins/trunk/maven-dependency-plugin/src/test/java/org/apache/maven/plugin/dependency/TestUnpackDependenciesMojo2.java   (contents, props changed)
    maven/plugins/trunk/maven-dependency-plugin/src/test/java/org/apache/maven/plugin/dependency/fromConfiguration/TestArtifactItem.java   (contents, props changed)
    maven/plugins/trunk/maven-dependency-plugin/src/test/java/org/apache/maven/plugin/dependency/fromConfiguration/TestCopyMojo.java   (contents, props changed)
    maven/plugins/trunk/maven-dependency-plugin/src/test/java/org/apache/maven/plugin/dependency/fromConfiguration/TestUnpackMojo.java   (contents, props changed)
    maven/plugins/trunk/maven-dependency-plugin/src/test/java/org/apache/maven/plugin/dependency/testUtils/AbstractArtifactFeatureFilterTestCase.java   (contents, props changed)
    maven/plugins/trunk/maven-dependency-plugin/src/test/java/org/apache/maven/plugin/dependency/testUtils/DependencyArtifactStubFactory.java   (contents, props changed)
    maven/plugins/trunk/maven-dependency-plugin/src/test/java/org/apache/maven/plugin/dependency/testUtils/DependencyTestUtils.java   (contents, props changed)
    maven/plugins/trunk/maven-dependency-plugin/src/test/java/org/apache/maven/plugin/dependency/testUtils/stubs/DependencyProjectStub.java   (contents, props changed)
    maven/plugins/trunk/maven-dependency-plugin/src/test/java/org/apache/maven/plugin/dependency/testUtils/stubs/StubDefaultFileMarkerHandler.java   (contents, props changed)
    maven/plugins/trunk/maven-dependency-plugin/src/test/java/org/apache/maven/plugin/dependency/testUtils/stubs/StubMarkerFile.java   (contents, props changed)
    maven/plugins/trunk/maven-dependency-plugin/src/test/java/org/apache/maven/plugin/dependency/testUtils/stubs/StubSourcesFileMarkerHandler.java   (contents, props changed)
    maven/plugins/trunk/maven-dependency-plugin/src/test/java/org/apache/maven/plugin/dependency/utils/TestDependencyStatusSets.java   (contents, props changed)
    maven/plugins/trunk/maven-dependency-plugin/src/test/java/org/apache/maven/plugin/dependency/utils/TestDependencyUtil.java   (props changed)
    maven/plugins/trunk/maven-dependency-plugin/src/test/java/org/apache/maven/plugin/dependency/utils/TestSilentLog.java   (contents, props changed)
    maven/plugins/trunk/maven-dependency-plugin/src/test/java/org/apache/maven/plugin/dependency/utils/filters/TestArtifactFilter.java   (contents, props changed)
    maven/plugins/trunk/maven-dependency-plugin/src/test/java/org/apache/maven/plugin/dependency/utils/filters/TestClassifierFilter.java   (contents, props changed)
    maven/plugins/trunk/maven-dependency-plugin/src/test/java/org/apache/maven/plugin/dependency/utils/filters/TestDestFileFilter.java   (contents, props changed)
    maven/plugins/trunk/maven-dependency-plugin/src/test/java/org/apache/maven/plugin/dependency/utils/filters/TestFilterArtifacts.java   (contents, props changed)
    maven/plugins/trunk/maven-dependency-plugin/src/test/java/org/apache/maven/plugin/dependency/utils/filters/TestGroupIdFilter.java   (contents, props changed)
    maven/plugins/trunk/maven-dependency-plugin/src/test/java/org/apache/maven/plugin/dependency/utils/filters/TestMarkerFileFilter.java   (props changed)
    maven/plugins/trunk/maven-dependency-plugin/src/test/java/org/apache/maven/plugin/dependency/utils/filters/TestResolveMarkerFileFilter.java   (contents, props changed)
    maven/plugins/trunk/maven-dependency-plugin/src/test/java/org/apache/maven/plugin/dependency/utils/filters/TestScopeFilter.java   (props changed)
    maven/plugins/trunk/maven-dependency-plugin/src/test/java/org/apache/maven/plugin/dependency/utils/filters/TestTransitivityFilter.java   (props changed)
    maven/plugins/trunk/maven-dependency-plugin/src/test/java/org/apache/maven/plugin/dependency/utils/filters/TestTypeFilter.java   (props changed)
    maven/plugins/trunk/maven-dependency-plugin/src/test/java/org/apache/maven/plugin/dependency/utils/markers/TestDefaultMarkerFileHandler.java   (props changed)
    maven/plugins/trunk/maven-dependency-plugin/src/test/java/org/apache/maven/plugin/dependency/utils/markers/TestSourcesMarkerFileHandler.java   (props changed)
    maven/plugins/trunk/maven-dependency-plugin/src/test/java/org/apache/maven/plugin/dependency/utils/translators/TestClassifierTypeTranslator.java   (contents, props changed)
    maven/plugins/trunk/maven-dependency-plugin/src/test/resources/unit/build-classpath-test/plugin-config.xml   (contents, props changed)
    maven/plugins/trunk/maven-dependency-plugin/src/test/resources/unit/copy-dependencies-test/plugin-config.xml   (contents, props changed)
    maven/plugins/trunk/maven-dependency-plugin/src/test/resources/unit/copy-test/plugin-config.xml   (contents, props changed)
    maven/plugins/trunk/maven-dependency-plugin/src/test/resources/unit/resolve-test/plugin-config.xml   (contents, props changed)
    maven/plugins/trunk/maven-dependency-plugin/src/test/resources/unit/unpack-dependencies-test/plugin-config.xml   (contents, props changed)
    maven/plugins/trunk/maven-dependency-plugin/src/test/resources/unit/unpack-test/plugin-config.xml   (contents, props changed)

Propchange: maven/plugins/trunk/maven-dependency-plugin/pom.xml
------------------------------------------------------------------------------
--- svn:keywords (original)
+++ svn:keywords Mon Jul  2 09:06:19 2007
@@ -1 +1 @@
-Author Date Id HeadURL Revision
+Author Date Id Revision

Propchange: maven/plugins/trunk/maven-dependency-plugin/src/changes/changes.xml
------------------------------------------------------------------------------
--- svn:keywords (original)
+++ svn:keywords Mon Jul  2 09:06:19 2007
@@ -1 +1 @@
-Author Date Id HeadURL Revision
+Author Date Id Revision

Modified: maven/plugins/trunk/maven-dependency-plugin/src/it/copy-dependencies/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-dependency-plugin/src/it/copy-dependencies/pom.xml?view=diff&rev=552524&r1=552523&r2=552524
==============================================================================
--- maven/plugins/trunk/maven-dependency-plugin/src/it/copy-dependencies/pom.xml (original)
+++ maven/plugins/trunk/maven-dependency-plugin/src/it/copy-dependencies/pom.xml Mon Jul  2 09:06:19 2007
@@ -1,42 +1,42 @@
-<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>
-  <name>Copy Dependencies IT</name>
-    <groupId>org.apache.maven.plugins.maven-dependency-plugin-it</groupId>
-    <artifactId>copy-dependencies-it</artifactId>
-    <version>1</version>
-  <packaging>pom</packaging>
-  <dependencies>
-    <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-      <version>4.1</version>
-    </dependency>
-    <dependency>
-      <groupId>ant</groupId>
-      <artifactId>ant</artifactId>
-      <version>1.6</version>
-    </dependency>
-  </dependencies>
-  <build>
-    <defaultGoal>generate-sources</defaultGoal>
-  <plugins>
-      <plugin>
-         <groupId>org.apache.maven.plugins</groupId>
-         <artifactId>maven-dependency-plugin</artifactId>
-         <executions>
-           <execution>
-             <id>copy-dependencies</id>
-             <phase>package</phase>
-             <goals>
-               <goal>copy-dependencies</goal>
-             </goals>
-             <configuration>
-               <stripVersion>true</stripVersion>
-               <outputDirectory>libs</outputDirectory>
-             </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">
+  <modelVersion>4.0.0</modelVersion>
+  <name>Copy Dependencies IT</name>
+    <groupId>org.apache.maven.plugins.maven-dependency-plugin-it</groupId>
+    <artifactId>copy-dependencies-it</artifactId>
+    <version>1</version>
+  <packaging>pom</packaging>
+  <dependencies>
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <version>4.1</version>
+    </dependency>
+    <dependency>
+      <groupId>ant</groupId>
+      <artifactId>ant</artifactId>
+      <version>1.6</version>
+    </dependency>
+  </dependencies>
+  <build>
+    <defaultGoal>generate-sources</defaultGoal>
+  <plugins>
+      <plugin>
+         <groupId>org.apache.maven.plugins</groupId>
+         <artifactId>maven-dependency-plugin</artifactId>
+         <executions>
+           <execution>
+             <id>copy-dependencies</id>
+             <phase>package</phase>
+             <goals>
+               <goal>copy-dependencies</goal>
+             </goals>
+             <configuration>
+               <stripVersion>true</stripVersion>
+               <outputDirectory>libs</outputDirectory>
+             </configuration>
+           </execution>
+         </executions>
+       </plugin>
+     </plugins>
+  </build>
+</project>

Propchange: maven/plugins/trunk/maven-dependency-plugin/src/it/copy-dependencies/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/plugins/trunk/maven-dependency-plugin/src/it/copy-dependencies/pom.xml
------------------------------------------------------------------------------
--- svn:keywords (original)
+++ svn:keywords Mon Jul  2 09:06:19 2007
@@ -1 +1 @@
-Author Date Id HeadURL Revision
+Author Date Id Revision

Modified: maven/plugins/trunk/maven-dependency-plugin/src/it/copy-dependencies2/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-dependency-plugin/src/it/copy-dependencies2/pom.xml?view=diff&rev=552524&r1=552523&r2=552524
==============================================================================
--- maven/plugins/trunk/maven-dependency-plugin/src/it/copy-dependencies2/pom.xml (original)
+++ maven/plugins/trunk/maven-dependency-plugin/src/it/copy-dependencies2/pom.xml Mon Jul  2 09:06:19 2007
@@ -1,33 +1,33 @@
-<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>
-  <name>Copy Dependencies IT</name>
-    <groupId>org.apache.maven.plugins.maven-dependency-plugin-it</groupId>
-    <artifactId>copy-dependencies-it</artifactId>
-    <version>1</version>
-  <packaging>pom</packaging>
-  <dependencies>
-    <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-      <version>4.1</version>
-    </dependency>
-    <dependency>
-      <groupId>ant</groupId>
-      <artifactId>ant</artifactId>
-      <version>1.6</version>
-    </dependency>
-  </dependencies>
-  <build>
-    <defaultGoal>generate-sources</defaultGoal>
-  <plugins>
-      <plugin>
-         <groupId>org.apache.maven.plugins</groupId>
-         <artifactId>maven-dependency-plugin</artifactId>
-              <configuration>
-               <stripVersion>true</stripVersion>
-               <outputDirectory>libs</outputDirectory>
-             </configuration>
-        </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">
+  <modelVersion>4.0.0</modelVersion>
+  <name>Copy Dependencies IT</name>
+    <groupId>org.apache.maven.plugins.maven-dependency-plugin-it</groupId>
+    <artifactId>copy-dependencies-it</artifactId>
+    <version>1</version>
+  <packaging>pom</packaging>
+  <dependencies>
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <version>4.1</version>
+    </dependency>
+    <dependency>
+      <groupId>ant</groupId>
+      <artifactId>ant</artifactId>
+      <version>1.6</version>
+    </dependency>
+  </dependencies>
+  <build>
+    <defaultGoal>generate-sources</defaultGoal>
+  <plugins>
+      <plugin>
+         <groupId>org.apache.maven.plugins</groupId>
+         <artifactId>maven-dependency-plugin</artifactId>
+              <configuration>
+               <stripVersion>true</stripVersion>
+               <outputDirectory>libs</outputDirectory>
+             </configuration>
+        </plugin>
+     </plugins>
+  </build>
+</project>

Propchange: maven/plugins/trunk/maven-dependency-plugin/src/it/copy-dependencies2/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/plugins/trunk/maven-dependency-plugin/src/it/copy-dependencies2/pom.xml
------------------------------------------------------------------------------
--- svn:keywords (original)
+++ svn:keywords Mon Jul  2 09:06:19 2007
@@ -1 +1 @@
-Author Date Id HeadURL Revision
+Author Date Id Revision

Modified: maven/plugins/trunk/maven-dependency-plugin/src/it/mdep-27/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-dependency-plugin/src/it/mdep-27/pom.xml?view=diff&rev=552524&r1=552523&r2=552524
==============================================================================
--- maven/plugins/trunk/maven-dependency-plugin/src/it/mdep-27/pom.xml (original)
+++ maven/plugins/trunk/maven-dependency-plugin/src/it/mdep-27/pom.xml Mon Jul  2 09:06:19 2007
@@ -1,48 +1,48 @@
-<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>
-	<name>Copy Dependencies IT</name>
-	<groupId>org.apache.maven.plugins.maven-dependency-plugin-it</groupId>
-	<artifactId>mdep-27-it</artifactId>
-	<version>1</version>
-	<packaging>jar</packaging>
-	<dependencies>
-		<dependency>
-			<groupId>junit</groupId>
-			<artifactId>junit</artifactId>
-			<version>4.1</version>
-		</dependency>
-		<dependency>
-			<groupId>ant</groupId>
-			<artifactId>ant</artifactId>
-			<version>1.6</version>
-		</dependency>
-	</dependencies>
-	<build>
-		<defaultGoal>generate-sources</defaultGoal>
-		<plugins>
-			<plugin>
-				<groupId>org.apache.maven.plugins</groupId>
-				<artifactId>maven-dependency-plugin</artifactId>
-				<executions>
-					<execution>
-						<id>copy</id>
-						<phase>initialize</phase>
-						<goals>
-							<goal>copy</goal>
-						</goals>
-						<configuration>
-							<artifactItems>
-								<artifactItem>
-									<groupId>ant</groupId>
-									<artifactId>ant</artifactId>
-									<version>1.6</version>
-									<outputDirectory>${project.build.directory}\test-copy</outputDirectory>
-								</artifactItem>
-							</artifactItems>
-						</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">
+	<modelVersion>4.0.0</modelVersion>
+	<name>Copy Dependencies IT</name>
+	<groupId>org.apache.maven.plugins.maven-dependency-plugin-it</groupId>
+	<artifactId>mdep-27-it</artifactId>
+	<version>1</version>
+	<packaging>jar</packaging>
+	<dependencies>
+		<dependency>
+			<groupId>junit</groupId>
+			<artifactId>junit</artifactId>
+			<version>4.1</version>
+		</dependency>
+		<dependency>
+			<groupId>ant</groupId>
+			<artifactId>ant</artifactId>
+			<version>1.6</version>
+		</dependency>
+	</dependencies>
+	<build>
+		<defaultGoal>generate-sources</defaultGoal>
+		<plugins>
+			<plugin>
+				<groupId>org.apache.maven.plugins</groupId>
+				<artifactId>maven-dependency-plugin</artifactId>
+				<executions>
+					<execution>
+						<id>copy</id>
+						<phase>initialize</phase>
+						<goals>
+							<goal>copy</goal>
+						</goals>
+						<configuration>
+							<artifactItems>
+								<artifactItem>
+									<groupId>ant</groupId>
+									<artifactId>ant</artifactId>
+									<version>1.6</version>
+									<outputDirectory>${project.build.directory}\test-copy</outputDirectory>
+								</artifactItem>
+							</artifactItems>
+						</configuration>
+					</execution>
+				</executions>
+			</plugin>
+		</plugins>
+	</build>
+</project>

Propchange: maven/plugins/trunk/maven-dependency-plugin/src/it/mdep-27/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/plugins/trunk/maven-dependency-plugin/src/it/mdep-27/pom.xml
------------------------------------------------------------------------------
--- svn:keywords (original)
+++ svn:keywords Mon Jul  2 09:06:19 2007
@@ -1 +1 @@
-Author Date Id HeadURL Revision
+Author Date Id Revision

Modified: maven/plugins/trunk/maven-dependency-plugin/src/it/mdep-50/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-dependency-plugin/src/it/mdep-50/pom.xml?view=diff&rev=552524&r1=552523&r2=552524
==============================================================================
--- maven/plugins/trunk/maven-dependency-plugin/src/it/mdep-50/pom.xml (original)
+++ maven/plugins/trunk/maven-dependency-plugin/src/it/mdep-50/pom.xml Mon Jul  2 09:06:19 2007
@@ -1,41 +1,41 @@
-<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>
-	<name>Copy Dependencies IT</name>
-	<groupId>org.apache.maven.plugins.maven-dependency-plugin-it</groupId>
-	<artifactId>mdep-50-it</artifactId>
-	<version>1</version>
-	<packaging>jar</packaging>
-	<build>
-		<defaultGoal>generate-sources</defaultGoal>
-		<plugins>
-			<plugin>
-				<groupId>org.apache.maven.plugins</groupId>
-				<artifactId>maven-dependency-plugin</artifactId>
-				<version>2.0-alpha-2-SNAPSHOT</version>
-				<executions>
-					<execution>
-						<id>unpack</id>
-						<phase>compile</phase>
-						<goals>
-							<goal>unpack</goal>
-						</goals>
-						<configuration>
-							<artifactItems>
-								<artifactItem>
-									<groupId>junit</groupId>
-									<artifactId>junit</artifactId>
-									<version>[3.7,4.0)</version>
-								</artifactItem>
-								<artifactItem>
-									<groupId>ant</groupId>
-									<artifactId>ant</artifactId>
-									<version>[1.1,1.5)</version>
-								</artifactItem>
-							</artifactItems>
-						</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">
+	<modelVersion>4.0.0</modelVersion>
+	<name>Copy Dependencies IT</name>
+	<groupId>org.apache.maven.plugins.maven-dependency-plugin-it</groupId>
+	<artifactId>mdep-50-it</artifactId>
+	<version>1</version>
+	<packaging>jar</packaging>
+	<build>
+		<defaultGoal>generate-sources</defaultGoal>
+		<plugins>
+			<plugin>
+				<groupId>org.apache.maven.plugins</groupId>
+				<artifactId>maven-dependency-plugin</artifactId>
+				<version>2.0-alpha-2-SNAPSHOT</version>
+				<executions>
+					<execution>
+						<id>unpack</id>
+						<phase>compile</phase>
+						<goals>
+							<goal>unpack</goal>
+						</goals>
+						<configuration>
+							<artifactItems>
+								<artifactItem>
+									<groupId>junit</groupId>
+									<artifactId>junit</artifactId>
+									<version>[3.7,4.0)</version>
+								</artifactItem>
+								<artifactItem>
+									<groupId>ant</groupId>
+									<artifactId>ant</artifactId>
+									<version>[1.1,1.5)</version>
+								</artifactItem>
+							</artifactItems>
+						</configuration>
+					</execution>
+				</executions>
+			</plugin>
+		</plugins>
+	</build>
+</project>

Propchange: maven/plugins/trunk/maven-dependency-plugin/src/it/mdep-50/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/plugins/trunk/maven-dependency-plugin/src/it/mdep-50/pom.xml
------------------------------------------------------------------------------
--- svn:keywords (original)
+++ svn:keywords Mon Jul  2 09:06:19 2007
@@ -1 +1 @@
-Author Date Id HeadURL Revision
+Author Date Id Revision

Modified: maven/plugins/trunk/maven-dependency-plugin/src/it/mdep-61/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-dependency-plugin/src/it/mdep-61/pom.xml?view=diff&rev=552524&r1=552523&r2=552524
==============================================================================
--- maven/plugins/trunk/maven-dependency-plugin/src/it/mdep-61/pom.xml (original)
+++ maven/plugins/trunk/maven-dependency-plugin/src/it/mdep-61/pom.xml Mon Jul  2 09:06:19 2007
@@ -1,53 +1,53 @@
-<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>
-	<name>Copy Dependencies IT</name>
-	<groupId>org.apache.maven.plugins.maven-dependency-plugin-it</groupId>
-	<artifactId>mdep-61-it</artifactId>
-	<version>1</version>
-	<packaging>jar</packaging>
-	<dependencies>
-		<dependency>
-			<groupId>junit</groupId>
-			<artifactId>junit</artifactId>
-			<version>4.1</version>
-			<scope>test</scope>
-		</dependency>
-		<dependency>
-			<groupId>ant</groupId>
-			<artifactId>ant</artifactId>
-			<version>1.6.5</version>
-			<scope>compile</scope>
-		</dependency>
-	</dependencies>
-	<build>
-		<defaultGoal>generate-sources</defaultGoal>
-		<plugins>
-			<plugin>
-         		<groupId>org.apache.maven.plugins</groupId>
-          			<artifactId>maven-dependency-plugin</artifactId>
-		              <executions>
-		                    <execution>
-		                        <id>compile-only</id>
-								<phase>generate-sources</phase>
-		                        <goals>
-		                            <goal>copy-dependencies</goal>
-		                        </goals>
-		                        <configuration>
-									<includeScope>compile</includeScope>
-		                        </configuration>
-		                    </execution>
-							<execution>
-		                        <id>test</id>
-								<phase>generate-sources</phase>
-		                        <goals>
-		                            <goal>copy-dependencies</goal>
-		                        </goals>
-		                        <configuration>
-									<includeScope>test</includeScope>
-		                        </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">
+	<modelVersion>4.0.0</modelVersion>
+	<name>Copy Dependencies IT</name>
+	<groupId>org.apache.maven.plugins.maven-dependency-plugin-it</groupId>
+	<artifactId>mdep-61-it</artifactId>
+	<version>1</version>
+	<packaging>jar</packaging>
+	<dependencies>
+		<dependency>
+			<groupId>junit</groupId>
+			<artifactId>junit</artifactId>
+			<version>4.1</version>
+			<scope>test</scope>
+		</dependency>
+		<dependency>
+			<groupId>ant</groupId>
+			<artifactId>ant</artifactId>
+			<version>1.6.5</version>
+			<scope>compile</scope>
+		</dependency>
+	</dependencies>
+	<build>
+		<defaultGoal>generate-sources</defaultGoal>
+		<plugins>
+			<plugin>
+         		<groupId>org.apache.maven.plugins</groupId>
+          			<artifactId>maven-dependency-plugin</artifactId>
+		              <executions>
+		                    <execution>
+		                        <id>compile-only</id>
+								<phase>generate-sources</phase>
+		                        <goals>
+		                            <goal>copy-dependencies</goal>
+		                        </goals>
+		                        <configuration>
+									<includeScope>compile</includeScope>
+		                        </configuration>
+		                    </execution>
+							<execution>
+		                        <id>test</id>
+								<phase>generate-sources</phase>
+		                        <goals>
+		                            <goal>copy-dependencies</goal>
+		                        </goals>
+		                        <configuration>
+									<includeScope>test</includeScope>
+		                        </configuration>
+		                    </execution>
+		                </executions>
+            		</plugin>
+		</plugins>
+	</build>
+</project>

Propchange: maven/plugins/trunk/maven-dependency-plugin/src/it/mdep-61/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/plugins/trunk/maven-dependency-plugin/src/it/mdep-61/pom.xml
------------------------------------------------------------------------------
--- svn:keywords (original)
+++ svn:keywords Mon Jul  2 09:06:19 2007
@@ -1 +1 @@
-Author Date Id HeadURL Revision
+Author Date Id Revision

Modified: maven/plugins/trunk/maven-dependency-plugin/src/it/mdep-66/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-dependency-plugin/src/it/mdep-66/pom.xml?view=diff&rev=552524&r1=552523&r2=552524
==============================================================================
--- maven/plugins/trunk/maven-dependency-plugin/src/it/mdep-66/pom.xml (original)
+++ maven/plugins/trunk/maven-dependency-plugin/src/it/mdep-66/pom.xml Mon Jul  2 09:06:19 2007
@@ -1,53 +1,53 @@
-<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>
-	<name>Copy Dependencies IT</name>
-	<groupId>org.apache.maven.plugins.maven-dependency-plugin-it</groupId>
-	<artifactId>mdep-66-it</artifactId>
-	<version>1</version>
-	<packaging>jar</packaging>
-	<dependencies>
-		<dependency>
-			<groupId>junit</groupId>
-			<artifactId>junit</artifactId>
-			<version>4.1</version>
-			<scope>test</scope>
-		</dependency>
-		<dependency>
-			<groupId>ant</groupId>
-			<artifactId>ant</artifactId>
-			<version>1.6.5</version>
-			<scope>compile</scope>
-		</dependency>
-	</dependencies>
-	<build>
-		<defaultGoal>generate-sources</defaultGoal>
-		<plugins>
-			<plugin>
-         		<groupId>org.apache.maven.plugins</groupId>
-          			<artifactId>maven-dependency-plugin</artifactId>
-		              <executions>
-		                    <execution>
-		                        <id>compile-sources</id>
-								<phase>generate-sources</phase>
-		                        <goals>
-		                            <goal>sources</goal>
-		                        </goals>
-		                        <configuration>
-									<includeScope>compile</includeScope>
-		                        </configuration>
-		                    </execution>
-							<execution>
-		                        <id>test-sources</id>
-								<phase>generate-sources</phase>
-		                        <goals>
-		                            <goal>sources</goal>
-		                        </goals>
-		                        <configuration>
-									<includeScope>test</includeScope>
-		                        </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">
+	<modelVersion>4.0.0</modelVersion>
+	<name>Copy Dependencies IT</name>
+	<groupId>org.apache.maven.plugins.maven-dependency-plugin-it</groupId>
+	<artifactId>mdep-66-it</artifactId>
+	<version>1</version>
+	<packaging>jar</packaging>
+	<dependencies>
+		<dependency>
+			<groupId>junit</groupId>
+			<artifactId>junit</artifactId>
+			<version>4.1</version>
+			<scope>test</scope>
+		</dependency>
+		<dependency>
+			<groupId>ant</groupId>
+			<artifactId>ant</artifactId>
+			<version>1.6.5</version>
+			<scope>compile</scope>
+		</dependency>
+	</dependencies>
+	<build>
+		<defaultGoal>generate-sources</defaultGoal>
+		<plugins>
+			<plugin>
+         		<groupId>org.apache.maven.plugins</groupId>
+          			<artifactId>maven-dependency-plugin</artifactId>
+		              <executions>
+		                    <execution>
+		                        <id>compile-sources</id>
+								<phase>generate-sources</phase>
+		                        <goals>
+		                            <goal>sources</goal>
+		                        </goals>
+		                        <configuration>
+									<includeScope>compile</includeScope>
+		                        </configuration>
+		                    </execution>
+							<execution>
+		                        <id>test-sources</id>
+								<phase>generate-sources</phase>
+		                        <goals>
+		                            <goal>sources</goal>
+		                        </goals>
+		                        <configuration>
+									<includeScope>test</includeScope>
+		                        </configuration>
+		                    </execution>
+		                </executions>
+            		</plugin>
+		</plugins>
+	</build>
+</project>

Propchange: maven/plugins/trunk/maven-dependency-plugin/src/it/mdep-66/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/plugins/trunk/maven-dependency-plugin/src/it/mdep-66/pom.xml
------------------------------------------------------------------------------
--- svn:keywords (original)
+++ svn:keywords Mon Jul  2 09:06:19 2007
@@ -1 +1 @@
-Author Date Id HeadURL Revision
+Author Date Id Revision

Modified: maven/plugins/trunk/maven-dependency-plugin/src/it/mdep-67/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-dependency-plugin/src/it/mdep-67/pom.xml?view=diff&rev=552524&r1=552523&r2=552524
==============================================================================
--- maven/plugins/trunk/maven-dependency-plugin/src/it/mdep-67/pom.xml (original)
+++ maven/plugins/trunk/maven-dependency-plugin/src/it/mdep-67/pom.xml Mon Jul  2 09:06:19 2007
@@ -1,43 +1,43 @@
-<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>
-	<name>Copy Dependencies IT</name>
-	<groupId>org.apache.maven.plugins.maven-dependency-plugin-it</groupId>
-	<artifactId>mdep-67-it</artifactId>
-	<version>1</version>
-	<packaging>jar</packaging>
-	<dependencies>
-		<dependency>
-			<groupId>junit</groupId>
-			<artifactId>junit</artifactId>
-			<version>4.1</version>
-		</dependency>
-	</dependencies>
-	<build>
-		<defaultGoal>generate-sources</defaultGoal>
-		<plugins>
-			<plugin>
-         		<groupId>org.apache.maven.plugins</groupId>
-          			<artifactId>maven-dependency-plugin</artifactId>
-		              <executions>
-		                    <execution>
-		                        <id>copy</id>
-		                        <phase>compile</phase>
-		                        <goals>
-		                            <goal>copy</goal>
-		                        </goals>
-		                        <configuration>
-		                            <artifactItems>
-		                                <artifactItem>
-		                                    <groupId>junit</groupId>
-		                                    <artifactId>junit</artifactId>
-		                                    <type>java-source</type>
-		                                    <outputDirectory>${project.build.directory}/junit-sources</outputDirectory>                                    
-		                                </artifactItem>
-		                            </artifactItems>
-		                        </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">
+	<modelVersion>4.0.0</modelVersion>
+	<name>Copy Dependencies IT</name>
+	<groupId>org.apache.maven.plugins.maven-dependency-plugin-it</groupId>
+	<artifactId>mdep-67-it</artifactId>
+	<version>1</version>
+	<packaging>jar</packaging>
+	<dependencies>
+		<dependency>
+			<groupId>junit</groupId>
+			<artifactId>junit</artifactId>
+			<version>4.1</version>
+		</dependency>
+	</dependencies>
+	<build>
+		<defaultGoal>generate-sources</defaultGoal>
+		<plugins>
+			<plugin>
+         		<groupId>org.apache.maven.plugins</groupId>
+          			<artifactId>maven-dependency-plugin</artifactId>
+		              <executions>
+		                    <execution>
+		                        <id>copy</id>
+		                        <phase>compile</phase>
+		                        <goals>
+		                            <goal>copy</goal>
+		                        </goals>
+		                        <configuration>
+		                            <artifactItems>
+		                                <artifactItem>
+		                                    <groupId>junit</groupId>
+		                                    <artifactId>junit</artifactId>
+		                                    <type>java-source</type>
+		                                    <outputDirectory>${project.build.directory}/junit-sources</outputDirectory>                                    
+		                                </artifactItem>
+		                            </artifactItems>
+		                        </configuration>
+		                    </execution>
+		                </executions>
+            		</plugin>
+		</plugins>
+	</build>
+</project>

Propchange: maven/plugins/trunk/maven-dependency-plugin/src/it/mdep-67/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/plugins/trunk/maven-dependency-plugin/src/it/mdep-67/pom.xml
------------------------------------------------------------------------------
--- svn:keywords (original)
+++ svn:keywords Mon Jul  2 09:06:19 2007
@@ -1 +1 @@
-Author Date Id HeadURL Revision
+Author Date Id Revision

Propchange: maven/plugins/trunk/maven-dependency-plugin/src/main/java/org/apache/maven/plugin/dependency/AbstractDependencyFilterMojo.java
------------------------------------------------------------------------------
--- svn:keywords (original)
+++ svn:keywords Mon Jul  2 09:06:19 2007
@@ -1 +1 @@
-Author Date Id HeadURL Revision
+Author Date Id Revision

Propchange: maven/plugins/trunk/maven-dependency-plugin/src/main/java/org/apache/maven/plugin/dependency/AbstractDependencyMojo.java
------------------------------------------------------------------------------
--- svn:keywords (original)
+++ svn:keywords Mon Jul  2 09:06:19 2007
@@ -1 +1 @@
-Author Date Id HeadURL Revision
+Author Date Id Revision

Propchange: maven/plugins/trunk/maven-dependency-plugin/src/main/java/org/apache/maven/plugin/dependency/AbstractFromDependenciesMojo.java
------------------------------------------------------------------------------
--- svn:keywords (original)
+++ svn:keywords Mon Jul  2 09:06:19 2007
@@ -1 +1 @@
-Author Date Id HeadURL Revision
+Author Date Id Revision

Propchange: maven/plugins/trunk/maven-dependency-plugin/src/main/java/org/apache/maven/plugin/dependency/AbstractResolveMojo.java
------------------------------------------------------------------------------
--- svn:keywords (original)
+++ svn:keywords Mon Jul  2 09:06:19 2007
@@ -1 +1 @@
-Author Date Id HeadURL Revision
+Author Date Id Revision

Modified: maven/plugins/trunk/maven-dependency-plugin/src/main/java/org/apache/maven/plugin/dependency/AnalyzeDepMgt.java
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-dependency-plugin/src/main/java/org/apache/maven/plugin/dependency/AnalyzeDepMgt.java?view=diff&rev=552524&r1=552523&r2=552524
==============================================================================
--- maven/plugins/trunk/maven-dependency-plugin/src/main/java/org/apache/maven/plugin/dependency/AnalyzeDepMgt.java (original)
+++ maven/plugins/trunk/maven-dependency-plugin/src/main/java/org/apache/maven/plugin/dependency/AnalyzeDepMgt.java Mon Jul  2 09:06:19 2007
@@ -1,379 +1,379 @@
-package org.apache.maven.plugin.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.
- */
-
-import java.util.ArrayList;
-import java.util.HashMap;
-import java.util.HashSet;
-import java.util.Iterator;
-import java.util.List;
-import java.util.Map;
-import java.util.Set;
-
-import org.apache.maven.artifact.Artifact;
-import org.apache.maven.artifact.versioning.ArtifactVersion;
-import org.apache.maven.artifact.versioning.DefaultArtifactVersion;
-import org.apache.maven.model.Dependency;
-import org.apache.maven.model.DependencyManagement;
-import org.apache.maven.model.Exclusion;
-import org.apache.maven.plugin.AbstractMojo;
-import org.apache.maven.plugin.MojoExecutionException;
-import org.apache.maven.plugin.MojoFailureException;
-import org.apache.maven.project.MavenProject;
-import org.codehaus.plexus.util.StringUtils;
-
-/**
- * This mojo looks at the dependencies after final resolution and looks for
- * mismatches in your dependencyManagement section. In versions of maven prior
- * to 2.0.6, it was possible to inherit versions that didn't match your
- * dependencyManagement. See <a
- * href="http://jira.codehaus.org/browse/MNG-1577">MNG-1577</a> for more info.
- * This mojo is also usefull for just detecting projects that override the
- * dependencyManagement directly. Set ignoreDirect to false to detect these
- * otherwise normal conditions.
- * 
- * @author <a href="mailto:brianefox@gmail.com">Brian Fox</a>
- * @version $Id$
- * @goal analyze-dep-mgt
- * @requiresDependencyResolution test
- * @since 2.0-alpha-3
- */
-public class AnalyzeDepMgt
-    extends AbstractMojo
-{
-    // fields -----------------------------------------------------------------
-
-    /**
-     * 
-     * 
-     * @parameter expression="${project}"
-     * @required
-     * @readonly
-     */
-    private MavenProject project;
-
-    /**
-     * Fail the build if a problem is detected.
-     * 
-     * @parameter expression="${mdep.analyze.failBuild}" default-value="false"
-     */
-    private boolean failBuild = false;
-
-    /**
-     * Ignore Direct Dependency Overrides of dependencyManagement section.
-     * 
-     * @parameter expression="${mdep.analyze.ignore.direct}" default-value="true"
-     */
-    private boolean ignoreDirect = true;
-
-    // Mojo methods -----------------------------------------------------------
-
-    /*
-     * @see org.apache.maven.plugin.Mojo#execute()
-     */
-    public void execute()
-        throws MojoExecutionException, MojoFailureException
-    {
-        boolean result = checkDependencyManagement();
-        if ( result )
-        {
-            if ( this.failBuild )
-
-            {
-                throw new MojoExecutionException( "Found Dependency errors." );
-            }
-            else
-            {
-                getLog().warn( "Potential problems found in Dependency Management " );
-            }
-        }
-    }
-
-    /**
-     * Does the work of checking the DependencyManagement Section.
-     * @return true if errors are found.
-     * @throws MojoExecutionException
-     */
-    private boolean checkDependencyManagement()
-        throws MojoExecutionException
-    {
-        boolean foundError = false;
-
-        getLog().info( "Found Resolved Dependency / DependencyManagement mismatches:" );
-
-        List depMgtDependencies = null;
-
-        DependencyManagement depMgt = project.getDependencyManagement();
-        if ( depMgt != null )
-        {
-            depMgtDependencies = depMgt.getDependencies();
-        }
-
-        if ( depMgtDependencies != null && !depMgtDependencies.isEmpty() )
-        {
-            // put all the dependencies from depMgt into a map for quick lookup
-            Map depMgtMap = new HashMap();
-            Map exclusions = new HashMap();
-            Iterator iter = depMgtDependencies.iterator();
-            while ( iter.hasNext() )
-            {
-                Dependency depMgtDependency = (Dependency) iter.next();
-                depMgtMap.put( depMgtDependency.getManagementKey(), depMgtDependency );
-
-                // now put all the exclusions into a map for quick lookup
-                exclusions.putAll( addExclusions( depMgtDependency.getExclusions() ) );
-            }
-
-            // get dependencies for the project (including transitive)
-            Set allDependencyArtifacts = new HashSet( project.getArtifacts() );
-
-            // don't warn if a dependency that is directly listed overrides
-            // depMgt. That's ok.
-            if ( this.ignoreDirect )
-            {
-                getLog().info( "\tIgnoring Direct Dependencies." );
-                Set directDependencies = project.getDependencyArtifacts();
-                allDependencyArtifacts.removeAll( directDependencies );
-            }
-
-            // log exclusion errors
-            List exclusionErrors = getExclusionErrors( exclusions, allDependencyArtifacts );
-            Iterator exclusionIter = exclusionErrors.iterator();
-            while ( exclusionIter.hasNext() )
-            {
-                Artifact exclusion = (Artifact) exclusionIter.next();
-                getLog().info(
-                               StringUtils.stripEnd( getArtifactManagementKey( exclusion ),":") + " was excluded in DepMgt, but version "
-                                   + exclusion.getVersion() + " has been found in the dependency tree." );
-                foundError = true;
-            }
-
-            // find and log version mismatches
-            Map mismatch = getMismatch( depMgtMap, allDependencyArtifacts );
-            Iterator mismatchIter = mismatch.keySet().iterator();
-            while ( mismatchIter.hasNext() )
-            {
-                Artifact resolvedArtifact = (Artifact) mismatchIter.next();
-                Dependency depMgtDependency = (Dependency) mismatch.get( resolvedArtifact );
-                logMismatch( resolvedArtifact, depMgtDependency );
-            }
-            if ( !foundError )
-            {
-                getLog().info( "   None" );
-            }
-        }
-        else
-        {
-            getLog().info( "   Nothing in DepMgt." );
-        }
-
-
-
-        return foundError;
-    }
-
-    /**
-     * Returns a map of the exclusions using the Dependency ManagementKey as the
-     * keyset.
-     * 
-     * @param exclusionList
-     *            to be added to the map.
-     * @return a map of the exclusions using the Dependency ManagementKey as the
-     *         keyset.
-     */
-    public Map addExclusions( List exclusionList )
-    {
-        Map exclusions = new HashMap();
-        if ( exclusionList != null )
-        {
-            Iterator exclusionIter = exclusionList.iterator();
-            while ( exclusionIter.hasNext() )
-            {
-                Exclusion exclusion = (Exclusion) exclusionIter.next();
-                exclusions.put( getExclusionKey( exclusion ), exclusion );
-            }
-        }
-        return exclusions;
-    }
-
-    /**
-     * Returns a List of the artifacts that should have been excluded, but where
-     * found in the dependency tree.
-     * 
-     * @param exclusions
-     *            a map of the DependencyManagement exclusions, with the
-     *            ManagementKey as the key and Dependency as the value.
-     * @param allDependencyArtifacts
-     *            resolved artifacts to be compared.
-     * @return list of artifacts that should have been excluded.
-     */
-    public List getExclusionErrors( Map exclusions, Set allDependencyArtifacts )
-    {
-        List list = new ArrayList();
-
-        Iterator iter = allDependencyArtifacts.iterator();
-        while ( iter.hasNext() )
-        {
-            Artifact artifact = (Artifact) iter.next();
-            if ( exclusions.containsKey( getExclusionKey( artifact ) ) )
-            {
-                list.add( artifact );
-            }
-        }
-
-        return list;
-    }
-
-    public String getExclusionKey(Artifact artifact)
-    {
-        return artifact.getGroupId()+":"+artifact.getArtifactId();
-    }
-    
-    public String getExclusionKey(Exclusion ex)
-    {
-        return ex.getGroupId()+":"+ex.getArtifactId();
-    }
-    
-    /**
-     * Calculate the mismatches between the DependencyManagement and resolved
-     * artifacts
-     * 
-     * @param depMgtMap
-     *            contains the Dependency.GetManagementKey as the keyset for
-     *            quick lookup.
-     * @param allDependencyArtifacts
-     *            contains the set of all artifacts to compare.
-     * @return a map containing the resolved artifact as the key and the listed
-     *         dependency as the value.
-     */
-    public Map getMismatch( Map depMgtMap, Set allDependencyArtifacts )
-    {
-        Map mismatchMap = new HashMap();
-
-        Iterator iter = allDependencyArtifacts.iterator();
-        while ( iter.hasNext() )
-        {
-            Artifact dependencyArtifact = (Artifact) iter.next();
-            Dependency depFromDepMgt = (Dependency) depMgtMap.get( getArtifactManagementKey( dependencyArtifact ) );
-            if ( depFromDepMgt != null )
-            {
-                ArtifactVersion artifactVersion = new DefaultArtifactVersion( dependencyArtifact.getVersion() );
-
-                //workaround for MNG-2961
-                dependencyArtifact.isSnapshot();
-                
-                if (!depFromDepMgt.getVersion().equals( dependencyArtifact.getBaseVersion()) )
-                {
-                    mismatchMap.put( dependencyArtifact, depFromDepMgt );
-                }
-            }
-        }
-        return mismatchMap;
-    }
-
-    /**
-     * This function displays the log to the screen showing the versions and
-     * information about the artifacts that don't match.
-     * 
-     * @param dependencyArtifact
-     *            the artifact that was resolved.
-     * @param dependencyFromDepMgt
-     *            the dependency listed in the DependencyManagement section.
-     * @throws MojoExecutionException
-     */
-    public void logMismatch( Artifact dependencyArtifact, Dependency dependencyFromDepMgt )
-        throws MojoExecutionException
-    {
-        if ( dependencyArtifact == null || dependencyFromDepMgt == null )
-        {
-            throw new MojoExecutionException( "Invalid params: Artifact:" + dependencyArtifact + " Dependency:"
-                + dependencyFromDepMgt );
-        }
-
-        getLog().info( "\tDependency: " + StringUtils.stripEnd(dependencyFromDepMgt.getManagementKey(),":") );
-        getLog().info( "\t\tDepMgt  : " + dependencyFromDepMgt.getVersion() );
-        getLog().info( "\t\tResolved: " + dependencyArtifact.getBaseVersion() );
-    }
-
-    /**
-     * This function returns a string comparable with
-     * Dependency.GetManagementKey.
-     * 
-     * @param artifact
-     *            to gen the key for
-     * @return a string in the form: groupId:ArtifactId:Type[:Classifier]
-     */
-    public String getArtifactManagementKey( Artifact artifact )
-    {
-        return artifact.getGroupId() + ":" + artifact.getArtifactId() + ":" + artifact.getType()
-            + (( artifact.getClassifier() !=null ) ? ":" + artifact.getClassifier() : "" );
-    }
-
-    /**
-     * @return the failBuild
-     */
-    public boolean isFailBuild()
-    {
-        return this.failBuild;
-    }
-
-    /**
-     * @param theFailBuild
-     *            the failBuild to set
-     */
-    public void setFailBuild( boolean theFailBuild )
-    {
-        this.failBuild = theFailBuild;
-    }
-
-    /**
-     * @return the project
-     */
-    public MavenProject getProject()
-    {
-        return this.project;
-    }
-
-    /**
-     * @param theProject
-     *            the project to set
-     */
-    public void setProject( MavenProject theProject )
-    {
-        this.project = theProject;
-    }
-
-    /**
-     * @return the ignoreDirect
-     */
-    public boolean isIgnoreDirect()
-    {
-        return this.ignoreDirect;
-    }
-
-    /**
-     * @param theIgnoreDirect
-     *            the ignoreDirect to set
-     */
-    public void setIgnoreDirect( boolean theIgnoreDirect )
-    {
-        this.ignoreDirect = theIgnoreDirect;
-    }
-}
+package org.apache.maven.plugin.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.
+ */
+
+import java.util.ArrayList;
+import java.util.HashMap;
+import java.util.HashSet;
+import java.util.Iterator;
+import java.util.List;
+import java.util.Map;
+import java.util.Set;
+
+import org.apache.maven.artifact.Artifact;
+import org.apache.maven.artifact.versioning.ArtifactVersion;
+import org.apache.maven.artifact.versioning.DefaultArtifactVersion;
+import org.apache.maven.model.Dependency;
+import org.apache.maven.model.DependencyManagement;
+import org.apache.maven.model.Exclusion;
+import org.apache.maven.plugin.AbstractMojo;
+import org.apache.maven.plugin.MojoExecutionException;
+import org.apache.maven.plugin.MojoFailureException;
+import org.apache.maven.project.MavenProject;
+import org.codehaus.plexus.util.StringUtils;
+
+/**
+ * This mojo looks at the dependencies after final resolution and looks for
+ * mismatches in your dependencyManagement section. In versions of maven prior
+ * to 2.0.6, it was possible to inherit versions that didn't match your
+ * dependencyManagement. See <a
+ * href="http://jira.codehaus.org/browse/MNG-1577">MNG-1577</a> for more info.
+ * This mojo is also usefull for just detecting projects that override the
+ * dependencyManagement directly. Set ignoreDirect to false to detect these
+ * otherwise normal conditions.
+ * 
+ * @author <a href="mailto:brianefox@gmail.com">Brian Fox</a>
+ * @version $Id$
+ * @goal analyze-dep-mgt
+ * @requiresDependencyResolution test
+ * @since 2.0-alpha-3
+ */
+public class AnalyzeDepMgt
+    extends AbstractMojo
+{
+    // fields -----------------------------------------------------------------
+
+    /**
+     * 
+     * 
+     * @parameter expression="${project}"
+     * @required
+     * @readonly
+     */
+    private MavenProject project;
+
+    /**
+     * Fail the build if a problem is detected.
+     * 
+     * @parameter expression="${mdep.analyze.failBuild}" default-value="false"
+     */
+    private boolean failBuild = false;
+
+    /**
+     * Ignore Direct Dependency Overrides of dependencyManagement section.
+     * 
+     * @parameter expression="${mdep.analyze.ignore.direct}" default-value="true"
+     */
+    private boolean ignoreDirect = true;
+
+    // Mojo methods -----------------------------------------------------------
+
+    /*
+     * @see org.apache.maven.plugin.Mojo#execute()
+     */
+    public void execute()
+        throws MojoExecutionException, MojoFailureException
+    {
+        boolean result = checkDependencyManagement();
+        if ( result )
+        {
+            if ( this.failBuild )
+
+            {
+                throw new MojoExecutionException( "Found Dependency errors." );
+            }
+            else
+            {
+                getLog().warn( "Potential problems found in Dependency Management " );
+            }
+        }
+    }
+
+    /**
+     * Does the work of checking the DependencyManagement Section.
+     * @return true if errors are found.
+     * @throws MojoExecutionException
+     */
+    private boolean checkDependencyManagement()
+        throws MojoExecutionException
+    {
+        boolean foundError = false;
+
+        getLog().info( "Found Resolved Dependency / DependencyManagement mismatches:" );
+
+        List depMgtDependencies = null;
+
+        DependencyManagement depMgt = project.getDependencyManagement();
+        if ( depMgt != null )
+        {
+            depMgtDependencies = depMgt.getDependencies();
+        }
+
+        if ( depMgtDependencies != null && !depMgtDependencies.isEmpty() )
+        {
+            // put all the dependencies from depMgt into a map for quick lookup
+            Map depMgtMap = new HashMap();
+            Map exclusions = new HashMap();
+            Iterator iter = depMgtDependencies.iterator();
+            while ( iter.hasNext() )
+            {
+                Dependency depMgtDependency = (Dependency) iter.next();
+                depMgtMap.put( depMgtDependency.getManagementKey(), depMgtDependency );
+
+                // now put all the exclusions into a map for quick lookup
+                exclusions.putAll( addExclusions( depMgtDependency.getExclusions() ) );
+            }
+
+            // get dependencies for the project (including transitive)
+            Set allDependencyArtifacts = new HashSet( project.getArtifacts() );
+
+            // don't warn if a dependency that is directly listed overrides
+            // depMgt. That's ok.
+            if ( this.ignoreDirect )
+            {
+                getLog().info( "\tIgnoring Direct Dependencies." );
+                Set directDependencies = project.getDependencyArtifacts();
+                allDependencyArtifacts.removeAll( directDependencies );
+            }
+
+            // log exclusion errors
+            List exclusionErrors = getExclusionErrors( exclusions, allDependencyArtifacts );
+            Iterator exclusionIter = exclusionErrors.iterator();
+            while ( exclusionIter.hasNext() )
+            {
+                Artifact exclusion = (Artifact) exclusionIter.next();
+                getLog().info(
+                               StringUtils.stripEnd( getArtifactManagementKey( exclusion ),":") + " was excluded in DepMgt, but version "
+                                   + exclusion.getVersion() + " has been found in the dependency tree." );
+                foundError = true;
+            }
+
+            // find and log version mismatches
+            Map mismatch = getMismatch( depMgtMap, allDependencyArtifacts );
+            Iterator mismatchIter = mismatch.keySet().iterator();
+            while ( mismatchIter.hasNext() )
+            {
+                Artifact resolvedArtifact = (Artifact) mismatchIter.next();
+                Dependency depMgtDependency = (Dependency) mismatch.get( resolvedArtifact );
+                logMismatch( resolvedArtifact, depMgtDependency );
+            }
+            if ( !foundError )
+            {
+                getLog().info( "   None" );
+            }
+        }
+        else
+        {
+            getLog().info( "   Nothing in DepMgt." );
+        }
+
+
+
+        return foundError;
+    }
+
+    /**
+     * Returns a map of the exclusions using the Dependency ManagementKey as the
+     * keyset.
+     * 
+     * @param exclusionList
+     *            to be added to the map.
+     * @return a map of the exclusions using the Dependency ManagementKey as the
+     *         keyset.
+     */
+    public Map addExclusions( List exclusionList )
+    {
+        Map exclusions = new HashMap();
+        if ( exclusionList != null )
+        {
+            Iterator exclusionIter = exclusionList.iterator();
+            while ( exclusionIter.hasNext() )
+            {
+                Exclusion exclusion = (Exclusion) exclusionIter.next();
+                exclusions.put( getExclusionKey( exclusion ), exclusion );
+            }
+        }
+        return exclusions;
+    }
+
+    /**
+     * Returns a List of the artifacts that should have been excluded, but where
+     * found in the dependency tree.
+     * 
+     * @param exclusions
+     *            a map of the DependencyManagement exclusions, with the
+     *            ManagementKey as the key and Dependency as the value.
+     * @param allDependencyArtifacts
+     *            resolved artifacts to be compared.
+     * @return list of artifacts that should have been excluded.
+     */
+    public List getExclusionErrors( Map exclusions, Set allDependencyArtifacts )
+    {
+        List list = new ArrayList();
+
+        Iterator iter = allDependencyArtifacts.iterator();
+        while ( iter.hasNext() )
+        {
+            Artifact artifact = (Artifact) iter.next();
+            if ( exclusions.containsKey( getExclusionKey( artifact ) ) )
+            {
+                list.add( artifact );
+            }
+        }
+
+        return list;
+    }
+
+    public String getExclusionKey(Artifact artifact)
+    {
+        return artifact.getGroupId()+":"+artifact.getArtifactId();
+    }
+    
+    public String getExclusionKey(Exclusion ex)
+    {
+        return ex.getGroupId()+":"+ex.getArtifactId();
+    }
+    
+    /**
+     * Calculate the mismatches between the DependencyManagement and resolved
+     * artifacts
+     * 
+     * @param depMgtMap
+     *            contains the Dependency.GetManagementKey as the keyset for
+     *            quick lookup.
+     * @param allDependencyArtifacts
+     *            contains the set of all artifacts to compare.
+     * @return a map containing the resolved artifact as the key and the listed
+     *         dependency as the value.
+     */
+    public Map getMismatch( Map depMgtMap, Set allDependencyArtifacts )
+    {
+        Map mismatchMap = new HashMap();
+
+        Iterator iter = allDependencyArtifacts.iterator();
+        while ( iter.hasNext() )
+        {
+            Artifact dependencyArtifact = (Artifact) iter.next();
+            Dependency depFromDepMgt = (Dependency) depMgtMap.get( getArtifactManagementKey( dependencyArtifact ) );
+            if ( depFromDepMgt != null )
+            {
+                ArtifactVersion artifactVersion = new DefaultArtifactVersion( dependencyArtifact.getVersion() );
+
+                //workaround for MNG-2961
+                dependencyArtifact.isSnapshot();
+                
+                if (!depFromDepMgt.getVersion().equals( dependencyArtifact.getBaseVersion()) )
+                {
+                    mismatchMap.put( dependencyArtifact, depFromDepMgt );
+                }
+            }
+        }
+        return mismatchMap;
+    }
+
+    /**
+     * This function displays the log to the screen showing the versions and
+     * information about the artifacts that don't match.
+     * 
+     * @param dependencyArtifact
+     *            the artifact that was resolved.
+     * @param dependencyFromDepMgt
+     *            the dependency listed in the DependencyManagement section.
+     * @throws MojoExecutionException
+     */
+    public void logMismatch( Artifact dependencyArtifact, Dependency dependencyFromDepMgt )
+        throws MojoExecutionException
+    {
+        if ( dependencyArtifact == null || dependencyFromDepMgt == null )
+        {
+            throw new MojoExecutionException( "Invalid params: Artifact:" + dependencyArtifact + " Dependency:"
+                + dependencyFromDepMgt );
+        }
+
+        getLog().info( "\tDependency: " + StringUtils.stripEnd(dependencyFromDepMgt.getManagementKey(),":") );
+        getLog().info( "\t\tDepMgt  : " + dependencyFromDepMgt.getVersion() );
+        getLog().info( "\t\tResolved: " + dependencyArtifact.getBaseVersion() );
+    }
+
+    /**
+     * This function returns a string comparable with
+     * Dependency.GetManagementKey.
+     * 
+     * @param artifact
+     *            to gen the key for
+     * @return a string in the form: groupId:ArtifactId:Type[:Classifier]
+     */
+    public String getArtifactManagementKey( Artifact artifact )
+    {
+        return artifact.getGroupId() + ":" + artifact.getArtifactId() + ":" + artifact.getType()
+            + (( artifact.getClassifier() !=null ) ? ":" + artifact.getClassifier() : "" );
+    }
+
+    /**
+     * @return the failBuild
+     */
+    public boolean isFailBuild()
+    {
+        return this.failBuild;
+    }
+
+    /**
+     * @param theFailBuild
+     *            the failBuild to set
+     */
+    public void setFailBuild( boolean theFailBuild )
+    {
+        this.failBuild = theFailBuild;
+    }
+
+    /**
+     * @return the project
+     */
+    public MavenProject getProject()
+    {
+        return this.project;
+    }
+
+    /**
+     * @param theProject
+     *            the project to set
+     */
+    public void setProject( MavenProject theProject )
+    {
+        this.project = theProject;
+    }
+
+    /**
+     * @return the ignoreDirect
+     */
+    public boolean isIgnoreDirect()
+    {
+        return this.ignoreDirect;
+    }
+
+    /**
+     * @param theIgnoreDirect
+     *            the ignoreDirect to set
+     */
+    public void setIgnoreDirect( boolean theIgnoreDirect )
+    {
+        this.ignoreDirect = theIgnoreDirect;
+    }
+}

Propchange: maven/plugins/trunk/maven-dependency-plugin/src/main/java/org/apache/maven/plugin/dependency/AnalyzeDepMgt.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/plugins/trunk/maven-dependency-plugin/src/main/java/org/apache/maven/plugin/dependency/AnalyzeDepMgt.java
------------------------------------------------------------------------------
--- svn:keywords (original)
+++ svn:keywords Mon Jul  2 09:06:19 2007
@@ -1 +1 @@
-Author Date Id HeadURL Revision
+Author Date Id Revision

Propchange: maven/plugins/trunk/maven-dependency-plugin/src/main/java/org/apache/maven/plugin/dependency/AnalyzeMojo.java
------------------------------------------------------------------------------
--- svn:keywords (original)
+++ svn:keywords Mon Jul  2 09:06:19 2007
@@ -1 +1 @@
-Author Date Id HeadURL Revision
+Author Date Id Revision

Propchange: maven/plugins/trunk/maven-dependency-plugin/src/main/java/org/apache/maven/plugin/dependency/BuildClasspathMojo.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/plugins/trunk/maven-dependency-plugin/src/main/java/org/apache/maven/plugin/dependency/BuildClasspathMojo.java
------------------------------------------------------------------------------
--- svn:keywords (original)
+++ svn:keywords Mon Jul  2 09:06:19 2007
@@ -1 +1 @@
-Author Date Id HeadURL Revision
+Author Date Id Revision

Propchange: maven/plugins/trunk/maven-dependency-plugin/src/main/java/org/apache/maven/plugin/dependency/CopyDependenciesMojo.java
------------------------------------------------------------------------------
--- svn:keywords (original)
+++ svn:keywords Mon Jul  2 09:06:19 2007
@@ -1 +1 @@
-Author Date Id HeadURL Revision
+Author Date Id Revision

Modified: maven/plugins/trunk/maven-dependency-plugin/src/main/java/org/apache/maven/plugin/dependency/JustAnalyzeMojo.java
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-dependency-plugin/src/main/java/org/apache/maven/plugin/dependency/JustAnalyzeMojo.java?view=diff&rev=552524&r1=552523&r2=552524
==============================================================================
--- maven/plugins/trunk/maven-dependency-plugin/src/main/java/org/apache/maven/plugin/dependency/JustAnalyzeMojo.java (original)
+++ maven/plugins/trunk/maven-dependency-plugin/src/main/java/org/apache/maven/plugin/dependency/JustAnalyzeMojo.java Mon Jul  2 09:06:19 2007
@@ -1,18 +1,18 @@
-package org.apache.maven.plugin.dependency;
-
-/**
- * This goal is the same as analyze except it won't call test-compile first. You must have
- * already executed test-compile (or a later phase) to get accurate results.
- * 
- * @author <a href="mailto:brianf@apache.org">Brian Fox</a>
- * @version $Id: AnalyzeMojo.java 523899 2007-03-30 01:07:08Z brianf $
- * @goal just-analyze
- * @requiresDependencyResolution test
- * @execute phase="validate"
- * @since 2.0-alpha-5
- */
-public class JustAnalyzeMojo
-    extends AnalyzeMojo
-{
-
-}
+package org.apache.maven.plugin.dependency;
+
+/**
+ * This goal is the same as analyze except it won't call test-compile first. You must have
+ * already executed test-compile (or a later phase) to get accurate results.
+ * 
+ * @author <a href="mailto:brianf@apache.org">Brian Fox</a>
+ * @version $Id$
+ * @goal just-analyze
+ * @requiresDependencyResolution test
+ * @execute phase="validate"
+ * @since 2.0-alpha-5
+ */
+public class JustAnalyzeMojo
+    extends AnalyzeMojo
+{
+
+}

Propchange: maven/plugins/trunk/maven-dependency-plugin/src/main/java/org/apache/maven/plugin/dependency/JustAnalyzeMojo.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/plugins/trunk/maven-dependency-plugin/src/main/java/org/apache/maven/plugin/dependency/JustAnalyzeMojo.java
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Propchange: maven/plugins/trunk/maven-dependency-plugin/src/main/java/org/apache/maven/plugin/dependency/PurgeLocalRepositoryMojo.java
------------------------------------------------------------------------------
--- svn:keywords (original)
+++ svn:keywords Mon Jul  2 09:06:19 2007
@@ -1 +1 @@
-Author Date Id HeadURL Revision
+Author Date Id Revision