Declare module package

This commit is contained in:
Mikolaj Izdebski 2019-06-28 11:19:29 +02:00
parent 1a3c171dc4
commit 8c87c1a0e3

View File

@ -30,6 +30,7 @@ loading of components or otherwise represent a 'container'
can benefit from the classloading control provided by
classworlds.
%{?module_package}
%{?javadoc_package}
%prep
@ -43,7 +44,7 @@ classworlds.
%install
%mvn_install
%files -f .mfiles
%files -n %{?module_prefix}%{name} -f .mfiles
%license LICENSE.txt LICENSE-2.0.txt
%changelog