Declare module package

This commit is contained in:
Mikolaj Izdebski 2019-06-29 13:14:07 +02:00
parent 27cd1b1c14
commit a595f3eb5b

View File

@ -31,6 +31,7 @@ repositories and dependency resolution. Maven Artifact Resolver deals with the
specification of local repository, remote repository, developer workspaces, specification of local repository, remote repository, developer workspaces,
artifact transports and artifact resolution. artifact transports and artifact resolution.
%{?module_package}
%{?javadoc_package} %{?javadoc_package}
%prep %prep
@ -76,7 +77,7 @@ done
%install %install
%mvn_install %mvn_install
%files -f .mfiles %files -n %{?module_prefix}%{name} -f .mfiles
%license LICENSE NOTICE %license LICENSE NOTICE
%changelog %changelog