Skip to content

Commit e837763

Browse files
committed
Update pom.xml
turn off windows package by default
1 parent 2e2672f commit e837763

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@
231231
<profile>
232232
<id>package-win</id>
233233
<activation>
234-
<activeByDefault>true</activeByDefault>
234+
<activeByDefault>false</activeByDefault>
235235
</activation>
236236
<!--<activation>
237237
<os>
@@ -324,4 +324,4 @@
324324
</build>
325325
</profile>
326326
</profiles>
327-
</project>
327+
</project>

0 commit comments

Comments
 (0)