Browse Source

issue #25 - adjusting pom to remove classifier

-- adjusting to remove additional formatting changes
-- removed openshift-it profile

Signed-off-by: Brian Fitzpatrick <bfitzpat@redhat.com>
pull/27/head
Brian Fitzpatrick 7 years ago
parent
commit
d8636086ac
  1. 2
      .openshiftio/application.yaml
  2. 7
      pom.xml

2
.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.

7
pom.xml

@ -1,5 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
@ -166,9 +168,6 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<version>${spring-boot.version}</version>
<configuration>
<classifier>exec</classifier>
</configuration>
<executions>
<execution>
<goals>

Loading…
Cancel
Save