Update to latest upstream version
This commit is contained in:
parent
58379e9260
commit
971e94c71a
1
.gitignore
vendored
1
.gitignore
vendored
@ -6,3 +6,4 @@
|
||||
/18e.tar.gz
|
||||
/oss-parent-24.tar.gz
|
||||
/oss-parent-26.tar.gz
|
||||
/oss-parent-34.tar.gz
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
%global oname oss-parent
|
||||
Name: fasterxml-oss-parent
|
||||
Version: 26
|
||||
Release: 8%{?dist}
|
||||
Version: 34
|
||||
Release: 1%{?dist}
|
||||
Summary: FasterXML parent pom
|
||||
License: ASL 2.0
|
||||
URL: http://fasterxml.com/
|
||||
@ -26,12 +26,16 @@ This package contains the parent pom file for FasterXML.com projects.
|
||||
%prep
|
||||
%setup -q -n %{oname}-%{oname}-%{version}
|
||||
|
||||
%pom_remove_plugin org.sonatype.plugins:nexus-maven-plugin
|
||||
# Stuff unnecessary for RPM builds
|
||||
%pom_remove_plugin :maven-enforcer-plugin
|
||||
%pom_remove_plugin :maven-pmd-plugin
|
||||
%pom_remove_plugin :maven-scm-plugin
|
||||
%pom_remove_plugin org.codehaus.mojo:jdepend-maven-plugin
|
||||
%pom_remove_plugin org.codehaus.mojo:taglist-maven-plugin
|
||||
# org.kathrynhuxtable.maven.wagon:wagon-gitsite:0.3.1
|
||||
%pom_remove_plugin :maven-site-plugin
|
||||
%pom_remove_plugin :nexus-maven-plugin
|
||||
%pom_remove_plugin :jdepend-maven-plugin
|
||||
%pom_remove_plugin :taglist-maven-plugin
|
||||
%pom_xpath_remove "pom:build/pom:extensions"
|
||||
|
||||
# remove unavailable com.google.doclava doclava 1.0.3
|
||||
%pom_xpath_remove "pom:reporting/pom:plugins/pom:plugin[pom:artifactId='maven-javadoc-plugin']/pom:configuration"
|
||||
%pom_xpath_inject "pom:reporting/pom:plugins/pom:plugin[pom:artifactId='maven-javadoc-plugin']" '
|
||||
@ -39,11 +43,10 @@ This package contains the parent pom file for FasterXML.com projects.
|
||||
<encoding>UTF-8</encoding>
|
||||
<quiet>true</quiet>
|
||||
<source>${javac.src.version}</source>
|
||||
<additionalJOption>-J-Xmx1024m</additionalJOption>
|
||||
<maxmemory>${javadoc.maxmemory}</maxmemory>
|
||||
</configuration>'
|
||||
|
||||
%pom_remove_plugin :maven-enforcer-plugin
|
||||
%pom_remove_plugin :maven-site-plugin
|
||||
|
||||
%build
|
||||
%mvn_build -j
|
||||
|
||||
@ -55,6 +58,9 @@ This package contains the parent pom file for FasterXML.com projects.
|
||||
%license LICENSE NOTICE
|
||||
|
||||
%changelog
|
||||
* Wed Feb 20 2019 Mat Booth <mat.booth@redhat.com> - 34-1
|
||||
- Update to latest upstream version
|
||||
|
||||
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 26-8
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user