Declare module package

This commit is contained in:
Mikolaj Izdebski 2019-06-28 11:27:27 +02:00
parent 7413613fa6
commit fc175fb67e

View File

@ -33,6 +33,7 @@ reusable components for hibernate, form processing, jndi, i18n,
velocity, etc. Plexus also includes an application server which
is like a J2EE application server, without all the baggage.
%{?module_package}
%{?javadoc_package}
%prep
@ -66,7 +67,7 @@ cp %{SOURCE1} .
%install
%mvn_install
%files -f .mfiles
%files -n %{?module_prefix}%{name} -f .mfiles
%license NOTICE.txt LICENSE-2.0.txt
%changelog