From 2ff24d80af256249a30024f91582cb5bcf3aced0 Mon Sep 17 00:00:00 2001 From: Rogiel Date: Tue, 17 Jan 2012 21:08:09 -0200 Subject: [PATCH] Adds GitHub downloads deploying --- pom.xml | 77 ++++++++++++++++++++++++++++++++++++++++++--------------- 1 file changed, 57 insertions(+), 20 deletions(-) diff --git a/pom.xml b/pom.xml index 17399e8..5f49efd 100644 --- a/pom.xml +++ b/pom.xml @@ -104,13 +104,6 @@ false - - - org.apache.maven.wagon - wagon-ssh - 2.1 - - com.github.github @@ -155,6 +148,16 @@ UTF-8 + + org.apache.maven.plugins + maven-project-info-reports-plugin + 2.4 + + scm:git@github.com:torrent4j/torrent4j.git + scm:git://github.com/torrent4j/torrent4j.git + https://github.com/torrent4j/torrent4j/tree/master/ + + org.apache.maven.plugins maven-changelog-plugin @@ -174,13 +177,6 @@ - - - org.apache.maven.wagon - wagon-ssh - 2.1 - - com.github.github @@ -200,14 +196,55 @@ + + com.github.github + downloads-maven-plugin + 0.4 + + torrent4j + torrent4j + + + + deploy + + upload + + + + - - - - - - + + + + release-sign-artifacts + + + performRelease + true + + + + + + org.apache.maven.plugins + maven-gpg-plugin + 1.4 + + + sign-artifacts + verify + + sign + + + + + + + +