Skip to content

Commit

Permalink
POM: fixed default enablement of "dist" profile, sorry
Browse files Browse the repository at this point in the history
  • Loading branch information
virgo47 committed Jul 13, 2022
1 parent 7e6fb95 commit 192da68
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,11 @@
<profiles>
<profile>
<id>dist</id>
<activation>
<property>
<name>!skipDist</name>
</property>
</activation>
<modules>
<module>dist</module>
</modules>
Expand Down

0 comments on commit 192da68

Please sign in to comment.