Repository: logging-log4j2 Updated Branches: refs/heads/master 4ade2c83f -> ce31c6e55
Do not deploy the core-its jar Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/ce31c6e5 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/ce31c6e5 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/ce31c6e5 Branch: refs/heads/master Commit: ce31c6e5585ba60f1491fea8645be7c27c4ec0fe Parents: 4ade2c8 Author: Ralph Goers <[email protected]> Authored: Sun Sep 17 22:29:42 2017 -0700 Committer: Ralph Goers <[email protected]> Committed: Sun Sep 17 22:29:42 2017 -0700 ---------------------------------------------------------------------- log4j-core-its/pom.xml | 8 ++++++++ 1 file changed, 8 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/ce31c6e5/log4j-core-its/pom.xml ---------------------------------------------------------------------- diff --git a/log4j-core-its/pom.xml b/log4j-core-its/pom.xml index 623f0fb..01ef012 100644 --- a/log4j-core-its/pom.xml +++ b/log4j-core-its/pom.xml @@ -258,6 +258,14 @@ </groups> </configuration> </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-deploy-plugin</artifactId> + <version>2.8.2</version> + <configuration> + <skip>true</skip> + </configuration> + </plugin> </plugins> </build> </project>
