From 2fdcd680b641ee072acd0a1969a8922346eda84f Mon Sep 17 00:00:00 2001 From: imod Date: Sat, 15 Jan 2011 16:57:15 +0100 Subject: [PATCH] change pom to support git --- pom.xml | 74 +++++++++++++++++++++++++++++++++++++++++++++------------ 1 file changed, 59 insertions(+), 15 deletions(-) diff --git a/pom.xml b/pom.xml index e600c8f..77c5b8b 100644 --- a/pom.xml +++ b/pom.xml @@ -1,16 +1,60 @@ - - 4.0.0 - - org.jvnet.hudson.plugins - plugin - 1.330 - ../pom.xml - - - script-realm - 1.3-SNAPSHOT - hpi - Security Realm by custom script - Supports authentication by exeuting a custom script, to resolve groups for a user, a second script can be defined. - http://wiki.hudson-ci.org/display/HUDSON/Script+Security+Realm + + 4.0.0 + + org.jvnet.hudson.plugins + plugin + 1.330 + ../pom.xml + + + script-realm + 1.3-SNAPSHOT + hpi + Security Realm by custom script + Supports authentication by exeuting a custom script, to resolve groups for a user, a second script can be defined. + http://wiki.hudson-ci.org/display/HUDSON/Script+Security+Realm + + UTF-8 + + + + + org.apache.maven.plugins + maven-release-plugin + 2.0 + + + org.apache.maven.scm + maven-scm-provider-gitexe + 1.3 + + + + + + + + + + + + + + scm:git:git://github.com/imdo/script-realm-plugin.git + scm:git:git@github.com:imdo/script-realm-plugin.git + http://github.com/imdo/script-realm-plugin + + + + java.net-m2-repository + http://dummy.maven.hudson-labs.org:8081/content/repositories/releases/ + + + + + local.repository + file:. + +