Home
last modified time | relevance | path

Searched +full:- +full:dperformrelease (Results 1 – 14 of 14) sorted by relevance

/aosp_15_r20/external/google-cloud-java/owl-bot-postprocessor/synthtool/gcp/templates/java_library/.kokoro/release/
H A Dstage.sh8 # http://www.apache.org/licenses/LICENSE-2.0
16 set -eo pipefail
20 python3 -m pip install --require-hashes -r $requirementsFile
21 python3 -m releasetool publish-reporter-script > /tmp/publisher-script; source /tmp/publisher-script
33 mvn clean deploy -B \
34 --settings ${MAVEN_SETTINGS_FILE} \
35 -DskipTests=true \
36 -Dclirr.skip=true \
37 -DperformRelease=true \
38 -Dgpg.executable=gpg \
[all …]
H A Dpromote.sh8 # http://www.apache.org/licenses/LICENSE-2.0
16 set -eo pipefail
19 if [ -z "${STAGING_REPOSITORY_ID}" ]; then
31 mvn nexus-staging:release -B \
32 -DperformRelease=true \
33 --settings=settings.xml \
34 -DstagingRepositoryId=${STAGING_REPOSITORY_ID}
H A Dsnapshot.sh8 # http://www.apache.org/licenses/LICENSE-2.0
16 set -eo pipefail
22 # ensure we're trying to push a snapshot (no-result returns non-zero exit code)
28 mvn clean deploy -B \
29 --settings ${MAVEN_SETTINGS_FILE} \
30 -DperformRelease=true \
31 -Dgpg.executable=gpg \
32 -Dgpg.passphrase=${GPG_PASSPHRASE} \
33 -Dgpg.homedir=${GPG_HOMEDIR}
/aosp_15_r20/external/google-auth-library-java/.kokoro/release/
H A Dstage.sh8 # http://www.apache.org/licenses/LICENSE-2.0
16 set -eo pipefail
20 python3 -m pip install --require-hashes -r $requirementsFile
21 python3 -m releasetool publish-reporter-script > /tmp/publisher-script; source /tmp/publisher-script
33 mvn clean deploy -B \
34 --settings ${MAVEN_SETTINGS_FILE} \
35 -DskipTests=true \
36 -Dclirr.skip=true \
37 -DperformRelease=true \
38 -Dgpg.executable=gpg \
[all …]
H A Dpromote.sh8 # http://www.apache.org/licenses/LICENSE-2.0
16 set -eo pipefail
19 if [ -z "${STAGING_REPOSITORY_ID}" ]; then
31 mvn nexus-staging:release -B \
32 -DperformRelease=true \
33 --settings=settings.xml \
34 -DstagingRepositoryId=${STAGING_REPOSITORY_ID}
H A Dsnapshot.sh8 # http://www.apache.org/licenses/LICENSE-2.0
16 set -eo pipefail
22 # ensure we're trying to push a snapshot (no-result returns non-zero exit code)
28 mvn clean deploy -B \
29 --settings ${MAVEN_SETTINGS_FILE} \
30 -DperformRelease=true \
31 -Dgpg.executable=gpg \
32 -Dgpg.passphrase=${GPG_PASSPHRASE} \
33 -Dgpg.homedir=${GPG_HOMEDIR}
/aosp_15_r20/external/google-auth-library-java/
H A DRELEASE.md1 One-time setup
5 -----------------------
10 ------------------------
12 …h rights by creating an issue similar to [this one](https://issues.sonatype.org/browse/OSSRH-16798)
17 ---------------
22 * Generate the key ```gpg --gen-key```
26 * One way to make a random passphrase: ```base64 /dev/urandom | head -c20; echo;```
28 * Find the ID of your public key ```gpg --list-secret-keys```
29 * Look for the line with format ```sec 2048R/ABCDEFGH 2015-11-17```
32 * Upload your public key to a public server: ```gpg --send-keys --keyserver hkp://pgp.mit.edu ABCDE…
[all …]
/aosp_15_r20/external/jcommander/
H A Drelease4 # deploy without tagging: mvn deploy -DperformRelease
7 mvn release:perform -P sign
/aosp_15_r20/external/testng/maven/
H A Dbuild-with-maven1 mvn clean install -Dgpg.skip=true
11 # deploy without tagging: mvn deploy -DperformRelease
/aosp_15_r20/external/testng/
H A Dbuild-with-maven3 # - pom.xml defines the project version "n-SNAPSHOT", builds, jars and deploys (but doesn't
5 # - pom-test.xml declares a test dependency on "n-SNAPSHOT", which it will find
9 mvn clean install -Dgpg.skip=true
13 mvn -f pom-test.xml test
17 echo "To run the tests: mvn -f pom-test.xml test"
23 # deploy without tagging: mvn deploy -DperformRelease
/aosp_15_r20/external/sdk-platform-java/.kokoro/release/
H A Dstage.sh8 # http://www.apache.org/licenses/LICENSE-2.0
16 set -eo pipefail
18 if [[ -n "${AUTORELEASE_PR}" ]]
22 python3 -m pip install --require-hashes -r $requirementsFile
23 …python3 -m releasetool publish-reporter-script > /tmp/publisher-script; source /tmp/publisher-scri…
33 mvn clean deploy -B \
34 -DskipTests=true \
35 -Dclirr.skip=true \
36 --settings ${MAVEN_SETTINGS_FILE} \
37 -Dgpg.executable=gpg \
[all …]
/aosp_15_r20/external/google-cloud-java/.kokoro/release/
H A Dstage_google_oss_sonatype_org.sh8 # http://www.apache.org/licenses/LICENSE-2.0
16 set -eo pipefail
20 python3 -m pip install --require-hashes -r $requirementsFile
21 python3 -m releasetool publish-reporter-script > /tmp/publisher-script; source /tmp/publisher-script
34 # https://github.com/googleapis/google-cloud-java/issues/9045
35 excludedNonCloudModules=$(find java-maps-* -name 'pom.xml' \
36 |sed -e 's/^/!/' -e 's|/pom.xml$||' |xargs |sed -e 's/ /,/g')
39 mvn clean deploy -B \
40 -DskipTests=true \
41 -Dclirr.skip=true \
[all …]
H A Dstage_oss_sonatype_org.sh8 # http://www.apache.org/licenses/LICENSE-2.0
16 set -eo pipefail
27 python3 -m pip install --require-hashes -r $requirementsFile
28 python3 -m releasetool publish-reporter-script > /tmp/publisher-script; source /tmp/publisher-script
37 echo "Deploying non-Cloud artifacts to staging repositories in oss.sonatype.org"
40 IncludedNonCloudModules=$(find java-maps-* -name 'pom.xml' \
41 |sed -e 's|/pom.xml$||' |xargs |sed -e 's/ /,/g')
44 mvn clean deploy -B \
45 -DskipTests=true \
46 -Dclirr.skip=true \
[all …]
/aosp_15_r20/external/aws-sdk-java-v2/buildspecs/
H A Drelease-to-maven.yml6 - pip install awscli --upgrade --user
10 - ROOT=`pwd`
11 - SETTINGS_XML_TEMPLATE=buildspecs/resources/release-settings.xml
12 - SETTINGS_XML=release-settings-final.xml
13 - SDK_SIGNING_GPG_SECRING=secring.gpg
14- SDK_SIGNING_GPG_SECRING_ARN="arn:aws:secretsmanager:us-east-1:103431983078:secret:sdk-signing-gp…
15- SDK_SIGNING_GPG_KEYNAME_ARN="arn:aws:secretsmanager:us-east-1:103431983078:secret:sdk-signing-gp…
16- SDK_SIGNING_GPG_PASSPHRASE_ARN="arn:aws:secretsmanager:us-east-1:103431983078:secret:sdk-signing
17- SONATYPE_PASSWORD_ARN="arn:aws:secretsmanager:us-east-1:103431983078:secret:sonatype-password-I2…
21- RELEASE_VERSION=`mvn -q -Dexec.executable=echo -Dexec.args='${project.version}' --non-recursive …
[all …]