Repository: logging-log4j2 Updated Branches: refs/heads/master 0cbca29e6 -> 457f2262e
log4j-api deployment shouldn't be skipped Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/457f2262 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/457f2262 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/457f2262 Branch: refs/heads/master Commit: 457f2262ed10f53ce6c4e6857d092fa825e1f803 Parents: 0cbca29 Author: Ralph Goers <[email protected]> Authored: Mon Jun 19 21:10:45 2017 -0700 Committer: Ralph Goers <[email protected]> Committed: Mon Jun 19 21:10:53 2017 -0700 ---------------------------------------------------------------------- log4j-api/pom.xml | 3 --- 1 file changed, 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/457f2262/log4j-api/pom.xml ---------------------------------------------------------------------- diff --git a/log4j-api/pom.xml b/log4j-api/pom.xml index 26ccd4d..fcdc136 100644 --- a/log4j-api/pom.xml +++ b/log4j-api/pom.xml @@ -219,9 +219,6 @@ <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-deploy-plugin</artifactId> <version>2.8.2</version> - <configuration> - <skip>true</skip> - </configuration> </plugin> </plugins> </build>
