Fridrich Strba 2019-02-06 07:01:24 +00:00 committed by Git OBS Bridge
parent dddd94c69a
commit 2e5a6fe588

View File

@ -43,9 +43,9 @@ cp -p %{SOURCE1} LICENSE
%install
# pom
install -d -m 755 %{buildroot}%{_mavenpomdir}
install -m 644 pom.xml %{buildroot}%{_mavenpomdir}/%{name}-%{version}.pom
%add_maven_depmap %{name}-%{version}.pom
install -d -m 755 %{buildroot}%{_mavenpomdir}/%{name}
install -m 644 pom.xml %{buildroot}%{_mavenpomdir}/%{name}/oss-parent.pom
%add_maven_depmap %{name}/oss-parent.pom
%files -f .mfiles
%license LICENSE