Skip to content

Commit

Permalink
FISH-6429 simplify profile name
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Pielage <pandrex247@hotmail.com>
  • Loading branch information
Pandrex247 committed Jul 7, 2022
1 parent 4750bb6 commit dbdc88a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appserver/extras/docker-images/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
</modules>
</profile>
<profile>
<id>generate-docker-images-only-if-dockerfile-exists</id>
<id>generate-docker-images</id>
<activation>
<file>
<!-- Essentially - Skip this aggregator pom -->
Expand Down Expand Up @@ -215,7 +215,7 @@
</build>
</profile>
<profile>
<id>generate-docker-images-only-if-dockerfile-exists-jdk17</id>
<id>generate-jdk17-docker-image</id>
<activation>
<file>
<!-- Essentially - Skip this aggregator pom -->
Expand Down

0 comments on commit dbdc88a

Please sign in to comment.