https://bugzilla.redhat.com/show_bug.cgi?id=1247243



--- Comment #13 from gil cattaneo <[email protected]> ---
e.g. these are really useless:
BuildRequires: jpackage-utils
BuildRequires: java-devel
are installed by default using maven-local

The Group: tag is unnecessary.
https://fedoraproject.org/wiki/Packaging:Guidelines#Tags_and_Sections

Requires:         jboss-logging
Requires:         tomcat >= 1:8
because "Requires" are handled by our java tools


%exclude %{libdir}/%{name}-container-tomcat8*
%exclude %{libdir}/%{name}-container-catalina*

%exclude %{_mavenpomdir}/JPP.%{name}-%{name}-container-tomcat8*
%exclude %{_mavendepmapfragdir}/JPP.%{name}-%{name}-container-tomcat8*
%exclude
%{_datadir}/maven-effective-poms/JPP.%{name}-%{name}-container-tomcat8*

must be use at least %mvn_package groupId:artifactId [SUB PAKAGE]
or adding "-s" option:
%mvn_build -s -f -- -PTC8
or
%mvn_build -sf -- -PTC8

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
_______________________________________________
package-review mailing list
[email protected]
https://lists.fedoraproject.org/admin/lists/[email protected]

Reply via email to