From 34d1425fc58c7c83723a8c238c55e6b955d5b805 Mon Sep 17 00:00:00 2001 From: Gaurav Katiyar Date: Wed, 26 Sep 2018 13:51:28 +0100 Subject: [PATCH] Jenkinsfile and maven build fixes --- Jenkinsfile | 2 +- openid-connect-client/pom.xml | 6 +++--- openid-connect-common/pom.xml | 8 ++++---- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index a1293a724..b39d30eab 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -32,7 +32,7 @@ pipeline { } post { always{ - archiveArtifacts caseSensitive: false, onlyIfSuccessful: true, allowEmptyArchive: true, artifacts: 'db-scripts-generator/target/*.jar,**auth.war' + archiveArtifacts caseSensitive: false, onlyIfSuccessful: true, allowEmptyArchive: true, artifacts: 'openid-connect-server-webapp/target/*.war' } } } diff --git a/openid-connect-client/pom.xml b/openid-connect-client/pom.xml index d3bd77eb6..d01d9a40e 100644 --- a/openid-connect-client/pom.xml +++ b/openid-connect-client/pom.xml @@ -45,7 +45,7 @@ ${java-version} - + + <!– BUILD JavaDoc FILES –> org.apache.maven.plugins maven-javadoc-plugin @@ -70,7 +70,7 @@ - + --> diff --git a/openid-connect-common/pom.xml b/openid-connect-common/pom.xml index 6b7772cd4..bc910d1cd 100644 --- a/openid-connect-common/pom.xml +++ b/openid-connect-common/pom.xml @@ -101,7 +101,7 @@ ${java-version} - + + <!– BUILD JavaDoc FILES –> org.apache.maven.plugins maven-javadoc-plugin - attach-sources + attach-javadocs jar - + -->