diff --git a/jenkins-x.yml b/jenkins-x.yml deleted file mode 100755 index a307121..0000000 --- a/jenkins-x.yml +++ /dev/null @@ -1,32 +0,0 @@ -buildPack: entando-maven-lib -pipelineConfig: - env: - - name: PIPELINE_CODE - value: dj - pipelines: - pullRequest: - build: - replace: true - steps: - - sh: mvn versions:set -DnewVersion=$PREVIEW_VERSION - name: set-version - - sh: mvn clean verify - name: mvn-verify - promote: - replace: true - steps: [] - release: - build: - replace: true - steps: - - sh: >- - mvn clean deploy \ - -Dgpg.homedir=${GPG_HOMEDIR} \ - -Dgpg.keyname=${GPG_KEYNAME} \ - -Dgpg.passphrase=${GPG_PASSPHRASE} - name: mvn-deploy - promote: - replace: true - steps: - - sh: jx step changelog --version v\$(cat ../../VERSION) - name: changelog diff --git a/pom.xml b/pom.xml index 758755d..46d68cd 100644 --- a/pom.xml +++ b/pom.xml @@ -408,10 +408,6 @@ - - org.owasp - dependency-check-maven - org.jacoco jacoco-maven-plugin