Home
last modified time | relevance | path

Searched +full:- +full:dmaven (Results 1 – 25 of 48) sorted by relevance

12

/aosp_15_r20/external/guava/util/
H A Dgradle_integration_tests.sh3 set -eu
5 ./mvnw clean install --projects '!guava-testlib,!guava-tests,!guava-bom,!guava-gwt' -Dmaven.test.sk…
6 ./mvnw clean install --projects '!guava-testlib,!guava-tests,!guava-bom' -Dmaven.test.skip=true -Dm…
14 # integration-tests/gradle/gradle/wrapper/gradle-wrapper.jar
15 # integration-tests/gradle/gradle/wrapper/gradle-wrapper.properties
16 # integration-tests/gradle/gradlew
17 # integration-tests/gradle/gradlew.bat
20 GRADLE_TEMP="$(mktemp -d)"
21 trap 'rm -rf "${GRADLE_TEMP}"' EXIT
31 cp -r integration-tests "${GRADLE_TEMP}/${version}"
[all …]
/aosp_15_r20/external/google-auth-library-java/.kokoro/
H A Ddownstream-client-library-check.sh8 # http://www.apache.org/licenses/LICENSE-2.0
16 set -eo pipefail
18 set -x
28 mvn verify install -B -V -ntp -fae \
29 -DskipTests=true \
30 -Dmaven.javadoc.skip=true \
31 -Dgcloud.download.skip=true \
32 -Denforcer.skip=true
35 CORE_VERSION=$(sed -e 's/xmlns=".*"//' pom.xml | xmllint --xpath '/project/version/text()' -)
37 if [ -z "${CORE_VERSION}" ]; then
[all …]
H A Ddependencies.sh8 # http://www.apache.org/licenses/LICENSE-2.0
16 set -eo pipefail
17 shopt -s nullglob
28 java -version
36 java -version 2>&1 | grep "version" \
37 | sed -E 's/^.*"(.*?)".*$/\1/g' \
38 | sed -E 's/^(1\.[0-9]\.0).*$/\1/g'
44 echo -n "-Xmx1024m"
46 echo -n "-Xmx1024m -XX:MaxPermSize=128m"
54 mvn install -B -V -ntp \
[all …]
/aosp_15_r20/external/conscrypt/.github/workflows/
H A Dci.yml8 - cron: '0 0 * * *'
13 runs-on: ubuntu-latest
16 - name: Clone BoringSSL repo
18 …git clone --depth 1 --filter=blob:none --no-checkout https://github.com/google/boringssl.git "${{ …
19 echo Using BoringSSL commit: $(cd "${{ runner.temp }}/boringssl"; git rev-parse HEAD)
21 - name: Archive BoringSSL source
22 uses: actions/upload-artifact@v4
24 name: boringssl-source
26 retention-days: 1
27 include-hidden-files: true
[all …]
/aosp_15_r20/external/kotlinx.atomicfu/atomicfu-maven-plugin/
H A Dbuild.gradle2 …* Copyright 2017-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 licen…
6 apply plugin: 'maven-publish'
8 apply from: rootProject.file('gradle/compile-options.gradle')
13 api "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
14 api project(":atomicfu-transformer")
15 api "org.apache.maven:maven-core:$maven_version"
16 api "org.apache.maven:maven-plugin-api:$maven_version"
17 api 'org.apache.maven.plugin-tools:maven-plugin-annotations:3.5'
34 …iptor(type: Exec, dependsOn: [generatePomFileForMavenPublication, ':atomicfu-transformer:publishTo…
35 def pluginDescriptorFile = outputDir.file('META-INF/maven/plugin.xml')
[all …]
H A Dmvnw2 # ----------------------------------------------------------------------------
11 # http://www.apache.org/licenses/LICENSE-2.0
19 # ----------------------------------------------------------------------------
21 # ----------------------------------------------------------------------------
25 # ------------------
26 # JAVA_HOME - location of a JDK home dir
29 # -----------------
30 # M2_HOME - location of maven2's installed home dir
31 # MAVEN_OPTS - parameters passed to the Java VM when running Maven
33 # set MAVEN_OPTS=-Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=8000
[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 …]
/aosp_15_r20/external/google-java-format/.github/workflows/
H A Dci.yml7 # http://www.apache.org/licenses/LICENSE-2.0
20 - master
23 - master
29 fail-fast: false
31 os: [ ubuntu-latest ]
37 - os: macos-latest
40 - os: windows-latest
43 - os: ubuntu-latest
46 runs-on: ${{ matrix.os }}
47 continue-on-error: ${{ matrix.experimental }}
[all …]
/aosp_15_r20/external/protobuf/
H A Dtests.sh8 if [ -f src/protoc ]; then
14 git submodule update --init --recursive
17 ./configure CXXFLAGS="-fPIC -std=c++11" # -fPIC is needed for python cpp test.
19 make -j$(nproc)
24 make check -j$(nproc) || (cat src/test-suite.log; false)
30 ./configure LIBS=-ltcmalloc && make clean && make \
31 PTHREAD_CFLAGS='-pthread -DGOOGLE_PROTOBUF_HEAP_CHECK_DRACONIAN' \
34 PPROF_PATH=/usr/bin/google-pprof HEAPCHECK=strict ./protobuf-test
38 grep -q -- "-Og" src/Makefile.am &&
39 echo "The -Og flag is incompatible with Clang versions older than 4.0." &&
[all …]
/aosp_15_r20/external/cronet/third_party/protobuf/
H A Dtests.sh8 if [ -f src/protoc ]; then
14 git submodule update --init --recursive
17 ./configure CXXFLAGS="-fPIC -std=c++11" # -fPIC is needed for python cpp test.
19 make -j$(nproc)
24 make check -j$(nproc) || (cat src/test-suite.log; false)
30 ./configure LIBS=-ltcmalloc && make clean && make \
31 PTHREAD_CFLAGS='-pthread -DGOOGLE_PROTOBUF_HEAP_CHECK_DRACONIAN' \
34 PPROF_PATH=/usr/bin/google-pprof HEAPCHECK=strict ./protobuf-test
38 grep -q -- "-Og" src/Makefile.am &&
39 echo "The -Og flag is incompatible with Clang versions older than 4.0." &&
[all …]
/aosp_15_r20/external/aws-crt-java/codebuild/cd/
H A Ddeploy-snapshot.yml2 #this buildspec assumes the aws-common-runtime/ubuntu-16.04 image
8 - sudo add-apt-repository ppa:openjdk-r/ppa
9 - sudo apt-get update -y
10 - sudo apt-get install openjdk-11-jdk-headless maven wget unzip -y -f
12- wget --quiet https://dl.google.com/android/repository/commandlinetools-linux-7583922_latest.zip
13 - export ANDROID_SDK_ROOT=$CODEBUILD_SRC_DIR/android-sdk
14 - mkdir -p $ANDROID_SDK_ROOT/cmdline-tools
15 - unzip commandlinetools-linux-7583922_latest.zip -d $ANDROID_SDK_ROOT/cmdline-tools
17 - mv $ANDROID_SDK_ROOT/cmdline-tools/cmdline-tools $ANDROID_SDK_ROOT/cmdline-tools/latest
19- echo y | $ANDROID_SDK_ROOT/cmdline-tools/latest/bin/sdkmanager --install "build-tools;30.0.3" "p…
[all …]
/aosp_15_r20/external/apache-commons-compress/
H A Dmvnw2 # ----------------------------------------------------------------------------
11 # http://www.apache.org/licenses/LICENSE-2.0
19 # ----------------------------------------------------------------------------
21 # ----------------------------------------------------------------------------
25 # ------------------
26 # JAVA_HOME - location of a JDK home dir
29 # -----------------
30 # M2_HOME - location of maven2's installed home dir
31 # MAVEN_OPTS - parameters passed to the Java VM when running Maven
33 # set MAVEN_OPTS=-Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=8000
[all …]
/aosp_15_r20/external/aws-crt-java/
H A DREADME.md16 * [Java CRT Documentation](https://awslabs.github.io/aws-crt-java/)
18 * [Platform-Specific JARs](#platform-specific-jars)
19 * [System Properties](#system-properties)
20 * [TLS Behavior](#tls-behavior)
36 1) `apt-get install cmake3 maven openjdk-8-jdk-headless -y`
37 2) `git clone https://github.com/awslabs/aws-crt-java.git`
38 3) `cd aws-crt-java`
39 4) `git submodule update --init --recursive`
51 2) `git clone https://github.com/awslabs/aws-crt-java.git`
52 3) `cd aws-crt-java`
[all …]
/aosp_15_r20/external/snakeyaml/
H A Dmvnw2 # ----------------------------------------------------------------------------
11 # http://www.apache.org/licenses/LICENSE-2.0
19 # ----------------------------------------------------------------------------
21 # ----------------------------------------------------------------------------
25 # ------------------
26 # JAVA_HOME - location of a JDK home dir
29 # -----------------
30 # M2_HOME - location of maven2's installed home dir
31 # MAVEN_OPTS - parameters passed to the Java VM when running Maven
33 # set MAVEN_OPTS=-Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=8000
[all …]
H A Drun-in-docker.sh2 docker run --rm -it \
3 -u `id -u`:`id -g` \
4 -v `pwd`:/work \
5 -v ~:/my-home \
6 -e "HOME=/my-home" \
7 -w /work \
9 ./mvnw -Dmaven.repo.local=/my-home/.m2/repository clean test ${@:2}
/aosp_15_r20/external/jazzer-api/examples/junit-spring-web/
H A Dmvnw2 # ----------------------------------------------------------------------------
11 # https://www.apache.org/licenses/LICENSE-2.0
19 # ----------------------------------------------------------------------------
21 # ----------------------------------------------------------------------------
25 # ------------------
26 # JAVA_HOME - location of a JDK home dir
29 # -----------------
30 # M2_HOME - location of maven2's installed home dir
31 # MAVEN_OPTS - parameters passed to the Java VM when running Maven
33 # set MAVEN_OPTS=-Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=8000
[all …]
/aosp_15_r20/external/jimfs/
H A D.travis.yml6 - openjdk8
7 - openjdk11
9 install: mvn install -U -DskipTests=true
11 script: mvn verify -U -Dmaven.javadoc.skip=true
14 - util/deploy_snapshot.sh
15 - util/update_snapshot_docs.sh
19 - $HOME/.m2
23- secure: "YlCxYTG64KLbyyD2tvA7LwCrNMDCxBigClh8enVicY2Rw6EN9ZTE1YYZivsXAN42YtI1snpy4fTn1z42KUx6Fhr…
24- secure: "bTcwsovwxPXplZysfwgNkTR3hfHjb7UvWMlxeEkHHt3GQiZxIDKkiJbgW2mHAG/e/H0wfKQyujeCgQwxn1fa5tt…
25- secure: "JZnVEfpNSCLBZQg1MP7MuhzP9H8t2gGUU4salm5VsRKck27fgg1HwBxADolcVeON2k+2masSKLEQPkeYQizc/VN…
[all …]
/aosp_15_r20/external/guice/util/
H A Dpublish-snapshot-on-commit.sh8 echo -e "Publishing maven snapshot...\n"
11 git clone --quiet --branch=travis https://github.com/google/guice travis > /dev/null
12 cd -
14 mvn clean deploy --settings="$HOME/travis/settings.xml" -DskipTests=true -Dmaven.javadoc.skip=true
16 echo -e "Published maven snapshot"
/aosp_15_r20/external/javapoet/.buildscript/
H A Ddeploy_snapshot.sh6 # https://benlimmer.com/2013/12/26/automatically-publish-javadoc-to-gh-pages-with-travis-ci/
12 set -e
24 …mvn clean source:jar javadoc:jar deploy --settings=".buildscript/settings.xml" -Dmaven.test.skip=t…
/aosp_15_r20/external/okhttp/.buildscript/
H A Ddeploy_snapshot.sh6 # http://benlimmer.com/2013/12/26/automatically-publish-javadoc-to-gh-pages-with-travis-ci/
12 set -e
24 …mvn clean source:jar javadoc:jar deploy --settings=".buildscript/settings.xml" -Dmaven.test.skip=t…
/aosp_15_r20/external/guice/
H A D.travis.yml6 - $HOME/.m2
9 - oraclejdk9
10 - oraclejdk8
11 - openjdk7
15- secure: "WuvBM11o29dIluXelJpV1TFPqprFOlLEs6ES4LjvNKrtB/FT9g569Q63jnbg43ufs4fhQZKuqc3ue1KwZiWWozm…
16- secure: "pAeI941ODNSo6F7A94WFafxYqp2kdeFTJksMLVHljT0h2nX6/236OXn/iZXiB+FbXe/DkQIHN3n1IZRwE8UJAbS…
17- secure: "Pqj194YmdK0va4bOkbjVG0wCZ7sbB5k3Qq66zSG2M26M21uHonwhXprdtSeYZ5Oy9fWcQte7jSA69euyYyLriDH…
19 - LABEL=ant CMD="ant dist test.dist" INSTALL="/bin/true"
20 - LABEL=ant_no_aop CMD="ant -f build/no_aop/build.xml dist test.dist" INSTALL="ant no_aop"
21- LABEL=mvn CMD="mvn -B -P!standard-with-extra-repos verify --fail-at-end -Dsource.skip=tru…
[all …]
/aosp_15_r20/external/google-java-format/util/
H A Dpublish-snapshot-on-commit.sh7 # http://www.apache.org/licenses/LICENSE-2.0
15 # https://github.com/google/dagger/blob/master/util/publish-snapshot-on-commit.sh
17 if [ "$TRAVIS_REPO_SLUG" == "google/google-java-format" ] && \
21 echo -e "Publishing maven snapshot...\n"
23 …mvn clean source:jar deploy --settings="util/settings.xml" -DskipTests=true -Dinvoker.skip=true -D…
25 echo -e "Published maven snapshot"
/aosp_15_r20/external/google-cloud-java/owl-bot-postprocessor/synthtool/gcp/templates/java_library/.kokoro/
H A Ddependencies.sh8 # http://www.apache.org/licenses/LICENSE-2.0
16 set -eo pipefail
17 shopt -s nullglob
28 java -version
36 java -version 2>&1 | grep "version" \
37 | sed -E 's/^.*"(.*?)".*$/\1/g' \
38 | sed -E 's/^(1\.[0-9]\.0).*$/\1/g'
44 echo -n "-Xmx1024m"
46 echo -n "-Xmx1024m -XX:MaxPermSize=128m"
54 mvn install -B -V -ntp \
[all …]
/aosp_15_r20/external/turbine/.github/workflows/
H A Dci.yml7 # http://www.apache.org/licenses/LICENSE-2.0
20 - main
23 - main
29 fail-fast: false
31 os: [ ubuntu-latest ]
37 - os: macos-latest
40 - os: windows-latest
43 - os: ubuntu-latest
44 java: 20-ea
46 - os: ubuntu-latest
[all …]
/aosp_15_r20/external/antlr/runtime/JavaScript/build/
H A DREADME10 …* ant-contrib: Download ant-contrib here: http://downloads.sourceforge.net/ant-contrib/ant-contrib
12 * Move ant-contrib-1.0b3.jar from the unzipped directory to runtime/JavaScript/third/
14 …* closure compiler: Download here: http://closure-compiler.googlecode.com/files/compiler-latest.zip
18 …* jsdoc-toolkit: Download the latest release from here: http://code.google.com/p/jsdoc-toolkit/dow…
20 * Move the unzipped folder to runtime/JavaScript/third/jsdoc-toolkit
35 'mvn -Dmaven.test.skip=true package assembly:assembly'. If using a
39 3) Run 'ant compile-tests'. This can take a while. Warnings (but not errors)

12