Deploy configuration added
Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/7750c237 Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/7750c237 Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/7750c237 Branch: refs/heads/master Commit: 7750c2371dc748264d12a261d5dfd14b4faf92a4 Parents: c0d8e73 Author: Martijn Dashorst <[email protected]> Authored: Sun Aug 24 21:26:02 2014 +0200 Committer: Martijn Dashorst <[email protected]> Committed: Sun Aug 24 21:26:02 2014 +0200 ---------------------------------------------------------------------- pom.xml | 8 ++++++++ 1 file changed, 8 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/wicket/blob/7750c237/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 8fdafd8..9bfd220 100644 --- a/pom.xml +++ b/pom.xml @@ -651,6 +651,14 @@ <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-deploy-plugin</artifactId> + <version>2.8.1</version> + <configuration> + <retryFailedDeploymentCount>10</retryFailedDeploymentCount> + </configuration> + </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-install-plugin</artifactId> <version>2.5.1</version> </plugin>
