From 2d5b5a47b8b4eccaa053261728b438966bf6c44f Mon Sep 17 00:00:00 2001
From: Stanislav Ochotnicky <sochotnicky@redhat.com>
Date: Wed, 18 Apr 2012 18:24:31 +0200
Subject: [PATCH 4/4] Remove eclipse plugin
---
pom.xml | 10 ----------
1 files changed, 0 insertions(+), 10 deletions(-)
diff --git a/pom.xml b/pom.xml
index dfad938..40cab61 100644
--- a/pom.xml
+++ b/pom.xml
@@ -132,16 +132,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-eclipse-plugin</artifactId>
- <version>2.5.1</version>
- <configuration>
- <downloadSources>true</downloadSources>
- <downloadJavadocs>true</downloadJavadocs>
- </configuration>
- </plugin>
-
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.4.3</version>
<configuration>
--
1.7.7.6