Remove site-plugin from build
This commit is contained in:
parent
3fc689d4c6
commit
b29dd4aabf
@ -1,6 +1,6 @@
|
||||
Name: maven-plugin-testing
|
||||
Version: 3.3.0
|
||||
Release: 7%{?dist}
|
||||
Release: 8%{?dist}
|
||||
Summary: Maven Plugin Testing
|
||||
License: ASL 2.0
|
||||
URL: http://maven.apache.org/plugin-testing/
|
||||
@ -20,7 +20,6 @@ BuildRequires: mvn(org.apache.maven:maven-core)
|
||||
BuildRequires: mvn(org.apache.maven:maven-model)
|
||||
BuildRequires: mvn(org.apache.maven:maven-parent:pom:)
|
||||
BuildRequires: mvn(org.apache.maven:maven-plugin-api)
|
||||
BuildRequires: mvn(org.apache.maven.plugins:maven-site-plugin)
|
||||
BuildRequires: mvn(org.apache.maven.plugins:maven-source-plugin)
|
||||
BuildRequires: mvn(org.apache.maven.shared:maven-invoker)
|
||||
BuildRequires: mvn(org.apache.maven.wagon:wagon-file)
|
||||
@ -67,6 +66,7 @@ Framework to test Maven Plugins with Easymock objects.
|
||||
%patch1 -p1
|
||||
|
||||
%pom_remove_plugin :maven-enforcer-plugin
|
||||
%pom_remove_plugin :maven-site-plugin
|
||||
|
||||
sed -i -e "s/MockControl/IMocksControl/g" maven-test-tools/src/main/java/org/apache/maven/shared/tools/easymock/MockManager.java
|
||||
|
||||
@ -90,6 +90,9 @@ rm maven-plugin-testing-tools/src/test/java/org/apache/maven/shared/test/plugin/
|
||||
%doc LICENSE NOTICE
|
||||
|
||||
%changelog
|
||||
* Thu Feb 02 2017 Michael Simacek <msimacek@redhat.com> - 3.3.0-8
|
||||
- Remove site-plugin from build
|
||||
|
||||
* Thu Jun 02 2016 Michael Simacek <msimacek@redhat.com> - 3.3.0-7
|
||||
- Remove network using test
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user