From: Niels Erik G. Nielsen Date: Fri, 7 Jun 2013 00:36:56 +0000 (-0400) Subject: Experiments with pom X-Git-Tag: v0.0.7~50 X-Git-Url: http://lists.indexdata.com/cgi-bin?a=commitdiff_plain;h=734dd756e28046fcfc91584901dc1f34e195247e;p=mkjsf-moved-to-github.git Experiments with pom --- diff --git a/pom.xml b/pom.xml index b426c28..f85a289 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ 0.0.1-SNAPSHOT MasterKey JSF jar - Components for building Pazpar2 applications in JavaServer Faces + MKJSF - JavaServer Faces library for MasterKey javax @@ -46,16 +46,13 @@ commons-io commons-io 2.1 - - - + com.indexdata masterkey-common - 0.1.10-SNAPSHOT + 0.1.10 - target target/classes @@ -81,6 +78,52 @@ 1.6 + + org.apache.maven.plugins + maven-release-plugin + 2.2.2 + + clean verify + production + v@{project.version} + false + true + + + + + org.apache.maven.wagon + wagon-ssh + 1.0-beta-6 + + + org.apache.maven.wagon + wagon-ssh-external + 2.2 + + + + + false + id-maven-repo + Index Data Maven Repository + scp://maven.indexdata.com:222/var/www/maven/repository + + + id-website + scpexe://www.indexdata.com/var/www/software/mkjsf/ + + + + + id-maven-repo + http://maven.indexdata.com + + + + UTF-8 + + \ No newline at end of file