From 9789bd3541ebd148042f092816e25ab6622c2f01 Mon Sep 17 00:00:00 2001 From: Rogiel Date: Wed, 18 Jan 2012 17:22:44 -0200 Subject: [PATCH] Adds site deploying information to pom.xml --- pom.xml | 45 +++++++++++++++++++++++++++------------------ 1 file changed, 27 insertions(+), 18 deletions(-) diff --git a/pom.xml b/pom.xml index 48e0e41..70f7a4b 100644 --- a/pom.xml +++ b/pom.xml @@ -9,7 +9,7 @@ HttpChannel Library capable of downloading and uploading files from free servers using channels. - http://httpchannel.rogiel.com/ + http://httpchannel.github.com/ UTF-8 @@ -128,7 +128,7 @@ maven-site-plugin 3.0 - true + true UTF-8 @@ -167,22 +167,23 @@ - - - - - - - - - - - - - - - - + + com.github.github + site-maven-plugin + 0.4 + + seedbox + httpchannel.github.com + + + + site-deploy + + site + + + + com.github.github downloads-maven-plugin @@ -200,6 +201,14 @@ + + org.apache.maven.plugins + maven-release-plugin + 2.2.2 + + true + +