diff --git a/.openshiftio/application.yaml b/.openshiftio/application.yaml index 817f325..69dd93d 100644 --- a/.openshiftio/application.yaml +++ b/.openshiftio/application.yaml @@ -23,7 +23,7 @@ parameters: - name: ARTIFACT_COPY_ARGS description: Syntax to be used to copy uberjar files to the target directory displayName: Copy Args - value: '*-exec.jar' + value: '*.jar' required: true - name: GITHUB_WEBHOOK_SECRET description: A secret string used to configure the GitHub webhook. diff --git a/pom.xml b/pom.xml index fefb677..95bcc44 100644 --- a/pom.xml +++ b/pom.xml @@ -1,5 +1,7 @@ - + 4.0.0 @@ -166,9 +168,6 @@ org.springframework.boot spring-boot-maven-plugin ${spring-boot.version} - - exec -