From 38953ce4c767428270ae41ad968b774b5c145dc3 Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Tue, 23 Oct 2012 23:54:08 +0200 Subject: o Preparing for deployment to central. --- .gitignore | 2 ++ pom.xml | 49 +++++++++-------------------------- src/main/unix/files/root/etc/app.conf | 6 +++++ 3 files changed, 20 insertions(+), 37 deletions(-) diff --git a/.gitignore b/.gitignore index a750dc8..7cc2f5a 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,5 @@ target .idea .project .classpath +*.releaseBackup +release.properties diff --git a/pom.xml b/pom.xml index 2a40ed6..daf17cc 100644 --- a/pom.xml +++ b/pom.xml @@ -1,12 +1,14 @@ - + + 4.0.0 - io.trygvis.appsh - appsh-parent - 1.0-SNAPSHOT + org.sonatype.oss + oss-parent + 7 - io.trygvis.appsh.examples + io.trygvis.appsh.apps jenkins + 1.486+1-SNAPSHOT unix-zip @@ -24,29 +26,6 @@ - no.arktekk.unix unix-maven-plugin @@ -55,15 +34,6 @@ Trygve Laugstol - org.jenkins-ci.main:jenkins-war:war root/wars/jenkins.war @@ -73,4 +43,9 @@ + + scm:git:http://trygvis.io/~trygvis/git/2012/10/app.sh-apps-jenkins.git + scm:git:ssh://trygvis.io/~trygvis/git/2012/10/app.sh-apps-jenkins.git + http://trygvis.io/~trygvis/git/2012/10/app.sh-apps-jenkins.git + diff --git a/src/main/unix/files/root/etc/app.conf b/src/main/unix/files/root/etc/app.conf index 9dfa29b..0212a32 100644 --- a/src/main/unix/files/root/etc/app.conf +++ b/src/main/unix/files/root/etc/app.conf @@ -1 +1,7 @@ app.bin=bin/jenkins + +# Properties named jenkins.* are passed to the JVM. Run +# +# java -jar jenkins/default/current/wars/jenkins.war --help +# +# to see the full list of available options. -- cgit v1.2.3