Fridrich Strba 2018-12-18 08:53:10 +00:00 committed by Git OBS Bridge
parent 5e9c2c72e2
commit c4e270d1fa

View File

@ -47,7 +47,13 @@ install -d -m 755 %{buildroot}%{_mavenpomdir}
install -m 644 pom.xml %{buildroot}%{_mavenpomdir}/%{name}-%{version}.pom
%add_maven_depmap %{name}-%{version}.pom
%files -f .mfiles
%files
%license LICENSE
%{_mavenpomdir}/*
%if %{defined _maven_repository}
%{_mavendepmapfragdir}/%{name}
%else
%{_datadir}/maven-metadata/%{name}.xml*
%endif
%changelog