Repository: wicket Updated Branches: refs/heads/wicket-6.x 3b0b2f203 -> aa23b87ee
Fix non-upload of deploy plugin Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/21c0a3d2 Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/21c0a3d2 Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/21c0a3d2 Branch: refs/heads/wicket-6.x Commit: 21c0a3d2c54e7a55600e45dbf338230a2f8edf7a Parents: 3b0b2f2 Author: Martijn Dashorst <[email protected]> Authored: Mon Aug 25 08:17:29 2014 +0200 Committer: Martijn Dashorst <[email protected]> Committed: Fri Aug 29 09:46:08 2014 +0200 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/wicket/blob/21c0a3d2/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 2e4014f..5a3b5b5 100644 --- a/pom.xml +++ b/pom.xml @@ -602,7 +602,7 @@ <version>2.8.1</version> <configuration> <retryFailedDeploymentCount>10</retryFailedDeploymentCount> - <deployAtEnd>true</deployAtEnd> + <deployAtEnd>false</deployAtEnd> </configuration> </plugin> <plugin>
