diff --git a/maven-reporting-impl.spec b/maven-reporting-impl.spec index b2f0915..ef825c7 100644 --- a/maven-reporting-impl.spec +++ b/maven-reporting-impl.spec @@ -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 - 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 - 3.0.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild