Remove wagon deps
This commit is contained in:
parent
99496a09fa
commit
9d66422fe9
1 changed files with 7 additions and 1 deletions
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
Name: %{short_name}-project
|
||||
Version: 1.8.1
|
||||
Release: 5%{?dist}
|
||||
Release: 6%{?dist}
|
||||
Summary: Main project POM files and resources
|
||||
License: ASL 2.0
|
||||
Group: Development/Libraries
|
||||
|
|
@ -27,6 +27,9 @@ Main project POM files and resources for Apache James project
|
|||
# generates erroneous runtime dependency
|
||||
%pom_remove_plugin :maven-doap-plugin
|
||||
|
||||
%pom_xpath_remove "pom:extension[pom:artifactId[text()='wagon-ssh-external']]"
|
||||
%pom_xpath_remove "pom:dependency[pom:artifactId[text()='wagon-ssh']]"
|
||||
|
||||
%build
|
||||
%mvn_build
|
||||
|
||||
|
|
@ -37,6 +40,9 @@ Main project POM files and resources for Apache James project
|
|||
%doc LICENSE NOTICE
|
||||
|
||||
%changelog
|
||||
* Thu Mar 06 2014 Michal Srb <msrb@redhat.com> - 1.8.1-6
|
||||
- Remove wagon deps
|
||||
|
||||
* Fri Aug 02 2013 Michal Srb <msrb@redhat.com> - 1.8.1-5
|
||||
- Add create-tarball.sh script to SRPM
|
||||
|
||||
|
|
|
|||
Reference in a new issue