%{?_javapackages_macros:%_javapackages_macros} %global oname oss-parent Name: fasterxml-oss-parent Version: 16 Release: 2.4 Group: Development/Java Summary: FasterXML parent pom # pom file licenses ASL 2.0 and LGPL 2.1 License: ASL 2.0 and LGPLv2+ URL: http://fasterxml.com/ Source0: https://github.com/FasterXML/oss-parent/archive/oss-parent-%{version}.tar.gz BuildRequires: maven-local BuildRequires: maven-enforcer-plugin BuildRequires: maven-plugin-build-helper BuildRequires: maven-plugin-bundle BuildRequires: maven-site-plugin BuildArch: noarch %description FasterXML is the business behind the Woodstox streaming XML parser, Jackson streaming JSON parser, the Aalto non-blocking XML parser, and a growing family of utility libraries and extensions. FasterXML offers consulting services for adoption, performance tuning, and extension. 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 %pom_remove_plugin org.codehaus.mojo:jdepend-maven-plugin %pom_remove_plugin org.codehaus.mojo:taglist-maven-plugin # remove unavailable com.google.doclava doclava 1.0.3 %pom_xpath_remove "pom:build/pom:extensions/pom:extension[pom:artifactId='wagon-gitsite']" %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']" ' UTF-8 true ${javac.src.version} ' %build %mvn_build %install %mvn_install %files -f .mfiles %doc LICENSE NOTICE README.creole %changelog * Wed Jul 02 2014 gil cattaneo 16-2 - remove com.google.code.maven-replacer-plugin:replacer references * Wed Jul 02 2014 gil cattaneo 16-1 - update to 16 * Sat Jun 07 2014 Fedora Release Engineering - 11-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild * Wed May 28 2014 Mikolaj Izdebski - 11-3 - Rebuild to regenerate Maven auto-requires * Sat Aug 03 2013 Fedora Release Engineering - 11-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild * Tue Jul 16 2013 gil cattaneo 11-1 - update to 11 * Sat Jul 06 2013 gil cattaneo 10-2 - switch to XMvn - minor changes to adapt to current guideline * Tue May 07 2013 gil cattaneo 10-1 - update to 10 * Wed Feb 13 2013 Fedora Release Engineering - 4-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild * Wed Feb 06 2013 Java SIG - 4-2 - Update for https://fedoraproject.org/wiki/Fedora_19_Maven_Rebuild - Replace maven BuildRequires with maven-local * Wed Oct 24 2012 gil cattaneo 4-1 - update to 4 * Thu Sep 13 2012 gil cattaneo 3-1 - initial rpm