[maven-shade-plugin/test-update] Patch which fixes the dependency to maven-artifact-manager

Pierre-YvesChibon pingou at fedoraproject.org
Thu Oct 14 14:12:10 UTC 2010


commit 9cdb0fb044759027876fd2db2faa37e5b901b789
Author: pingou <pingou at pingoured.fr>
Date:   Thu Oct 14 16:10:05 2010 +0200

    Patch which fixes the dependency to maven-artifact-manager

 pom.xml.maven-artifact-manager.patch |   15 +++++++++++++++
 1 files changed, 15 insertions(+), 0 deletions(-)
---
diff --git a/pom.xml.maven-artifact-manager.patch b/pom.xml.maven-artifact-manager.patch
new file mode 100644
index 0000000..edd1597
--- /dev/null
+++ b/pom.xml.maven-artifact-manager.patch
@@ -0,0 +1,15 @@
+--- pom.xml-orig	2010-10-14 15:48:17.996790048 +0200
++++ pom.xml	2010-10-14 15:48:59.436790527 +0200
+@@ -79,6 +79,12 @@
+       <artifactId>maven-artifact</artifactId>
+       <version>${mavenVersion}</version>
+     </dependency>
++    <dependency>
++      <groupId>org.apache.maven</groupId>
++      <artifactId>maven-artifact-manager</artifactId>
++      <version>${mavenVersion}</version>
++    </dependency>
++
+ 
+     <!-- Plexus -->
+     <dependency>


More information about the scm-commits mailing list