Fridrich Strba 2019-11-11 11:28:27 +00:00 committed by Git OBS Bridge
parent 8988d6d2a3
commit eac7a2786b
2 changed files with 4 additions and 0 deletions

View File

@ -3,6 +3,8 @@ Mon Nov 11 11:22:34 UTC 2019 - Fridrich Strba <fstrba@suse.com>
- Add alias to the maven artifact
- Clean-up the spec file
- Remove reference to the parent pom, since we don't build with
maven
-------------------------------------------------------------------
Tue May 15 12:56:51 UTC 2018 - fstrba@suse.com

View File

@ -47,6 +47,8 @@ This package contains the API documentation for %{name}.
%setup -q -n %{short_name}3-%{version}-src
%patch0 -p1
%pom_remove_parent .
%build
export CLASSPATH=$(build-classpath ant-junit junit)
ant -Dant.build.javac.source=8 -Dcompile.source=8 \