Home
last modified time | relevance | path

Searched +full:build +full:- +full:maven +full:- +full:jars (Results 1 – 25 of 78) sorted by relevance

1234

/external/icu/icu4j/
Dbuild.xml1 <!--
5 * Copyright (C) 1997-2016, International Business Machines Corporation and *
8 -->
13 <property file="build-local.properties"/>
14 <property file="build.properties"/>
17 <import file="${shared.dir}/build/common-targets.xml"/>
21 <!-- icu4j binaries -->
24 <property name="icu4j-charset.jar.file" value="icu4j-charset.jar"/>
25 <property name="icu4j-localespi.jar.file" value="icu4j-localespi.jar"/>
29 <!-- icu4j API doc jar file -->
[all …]
/external/testng/ant/
Dbuild.xml3 <!-- ====================================================================== -->
4 <!-- TestNG build file -->
5 <!-- Created cbeust, April 26th, 2004 -->
6 <!-- ====================================================================== -->
8 <property file="build.properties" />
11 <!-- ====================================================================== -->
12 <!-- PREPARE -->
13 <!-- ====================================================================== -->
14 <target name="prepare" depends="retrieve-dependencies"
15 description="Performs all preparations required to build.">
[all …]
Dbuild.properties5 testng.version=6.8.14-SNAPSHOT
6 testng.fullname=${testng.basename}-${testng.version}
12 build.3rdparty.dir=${root.dir}/build3rdparty
13 build.maven-bundle.dir=${build.dir}/maven-bundle
16 lib-supplied.dir=${basedir}/lib-supplied
19 build.dir=${target}/classes
21 test.build.dir=${target}/test-classes
22 test.output.dir=${target}/test-output
29 beanshell.jar=bsh-2.0b4.jar
30 guice2.jar=guice-2.0.jar
[all …]
/external/guice/util/
DcompareBuilds.sh2 ## Compares the ant jars to the maven jars and makes sure they're the same
5 ## Note: The no_aop build doesn't compare cleanly for some reason.
6 ## Maybe a difference between the ant & maven munge preprocessor?
15 mvn package -DskipTests=true -Dmaven.javadoc.skip=true > /dev/null
16 #ant -f build/no_aop/build.xml dist > /dev/null
21 for ANT in `find ./build/dist/* -name "*-snapshot.jar" `
23 if [ $ANT = "./build/dist/guice-snapshot.jar" ]; then
24 ## Check the main build.
25 MVN=./core/target/guice-$version-SNAPSHOT.jar
28 …#compareJars "./build/no_aop/$ANT" "./core/target/guice-$version-SNAPSHOT-no_aop.jar" "no_aop: $ex…
[all …]
/external/conscrypt/
DREADME.md1 Conscrypt - A Java Security Provider
11 work on [netty-tcnative](http://netty.io/wiki/forked-tomcat-native.html), giving `Conscrypt`
30 -------------
32 9)** or later on Android. The build artifacts are available on Maven Central.
34 ### Download JARs
36 [the JARs](http://search.maven.org/#search%7Cga%7C1%7Cg:%22org.conscrypt%22)
37 directly from the Maven repositories.
39 ### OpenJDK (i.e. non-Android)
43 The OpenJDK artifacts are platform-dependent since each embeds a native library for a particular
44 platform. We publish artifacts to Maven Central for the following platforms:
[all …]
/external/google-smali/
DREADME.md5 …o `com.anroid.tools.smali`. The artifacts are released on [Google Maven](https://maven.google.com)…
6 * [com.anroid.tools.smali:smali:<version>](https://maven.google.com/web/index.html?q=smali#com.andr…
7 …nroid.tools.smali:smali-dexlib2:<version>](https://maven.google.com/web/index.html?q=smali-dexlib2…
8 * [com.anroid.tools.smali:smali-baksmali:<version>](https://maven.google.com/web/index.html?q=smali
9 …m.anroid.tools.smali:smali-util:<version>](https://maven.google.com/web/index.html?q=smali-util#co…
13 - [github Issue tracker](https://github.com/google/smali/issues) - For any bugs/issues/feature requ…
17 - [Official dex bytecode reference](https://source.android.com/devices/tech/dalvik/dalvik-bytecode.…
18 - [Registers wiki page](https://github.com/JesusFreke/smali/wiki/Registers)
19 - [Types, Methods and Fields wiki page](https://github.com/JesusFreke/smali/wiki/TypesMethodsAndFie…
20 - [Official dex format reference](https://source.android.com/devices/tech/dalvik/dex-format.html)
[all …]
/external/jackson-core/
DREADME.md3 This project contains core low-level incremental ("streaming") parser and generator abstractions us…
6 …, due to historical reasons. Only packages that specifically contain word 'json' are JSON-specific.
8 This package is the base on which [Jackson data-binding](https://github.com/FasterXML/jackson-datab…
9 It is licensed under [Apache License 2.0](http://www.apache.org/licenses/LICENSE-2.0).
13 [Smile (binary JSON)](https://github.com/FasterXML/jackson-dataformat-smile),
14 [XML](https://github.com/FasterXML/jackson-dataformat-xml),
15 [CSV](https://github.com/FasterXML/jackson-dataformat-csv))
16 and [CBOR](https://github.com/FasterXML/jackson-dataformat-cbor)
17 also build on this base package, implementing the core interfaces,
18 making it possible to use standard [data-binding package](https://github.com/FasterXML/jackson-data…
[all …]
/external/conscrypt/release/
DREADME.md4 One-Time Setup
5 --------------
22 <!-- TODO(flooey): Expand and link these, there's probably more -->
29 If you haven't deployed artifacts to Maven Central before, you need to setup
31 - Follow the instructions on [this
32 page](http://central.sonatype.org/pages/ossrh-guide.html) to set up an
34 - You only need to create the account, not set up a new project
35 - Contact a Conscrypt maintainer to add your account after you have created it.
36 - Install GnuPG and [generate your key
38 - [Publish your public key](https://www.gnupg.org/gph/en/manual.html#AEN464)
[all …]
/external/robolectric/robolectric/src/main/java/org/robolectric/plugins/
DLegacyDependencyResolver.java26 * used by {@link org.robolectric.plugins.DefaultSdkProvider} to locate SDK jars.
28 * <p>Robolectric will attempt to find SDK jars in the following order:
31 * <li>If the system property {@code robolectric-deps.properties} is set, then Robolectric will
35 * look for SDK jars in the given directory with Maven artifact-style names (e.g. {@code
36 * android-all-7.1.0_r7-robolectric-r1.jar}).
38 * SDK jars in the current working directory with Maven artifact-style names.
39 * <li>If a resource file named {@code robolectric-deps.properties} is found on the classpath,
42 * <li>Otherwise the jars will be downloaded from Maven Central and cached locally.
45 * If you require a hermetic build, we recommend either specifying the {@code
68 String propPath = properties.getProperty("robolectric-deps.properties"); in pickOne()
[all …]
/external/jsr330/
Dbuild.sh4 # Clear and recreate build directory.
5 rm -r build
6 mkdir -p build/classes
7 mkdir -p build/tck
8 mkdir -p build/dist
9 mkdir -p build/tck/classes
10 mkdir -p build/tck/dist
13 javac -g -d build/classes `find src -name *.java`
14 javac -g -classpath build/classes:lib/junit.jar -d build/tck/classes \
15 `find tck -name *.java`
[all …]
/external/grpc-grpc-java/
DREADME.md1 gRPC-Java - An RPC library and framework
4 gRPC-Java works with JDK 7. gRPC-Java clients are supported on Android API
18 <td><a href="https://groups.google.com/forum/#!forum/grpc-io">grpc-io@googlegroups.com</a></td>
22 …ttps://gitter.im/grpc/grpc?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=bad…
23 [![Build Status](https://travis-ci.org/grpc/grpc-java.svg?branch=master)](https://travis-ci.org/grp…
24 …tps://coveralls.io/repos/grpc/grpc-java/badge.svg?branch=master&service=github)](https://coveralls…
27 ---------------
33 The [examples](https://github.com/grpc/grpc-java/tree/v1.16.1/examples) and the
34 [Android example](https://github.com/grpc/grpc-java/tree/v1.16.1/examples/android)
38 --------
[all …]
/external/dagger2/tools/
Dmaven.bzl7 # http://www.apache.org/licenses/LICENSE-2.0
15 """Macros to simplify generating maven files.
18 load("@google_bazel_common//tools/maven:pom_file.bzl", default_pom_file = "pom_file")
31 template_file = "//tools:pom-template.xml",
37 excluded_artifacts = ["com.google.auto:auto-common"],
101 """Generates the files required for a maven artifact.
106 * ":<NAME>-src": The sources jar file for the given target and deps
107 * ":<NAME>-javadoc": The javadocs jar file for the given target and deps
110 given "target" is a maven artifact (i.e. the "tags" attribute contains
112 dependencies of the target that are not owned by another maven artifact,
[all …]
/external/google-java-format/.github/workflows/
Drelease.yml1 name: Release google-java-format
11 build-maven-jars:
12 runs-on: ubuntu-latest
16 - name: Setup Signing Key
18 gpg-agent --daemon --default-cache-ttl 7200
19 echo -e "${{ secrets.GPG_SIGNING_KEY }}" | gpg --batch --import --no-tty
21 …gpg --detach-sig --yes -v --output=/dev/null --pinentry-mode loopback --passphrase "${{ secrets.GP…
23 gpg --list-secret-keys --keyid-format LONG
25 - name: Checkout
28 - name: Set up JDK
[all …]
/external/okhttp/okio/benchmarks/
Dpom.xml1maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocati…
3 <artifactId>okio-parent</artifactId>
5 <version>1.7.0-SNAPSHOT</version>
17 <artifactId>jmh-core</artifactId>
21 <artifactId>jmh-generator-annprocess</artifactId>
35 <build>
38 <groupId>org.apache.maven.plugins</groupId>
39 <artifactId>maven-compiler-plugin</artifactId>
42 <groupId>org.apache.maven.plugins</groupId>
43 <artifactId>maven-shade-plugin</artifactId>
[all …]
/external/robolectric/preinstrumented/
Dbuild.gradle30 dependsOn 'build'
33 …roidAllMavenLocal = "${System.getProperty('user.home')}/.m2/repository/org/robolectric/android-all"
35 sdksToInstrument().each { androidSdk ->
57 // Avoid publishing the preinstrumented jars by default. They are published
59 // and maven caching.
61 apply plugin: 'maven-publish'
67 sdksToInstrument().each { androidSdk ->
70 artifactId 'android-all-instrumented'
76 … name = "Google Android ${androidSdk.androidVersion} instrumented android-all library"
77 …description = "Google Android ${androidSdk.androidVersion} framework jars transformed with Robolec…
[all …]
/external/apache-velocity-engine/
DREADME.md11 velocity-engine-core/ The Velocity Engine core module
12 velocity-engine-examples/ Several simple examples
13 velocity-engine-scripting/ JSR-223 implementation for Velocity scripting
14 spring-velocity-support Velocity Engine factory bean for Spring framework
21 Building from source requires Java development kit v1.8 or greater and Maven 3 (3.0.5+).
23 At compile time, Maven should fetch all engine needed dependencies, which are:
25 * commons-lang v3.9
26 * slf4j-api v1.7.30
30 * slf4j-simple v1.7.30
33 * commons-io 2.8.0
[all …]
/external/icu/tools/cldr/cldr-to-icu/
DREADME.txt6 Basic instructions for running the LdmlConverter via Maven
10 ------------
13 * The Maven build tool
14 * The Ant build tool
17 ---------------------
25 CLDR_DATA_DIR: The top-level directory for the CLDR production data (typically
28 https://github.com/unicode-org/cldr-staging/tree/main/production
35 $ export CLDR_DATA_DIR=/path/to/cldr-staging/production
39 relies on a pre-processing step, and the CLDR data must come from the separate
40 "staging" repository (i.e. https://github.com/unicode-org/cldr-staging) or be
[all …]
/external/icu/tools/cldr/
D.gitignore1 # Exclude the Maven local repository but keep the lib directory and the top-level readme, scripts a…
4 !/lib/install-cldr-jars.sh
7 # Ignore the default Maven target directory.
8 /cldr-to-icu/target
/external/icu/tools/cldr/lib/
Dinstall-cldr-jars.sh1 #!/bin/bash -u
8 # This script will attempt to build and install the necessary CLDR JAR files
12 # The user must have installed both 'ant' and 'maven' in accordance with the
17 # ./install-cldr-jars.sh <CLDR-root-directory>
22 # like "dirname" or "tempfile" may not exist). Where bash-only alternatives
37 echo -- "----------------------------------------------------------------" >> "${LOG_FILE}"
40 echo -- "---- Previous command failed ----" >> "${LOG_FILE}"
42 read -p "Show log file? " -n 1 -r
45 less -X "${LOG_FILE}"
50 echo -- "---- Previous command succeeded ----" >> "${LOG_FILE}"
[all …]
DREADME.txt7 -------------------------------------------
9 This is the root of a local Maven repository which needs to be populated before
13 computer and be able able to build the API jar file and copy an existing utility
18 -----
20 This project relies on the Maven build tool for managing dependencies and uses
24 $ sudo apt-get install maven ant
28 ---------------------------
32 $ ./install-cldr-jars.sh "$CLDR_DIR"
36 ------------------------------------
41 To regenerate the CLDR API jar you need to build the "jar" target manually
[all …]
/external/oss-fuzz/projects/apache-commons/
Dbuild.sh1 #!/bin/bash -eu
8 # http://www.apache.org/licenses/LICENSE-2.0
22 GEOMETRY_MODULE="commons-geometry-io-euclidean"
25 cd $SRC/commons-$project
26 …MAVEN_ARGS="-Dmaven.test.skip=true -Djavac.src.version=15 -Djavac.target.version=15 -Djdk.version=…
27 CURRENT_VERSION=$($MVN org.apache.maven.plugins:maven-help-plugin:3.2.0:evaluate \
28 -Dexpression=project.version -q -DforceStdout)
31 # commons-geometry is a multi-module project and requires special handling in order
32 # to build and extract the proper module (commons-geometry-io-euclidean)
33 …$MVN package org.apache.maven.plugins:maven-shade-plugin:3.2.4:shade -am -pl $GEOMETRY_MODULE $MAV…
[all …]
/external/nullaway/jar-infer/jar-infer-lib/
Dbuild.gradle8 * http://www.apache.org/licenses/LICENSE-2.0
17 id "java-library"
18 id 'nullaway.jacoco-conventions'
26 //maven { url "https://raw.github.com/msridhar/maven-jars/mvn-repo/" }
30 api deps.build.asm
31 api deps.build.asmTree
32 api deps.build.wala
33 api deps.build.guava
34 api deps.build.commonsIO
35 compileOnly deps.build.errorProneCheckApi
[all …]
/external/robolectric/.github/
DCONTRIBUTING.md11 export ANDROID_HOME=/path-to-sdk-root
12 export PATH=${PATH}:$ANDROID_HOME/tools:$ANDROID_HOME/platform-tools
20 git checkout -b my-feature-name
22 Copy all required Android dependencies into your local Maven repository:
24 ./scripts/install-dependencies.rb
26 Perform a full build of all shadows:
32jars that are installed in your local Maven repo. This means that for the tests to pick up your co…
34 To include the source jar in the build:
48 Essentially the IntelliJ default Java style, but with two-space indents.
/external/oss-fuzz/docs/getting-started/new-project-guide/
Djvm_lang.md1 ---
7 permalink: /getting-started/new-project-guide/jvm-lang/
8 ---
13 - TOC
15 ---
18 running on the Java Virtual Machine (JVM) with OSS-Fuzz is very similar to the
20 [Setting up a new project]({{ site.baseurl }}/getting-started/new-project-guide/)
25 Java fuzzing in OSS-Fuzz depends on
27 pre-installed on the OSS-Fuzz base docker images. As Jazzer operates directly
28 on the bytecode level, it can be applied to any project written in a JVM-based
[all …]
/external/testng/
Dbuild-with-maven1 # Two different POMs are needed to build TestNG with Maven because it's not
3 # - 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"
21 echo "Wiki: https://docs.sonatype.org/display/Repository/Sonatype+OSS+Maven+Repository+Usage+Guide"
23 # deploy without tagging: mvn deploy -DperformRelease

1234