Fridrich Strba 2018-10-29 13:46:09 +00:00 committed by Git OBS Bridge
parent ab3f820e0f
commit 358528bb98
2 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Oct 29 13:45:46 UTC 2018 - Fridrich Strba <fstrba@suse.com>
- Add aliases to the maven artifact
-------------------------------------------------------------------
Wed Jun 13 15:39:52 UTC 2018 - fstrba@suse.com

View File

@ -12,7 +12,7 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
@ -78,7 +78,8 @@ cp -r docs %{buildroot}%{_javadocdir}/%{name}
#maven pom
mkdir -p %{buildroot}%{_mavenpomdir}
cp %{SOURCE1} %{buildroot}%{_mavenpomdir}/JPP-%{name}.pom
%add_maven_depmap JPP-%{name}.pom %{name}.jar
%add_maven_depmap JPP-%{name}.pom %{name}.jar \
-a net.sf.cglib:cglib,cglib:cglib-full,cglib:cglib-nodep,org.sonatype.sisu.inject:cglib"
%files
%doc LICENSE NOTICE