Remove build-dependency on maven-invoker-plugin
This commit is contained in:
parent
c5b2a0d2de
commit
e2ab3b065f
@ -18,7 +18,6 @@ BuildRequires: mvn(org.apache.maven.doxia:doxia-sink-api)
|
||||
BuildRequires: mvn(org.apache.maven.doxia:doxia-site-renderer)
|
||||
BuildRequires: mvn(org.apache.maven:maven-core)
|
||||
BuildRequires: mvn(org.apache.maven:maven-plugin-api)
|
||||
BuildRequires: mvn(org.apache.maven.plugins:maven-invoker-plugin)
|
||||
BuildRequires: mvn(org.apache.maven.plugin-tools:maven-plugin-annotations)
|
||||
BuildRequires: mvn(org.apache.maven.reporting:maven-reporting-api)
|
||||
BuildRequires: mvn(org.apache.maven.shared:maven-shared-components:pom:)
|
||||
@ -43,10 +42,12 @@ API documentation for %{name}.
|
||||
%setup -q
|
||||
%patch0 -p1
|
||||
|
||||
%build
|
||||
# integration tests try to download stuff from the internet
|
||||
# and therefore they don't work in Koji
|
||||
%mvn_build -- -Dinvoker.skip=true
|
||||
%pom_remove_plugin :maven-invoker-plugin
|
||||
|
||||
%build
|
||||
%mvn_build
|
||||
|
||||
%install
|
||||
%mvn_install
|
||||
@ -61,6 +62,7 @@ API documentation for %{name}.
|
||||
* Tue Jul 17 2018 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.0.0-4
|
||||
- Remove legacy obsoletes/provides
|
||||
- Remove dependency on junit-addons
|
||||
- Remove build-dependency on maven-invoker-plugin
|
||||
|
||||
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.0-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||
|
||||
Loading…
Reference in New Issue
Block a user