fd387fc
From a725a6c0a74429c490affd351189673646d7ffec Mon Sep 17 00:00:00 2001
fd387fc
From: Stanislav Ochotnicky <sochotnicky@redhat.com>
fd387fc
Date: Mon, 17 May 2010 13:53:18 +0200
fd387fc
Subject: [PATCH 04/10] Remove mvn-release-plugin
fd387fc
fd387fc
for now this is included in current mvn in Fedora. Remove once
fd387fc
release-plugin is separate
fd387fc
---
fd387fc
 pom.xml |   11 -----------
fd387fc
 1 files changed, 0 insertions(+), 11 deletions(-)
fd387fc
fd387fc
diff --git a/pom.xml b/pom.xml
fd387fc
index ae0d95e..f98a700 100644
fd387fc
--- a/pom.xml
fd387fc
+++ b/pom.xml
fd387fc
@@ -351,17 +351,6 @@ target platform and specify -Dntdll_target=msbuild on the mvn command line.
fd387fc
         </executions>
fd387fc
       </plugin>
fd387fc
       <plugin>
fd387fc
-        <artifactId>maven-release-plugin</artifactId>
fd387fc
-        <version>2.0-beta-9</version>
fd387fc
-        
fd387fc
-          Bug MRELEASE-273 has been throwing NPE during release:perform,
fd387fc
-          typically after deploy so this places it last.
fd387fc
-        -->
fd387fc
-        <configuration>
fd387fc
-          <goals>package site-deploy assembly:attached deploy</goals>
fd387fc
-        </configuration>
fd387fc
-      </plugin>
fd387fc
-      <plugin>
fd387fc
         <artifactId>maven-source-plugin</artifactId>
fd387fc
         <version>2.1.1</version>
fd387fc
         <executions>
fd387fc
-- 
fd387fc
1.6.6.1
fd387fc