From 05d8269b590c972deb8c3441d1c454ee37e53f33 Mon Sep 17 00:00:00 2001 From: Mat Booth Date: Aug 25 2015 11:49:38 +0000 Subject: No need to package pom file --- 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