9667d78a30
- Enable tests again
29 lines
828 B
Diff
29 lines
828 B
Diff
From 8ded699d85fd30717fbdd09a9238f309386747db Mon Sep 17 00:00:00 2001
|
|
From: Stanislav Ochotnicky <sochotnicky@redhat.com>
|
|
Date: Tue, 12 Oct 2010 16:56:50 +0200
|
|
Subject: [PATCH 1/2] Add plugin-api deps
|
|
|
|
---
|
|
maven-plugin-api/pom.xml | 5 +++++
|
|
1 files changed, 5 insertions(+), 0 deletions(-)
|
|
|
|
diff --git a/maven-plugin-api/pom.xml b/maven-plugin-api/pom.xml
|
|
index 621f8d6..ca98242 100644
|
|
--- a/maven-plugin-api/pom.xml
|
|
+++ b/maven-plugin-api/pom.xml
|
|
@@ -51,6 +51,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>
|
|
+ <version>latest</version>
|
|
+ </dependency>
|
|
</dependencies>
|
|
|
|
<build>
|
|
--
|
|
1.7.4
|
|
|