Skip to content

Commit

Permalink
Set skip.apps.upload to true
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiasstein committed Jun 2, 2024
1 parent b419c94 commit 13f7d5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -559,7 +559,7 @@
required -->
<mapapps.useChunkedRequestEncoding>true</mapapps.useChunkedRequestEncoding>
<!-- enable this if "upload" profile should only deploy bundles -->
<skip.apps.upload>false</skip.apps.upload>
<skip.apps.upload>true</skip.apps.upload>
<!-- enable this if "upload" profile should pre-optimize apps -->
<triggerPreOptimization>false</triggerPreOptimization>
</properties>
Expand Down

0 comments on commit 13f7d5f

Please sign in to comment.