Skip to content

Commit 46bb171

Browse files
authored
Merge pull request #151 from Natherul/20210514_DEFAULT_BUILD
make it so that default-build is always run and not replaced
2 parents 4cf8d3d + 719fb26 commit 46bb171

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pom.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,9 @@
9090
<profile>
9191
<id>default-build</id>
9292
<activation>
93-
<activeByDefault>true</activeByDefault>
93+
<property>
94+
<name>!skip-default</name>
95+
</property>
9496
</activation>
9597
<build>
9698
<resources>

0 commit comments

Comments
 (0)