Accepting request 752791 from Java:packages
Don't depend on test dependencies for build OBS-URL: https://build.opensuse.org/request/show/752791 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/maven-compiler-plugin?expand=0&rev=4
This commit is contained in:
commit
e097b40996
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 29 10:50:57 UTC 2019 - Fridrich Strba <fstrba@suse.com>
|
||||
|
||||
- Remove all dependencies with scope test, since we are disabling
|
||||
tests
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 25 16:53:16 UTC 2019 - Fridrich Strba <fstrba@suse.com>
|
||||
|
||||
|
@ -52,7 +52,6 @@ BuildRequires: ant
|
||||
%else
|
||||
Name: %{base_name}
|
||||
BuildRequires: xmvn
|
||||
BuildRequires: mvn(org.apache.maven.plugin-testing:maven-plugin-testing-harness)
|
||||
BuildRequires: mvn(org.apache.maven.plugins:maven-compiler-plugin)
|
||||
BuildRequires: mvn(org.apache.maven.plugins:maven-jar-plugin)
|
||||
BuildRequires: mvn(org.apache.maven.plugins:maven-javadoc-plugin)
|
||||
@ -60,7 +59,6 @@ BuildRequires: mvn(org.apache.maven.plugins:maven-plugin-plugin)
|
||||
BuildRequires: mvn(org.apache.maven.plugins:maven-resources-plugin)
|
||||
BuildRequires: mvn(org.apache.maven.plugins:maven-surefire-plugin)
|
||||
BuildRequires: mvn(org.codehaus.plexus:plexus-component-metadata)
|
||||
BuildRequires: mvn(org.mockito:mockito-core)
|
||||
Obsoletes: %{base_name}-bootstrap
|
||||
#!BuildRequires: maven-compiler-plugin-bootstrap
|
||||
#!BuildRequires: maven-jar-plugin-bootstrap
|
||||
@ -90,6 +88,8 @@ cp %{SOURCE1} build.xml
|
||||
%endif
|
||||
%patch1 -p1
|
||||
|
||||
%pom_remove_dep :::test
|
||||
|
||||
%build
|
||||
%if %{with bootstrap}
|
||||
mkdir -p lib
|
||||
|
Loading…
x
Reference in New Issue
Block a user