From ef2fe449dc66fc635fbd19a3bc2988868b73e380 Mon Sep 17 00:00:00 2001 From: Andrea Cavalli Date: Sat, 3 Oct 2020 01:40:45 +0200 Subject: [PATCH] Add test jenkinsfile --- Jenkinsfile | 2 +- pom.xml | 61 +++++++++++++++++++++++++++++++++++++---------------- 2 files changed, 44 insertions(+), 19 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 65d0af2..05361c2 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -8,7 +8,7 @@ pipeline { } stage('Deliver') { steps { - bash './jenkins/scripts/deliver.sh' + sh './jenkins/scripts/deliver.sh' } } } diff --git a/pom.xml b/pom.xml index a03a724..d415151 100644 --- a/pom.xml +++ b/pom.xml @@ -9,10 +9,6 @@ UTF-8 - - - publish-to-mchv - mchv @@ -20,20 +16,39 @@ https://mvn.mchv.eu/repository/mchv/ - - - publish-to-github - - - - github - GitHub TDLight Team Apache Maven Packages - https://maven.pkg.github.com/tdlight-team/tdlight-java - - - - - + +scm:git:git@ssh.git.ignuranza.net:tdlight-team/tdlight-java-natives-linux-aarch64.git +scm:git:git@github.com:user/project.git +scm:git:git@github.com:user/project.git + + + + releases + + + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.5.1 + + + default-deploy + deploy + + deploy + + + + + nexus-releases + https://mvn.mchv.eu/ + true + + + + + + @@ -53,6 +68,16 @@ 1.8 + + org.apache.maven.plugins + maven-release-plugin + 3.0.0-M1 + + v@{project.version} + true + releases + + maven-jar-plugin 3.0.2