[maven-jsf-plugin] Remove wagon-ssh-external extension

Michal Srb msrb at fedoraproject.org
Thu Mar 6 12:20:17 UTC 2014


commit 0f3b0791c3c4f652e9e3416e8828b44923d8c53b
Author: Michal Srb <msrb at redhat.com>
Date:   Thu Mar 6 13:19:41 2014 +0100

    Remove wagon-ssh-external extension

 maven-jsf-plugin.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/maven-jsf-plugin.spec b/maven-jsf-plugin.spec
index 50f677f..7ecc7a8 100644
--- a/maven-jsf-plugin.spec
+++ b/maven-jsf-plugin.spec
@@ -1,6 +1,6 @@
 Name:           maven-jsf-plugin
 Version:        1.3.0
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        Maven plugin for generating tlds, jsp tag sources and others
 
 License:        ASL 2.0
@@ -28,6 +28,8 @@ This package contains the API documentation for %{name}.
 %prep
 %setup -q
 
+%pom_xpath_remove "pom:extension[pom:artifactId[text()='wagon-ssh-external']]"
+
 cp %{SOURCE1} LICENSE
 
 %build
@@ -44,6 +46,9 @@ cp %{SOURCE1} LICENSE
 %doc LICENSE
 
 %changelog
+* Thu Mar 06 2014 Michal Srb <msrb at redhat.com> - 1.3.0-4
+- Remove wagon-ssh-external extension
+
 * Tue Mar 04 2014 Stanislav Ochotnicky <sochotnicky at redhat.com> - 1.3.0-3
 - Use Requires: java-headless rebuild (#1067528)
 


More information about the scm-commits mailing list