diff --git a/eclipse-license.spec b/eclipse-license.spec index addbbde..4c13e86 100644 --- a/eclipse-license.spec +++ b/eclipse-license.spec @@ -4,7 +4,7 @@ Name: eclipse-license Version: %{license_ver} -Release: 7%{?dist} +Release: 8%{?dist} Summary: Shared license feature for Eclipse License: EPL @@ -26,6 +26,9 @@ feature to avoid unnecessary duplication of license boiler plate. %prep %setup -q -n %{gittag} +# Don't package poms +%mvn_package "::pom::" __noinstall + %build %mvn_build -j @@ -36,6 +39,9 @@ feature to avoid unnecessary duplication of license boiler plate. %doc org.eclipse.license/epl-v10.html %changelog +* Tue Aug 25 2015 Mat Booth - 1.0.1-8 +- No need to package pom file + * Tue Jun 30 2015 Mat Booth - 1.0.1-7 - BR on eclipse-filesystem