From 734dd756e28046fcfc91584901dc1f34e195247e Mon Sep 17 00:00:00 2001 From: "Niels Erik G. Nielsen" Date: Thu, 6 Jun 2013 20:36:56 -0400 Subject: [PATCH] Experiments with pom --- pom.xml | 55 +++++++++++++++++++++++++++++++++++++++++++++++++------ 1 file changed, 49 insertions(+), 6 deletions(-) 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 -- 1.7.10.4