adding a property to skip uploading to s3 during deploy task

This commit is contained in:
Sergey Skrobotov
2023-06-06 15:41:38 -07:00
committed by Jon Chambers
parent 98578b18aa
commit 25802432c2
2 changed files with 3 additions and 0 deletions

View File

@@ -562,6 +562,7 @@
<bucketName>${deploy.bucketName}</bucketName>
<region>${deploy.bucketRegion}</region>
<destination>${project.build.finalName}-bin.tar.gz</destination>
<doNotUpload>${deploy.skip.s3.upload}</doNotUpload>
</configuration>
<executions>
<execution>