Skip to content

Commit

Permalink
Added OpenShift profile
Browse files Browse the repository at this point in the history
  • Loading branch information
tqvarnst committed Sep 11, 2019
1 parent 1ee30b3 commit c76e022
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,12 @@
</plugins>
</build>
<profiles>
<profile>
<id>openshift</id>
<build>
<finalName>getting-started-runner.jar</finalName>
</build>
</profile>
<profile>
<id>native</id>
<activation>
Expand Down

0 comments on commit c76e022

Please sign in to comment.