X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=pom.xml;h=85a0f24bb6ee1ded75d4a31fdae339da2427a46d;hb=499264a3ac955aafd1a9c3a0f280ec9a9bcdcfd0;hp=4a9a8b45f4d4265034f1a2912d337eead103d5b5;hpb=801fbed2d559e224160d473e0860dd765354569f;p=mkjsf-moved-to-github.git diff --git a/pom.xml b/pom.xml index 4a9a8b4..85a0f24 100644 --- a/pom.xml +++ b/pom.xml @@ -2,10 +2,10 @@ 4.0.0 com.indexdata mkjsf - 0.0.1-SNAPSHOT - mkjsf + 0.0.7-SNAPSHOT + MasterKey JSF jar - Components for building Pazpar2 application using JSF + MKJSF - JavaServer Faces library for MasterKey javax @@ -14,7 +14,7 @@ provided - + org.glassfish javax.faces @@ -24,26 +24,37 @@ javax.servlet.jsp.jstl javax.servlet.jsp.jstl-api 1.2.1 - - + org.jboss.weld.servlet weld-servlet 1.1.10.Final - + + + + + org.apache.myfaces.tomahawk + tomahawk20 + 1.1.10 + + + commons-io + commons-io + 2.1 + org.apache.httpcomponents httpclient 4.2.3 - - + + + com.indexdata masterkey-common - 0.1.10-SNAPSHOT + 0.1.10 - target target/classes @@ -54,6 +65,7 @@ main/ *.java + META-INF/beans.xml @@ -69,6 +81,117 @@ 1.6 + + org.apache.maven.plugins + maven-release-plugin + 2.2.2 + + clean verify + production + v@{project.version} + false + true + + + + org.apache.maven.plugins + maven-jar-plugin + 2.2 + + ${env} + + + + + + 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/project/ + + + + + id-maven-repo + http://maven.indexdata.com + + + + scm:git:ssh://git.indexdata.com:222/home/git/pub/mkjsf + http://gitid.indexdata.com/?p=mkjsf.git + + + + + UTF-8 + + + + + + default + + true + + + + + + + + + + META-INF + src/main/resources/tomcat + + beans.xml + + + + + + + + + as + + as + + + + + + + META-INF + src/main/resources/as + + beans.xml + + + + + + \ No newline at end of file