Declare module package
This commit is contained in:
parent
1a3c171dc4
commit
8c87c1a0e3
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user