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 Jul 29, 2024
1 parent 3f41d56 commit 1242a29
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 @@ -548,7 +548,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 1242a29

Please sign in to comment.