Add gpg plugin to parent pom, skip deploy for tests

This commit is contained in:
Anthony Dahanne
2023-07-21 14:46:45 -04:00
parent d059190218
commit d83f3bfdac
4 changed files with 48 additions and 4 deletions

View File

@@ -29,6 +29,5 @@ EOF
REPOSITORY="${PWD}"/repository
cd source/spring-cloud-bindings
../mvnw deploy -Dmaven.test.skip=true -DaltDeploymentRepository="local::default::file://${REPOSITORY}"
cd source
./mvnw deploy -Dmaven.test.skip=true -DaltDeploymentRepository="local::default::file://${REPOSITORY}"