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

29 lines
828 B
Diff
Raw Normal View History

2011-09-08 12:31:03 +00:00
From 97ddab6cd1a948294176f851e37a48b5bc036c73 Mon Sep 17 00:00:00 2001
2010-12-03 14:38:46 +00:00
From: Stanislav Ochotnicky <sochotnicky@redhat.com>
2011-09-08 12:31:03 +00:00
Date: Tue, 30 Aug 2011 11:41:39 +0200
Subject: [PATCH 1/4] 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
2011-09-08 12:31:03 +00:00
index 8967754..0f72aa5 100644
2010-12-03 14:38:46 +00:00
--- a/maven-plugin-api/pom.xml
+++ b/maven-plugin-api/pom.xml
@@ -51,6 +51,11 @@ under the License.
2010-12-03 14:38:46 +00:00
<groupId>org.sonatype.sisu</groupId>
<artifactId>sisu-inject-plexus</artifactId>
</dependency>
+ <dependency>
+ <groupId>org.codehaus.plexus</groupId>
+ <artifactId>plexus-container-default</artifactId>
+ <version>latest</version>
+ </dependency>
2010-12-03 14:38:46 +00:00
</dependencies>
<build>
--
2011-09-08 12:31:03 +00:00
1.7.6
2010-12-03 14:38:46 +00:00