maven/0001-Add-plugin-api-deps.patch

29 lines
823 B
Diff
Raw Normal View History

2012-01-31 13:11:08 +00:00
From d0dbdcde31414336340a5089fecf4f93cb5125ad Mon Sep 17 00:00:00 2001
2010-12-03 14:38:46 +00:00
From: Stanislav Ochotnicky <sochotnicky@redhat.com>
2012-01-31 13:11:08 +00:00
Date: Tue, 12 Oct 2010 16:56:50 +0200
Subject: [PATCH 1/6] Add plugin-api deps
2010-12-03 14:38:46 +00:00
---
maven-plugin-api/pom.xml | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
2010-12-03 14:38:46 +00:00
diff --git a/maven-plugin-api/pom.xml b/maven-plugin-api/pom.xml
2012-01-31 13:11:08 +00:00
index abc2065..efea352 100644
2010-12-03 14:38:46 +00:00
--- a/maven-plugin-api/pom.xml
+++ b/maven-plugin-api/pom.xml
2012-01-31 13:11:08 +00:00
@@ -52,6 +52,11 @@ under the License.
<groupId>org.sonatype.sisu</groupId>
<artifactId>sisu-inject-plexus</artifactId>
</dependency>
+ <dependency>
+ <groupId>org.codehaus.plexus</groupId>
+ <artifactId>plexus-container-default</artifactId>
2012-01-31 13:11:08 +00:00
+ <version>1.0.0</version>
+ </dependency>
2012-01-31 13:11:08 +00:00
</dependencies>
<build>
2010-12-03 14:38:46 +00:00
--
2012-01-31 13:11:08 +00:00
1.7.7.6
2010-12-03 14:38:46 +00:00