netty/0005-Remove-eclipse-plugin....

33 lines
878 B
Diff

From 709d4e6424139863289fad36c7cc88c6a2949f03 Mon Sep 17 00:00:00 2001
From: Stanislav Ochotnicky <sochotnicky@redhat.com>
Date: Wed, 18 Apr 2012 18:30:33 +0200
Subject: [PATCH 5/5] Remove eclipse plugin
---
pom.xml | 9 ---------
1 files changed, 0 insertions(+), 9 deletions(-)
diff --git a/pom.xml b/pom.xml
index 443b4c8..713c1a2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -424,15 +424,6 @@
<arguments>-Prelease</arguments>
</configuration>
</plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-eclipse-plugin</artifactId>
- <version>2.8</version>
- <configuration>
- <downloadSources>true</downloadSources>
- <addVersionToProjectName>true</addVersionToProjectName>
- </configuration>
- </plugin>
</plugins>
</build>
</project>
--
1.7.7.6