[SUREFIRE-1485] surefire-shadefire project should not be deployed in Maven Central
Project: http://git-wip-us.apache.org/repos/asf/maven-surefire/repo Commit: http://git-wip-us.apache.org/repos/asf/maven-surefire/commit/773f3eb0 Tree: http://git-wip-us.apache.org/repos/asf/maven-surefire/tree/773f3eb0 Diff: http://git-wip-us.apache.org/repos/asf/maven-surefire/diff/773f3eb0 Branch: refs/heads/master Commit: 773f3eb0510fc18ef131b2ccc5f9a627266b36e5 Parents: 63e0aa4 Author: Tibor17 <tibordig...@apache.org> Authored: Fri Mar 2 23:29:05 2018 +0100 Committer: Tibor17 <tibordig...@apache.org> Committed: Fri Mar 2 23:29:05 2018 +0100 ---------------------------------------------------------------------- surefire-shadefire/pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/773f3eb0/surefire-shadefire/pom.xml ---------------------------------------------------------------------- diff --git a/surefire-shadefire/pom.xml b/surefire-shadefire/pom.xml index e662409..f574613 100644 --- a/surefire-shadefire/pom.xml +++ b/surefire-shadefire/pom.xml @@ -98,6 +98,12 @@ <skip>true</skip> </configuration> </plugin> + <plugin> + <artifactId>maven-deploy-plugin</artifactId> + <configuration> + <skip>true</skip> + </configuration> + </plugin> </plugins> </build>