Declare module package
This commit is contained in:
parent
27cd1b1c14
commit
a595f3eb5b
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user