diff --git a/Jenkinsfile b/Jenkinsfile index 2b0a6aefe..e1074d4c8 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -24,6 +24,13 @@ pipeline { } } } + stage("Deploy") { + steps { + dir('') { + sh 'mvn deploy' + } + } + } } post { success { diff --git a/pom.xml b/pom.xml index 0f0f1cc32..5c9e3d74a 100644 --- a/pom.xml +++ b/pom.xml @@ -25,6 +25,14 @@ LibreCCM http://www.libreccm.org/project-sites/ + + libreccm-snapshots + https://packages.libreccm.org/repository/maven-snapshots/ + + + libreccm-releases + https://packages.libreccm.org/repository/maven-releases/ + @@ -159,6 +167,11 @@ ${project.build.sourceEncoding} + + org.apache.maven.plugins + maven-deploy-plugin + 3.0.0-M1 + org.apache.maven.plugins maven-ear-plugin @@ -369,6 +382,14 @@ https://svn.libreccm.org/ccm/ccm_ng-releases + + + org.apache.maven.plugins + maven-deploy-plugin + + + +