Skip to content

Commit

Permalink
Merge pull request #151 from Natherul/20210514_DEFAULT_BUILD
Browse files Browse the repository at this point in the history
make it so that default-build is always run and not replaced
  • Loading branch information
Idrinth authored May 14, 2021
2 parents 4cf8d3d + 719fb26 commit 46bb171
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,9 @@
<profile>
<id>default-build</id>
<activation>
<activeByDefault>true</activeByDefault>
<property>
<name>!skip-default</name>
</property>
</activation>
<build>
<resources>
Expand Down

0 comments on commit 46bb171

Please sign in to comment.