Home
last modified time | relevance | path

Searched refs:deploy (Results 1 – 25 of 83) sorted by relevance

1234

/external/robolectric-shadows/scripts/
Ddeploy-android.sh39 mvn deploy:deploy-file \
46 mvn deploy:deploy-file \
54 mvn deploy:deploy-file \
/external/testng/maven/
Dbuild-with-maven6 echo "To deploy to the snapshot repository: mvn deploy"
7 echo "To deploy to the release directory: mvn release:clean release:prepare release:perform"
11 # deploy without tagging: mvn deploy -DperformRelease
/external/testng/
Dbuild-with-maven18 echo "To deploy to the snapshot repository: mvn deploy"
19 echo "To deploy to the release directory: mvn release:clean release:prepare release:perform"
23 # deploy without tagging: mvn deploy -DperformRelease
DREADME.dev32 Snaphot deploy:
33 mvn -Dgpg.passphrase= -Dgpg.keyname=<public_key> deploy
35 Staging deploy:
DREADME-publish6 - the release to https://oss.sonatype.org/service/local/staging/deploy/maven2
9 Note that `./gradlew uploadArchives` is run by Travis after each new push to deploy the latest HEAD…
/external/perfetto/infra/perfetto-ci.appspot.com/
DMakefile15 deploy: target
16 gcloud app deploy app.yaml --project perfetto-ci
21 .PHONY: deploy test
/external/perfetto/infra/perfetto-site.appspot.com/
DMakefile15 deploy: target
16 gcloud app deploy app.yaml --project perfetto-site
21 .PHONY: deploy test
/external/skqp/site/dev/testing/
Dios.md18 * ios-deploy <https://github.com/phonegap/ios-deploy>
36 * Install node.js and ios-deploy
41 $ npm install ios-deploy
/external/skia/site/dev/testing/
Dios.md18 * ios-deploy <https://github.com/phonegap/ios-deploy>
36 * Install node.js and ios-deploy
41 $ npm install ios-deploy
/external/jcommander/
Dbuild-with-maven12 echo "To deploy to the snapshot repository: mvn deploy"
13 echo "To deploy to the release directory: mvn -DskipTests=true release:clean release:prepare releas…
Drelease4 # deploy without tagging: mvn deploy -DperformRelease
/external/owasp/sanitizer/tools/
Dstage_to_maven_central.sh79 gpg:sign-and-deploy-file \
88 -Durl=https://oss.sonatype.org/service/local/staging/deploy/maven2/ \
/external/jacoco/
D.travis.sh81 …mvn -V -B -e -f org.jacoco.build verify deploy:deploy -DdeployAtEnd -Djdk.version=1.5 --toolchains…
/external/subsampling-scale-image-view/
Drelease.gradle9 …Url') ? property('repositoryUrl') : "https://oss.sonatype.org/service/local/staging/deploy/maven2/"
32 repository(url: "https://oss.sonatype.org/service/local/staging/deploy/maven2/") {
/external/antlr/antlr-3.4/
DBUILD.txt160 Because the Uber jar is not something we want to deploy to Maven
241 deploy to the ANTLR repositories (snapshot or release) you must have
269 When this configuration is in place, you will be able to deploy the components,
272 mvn -Dmaven.test.skip=true -Ddeplot deploy
307 2) Before we deploy the release, we want to update the versions of the
308 development branch, so we don't deploy what is now the new release
350 mvn -N deploy
351 mvn -Dmaven.test.skip=true deploy
400 mvn -N deploy
401 mvn -Dmaven.test.skip=true deploy
[all …]
/external/robolectric-shadows/buildSrc/src/main/groovy/
DRoboJavaModulePlugin.groovy9 Boolean deploy = false;
85 if (owner.deploy) {
160 "https://oss.sonatype.org/service/local/staging/deploy/maven2/"
/external/tensorflow/tensorflow/java/maven/
Drun_inside_container.sh194 mvn deploy -P"${profile}"
205 mvn gpg:sign-and-deploy-file \
/external/dagger2/util/
Dpublish-snapshot-on-commit.sh9 …mvn clean source:jar deploy --settings="util/settings.xml" -DskipTests=true -Dinvoker.skip=true -D…
Dmvn-deploy.sh21 clean site:jar deploy
/external/okhttp/.buildscript/
Ddeploy_snapshot.sh24 …mvn clean source:jar javadoc:jar deploy --settings=".buildscript/settings.xml" -Dmaven.test.skip=t…
/external/guice/util/
Dpublish-snapshot-on-commit.sh14 mvn clean deploy --settings="$HOME/travis/settings.xml" -DskipTests=true -Dmaven.javadoc.skip=true
/external/robolectric-shadows/annotations/
Dbuild.gradle6 deploy: true
/external/robolectric-shadows/utils/
Dbuild.gradle6 deploy: true
/external/robolectric-shadows/junit/
Dbuild.gradle6 deploy: true
/external/robolectric-shadows/shadowapi/
Dbuild.gradle6 deploy: true

1234