Pack artifact: tar --exclude='.env' --exclude='public-old' --exclude='public_before_202407' --exclude='.scannerwork' --exclude='README.txt' --exclude='.git' -czvf ../una-cms.tar.gz . tar --exclude='.snapshot' --exclude='storage-moved-to-s3-2024-07-17' -czvf ../una-cms.tar.gz . Upload to nexus: RELEASE: mvn deploy:deploy-file -DgroupId=com.k12.una -DartifactId=una-cms -Dversion=0.0.5 -Dpackaging=tar.gz -Dfile=../una-cms.tar.gz -DrepositoryId=Releases -Durl=https://aws-nexus.k12.com/repository/releases/ --batch-mode SNAPSHOT: mvn deploy:deploy-file -DgroupId=com.k12.una -DartifactId=una-cms -Dversion=0.0.2-SNAPSHOT -Dpackaging=tar.gz -Dfile=../una-cms.tar.gz -DrepositoryId=Snapshots -Durl=https://aws-nexus.k12.com/repository/snapshots/ --batch-mode Sync storage aws s3 sync s3://s3-k12-dev-una-cms-svc-storage . --profile k12-dev aws s3 sync . s3://s3-k12-qa-una-cms-svc-storage --profile k12-qa aws s3 sync . s3://s3-k12-perf-una-cms-svc-storage --profile k12-perf