Searched +full:versions +full:- +full:maven +full:- +full:plugin (Results 1 – 25 of 95) sorted by relevance
1234
| /external/grpc-grpc-java/ |
| D | SECURITY.md | 7 …-ietf-tls-applayerprotoneg-05) to negotiate the use of the h2 protocol. ALPN is a fairly new stand… 9 …ndroid, use the [Play Services Provider](#tls-on-android). For non-Android systems, use [OpenSSL](… 14 Provider](https://www.appfoundry.be/blog/2014/11/18/Google-Play-Services-Dynamic-Security-Provider/) 15 to ensure your application has an up-to-date OpenSSL library with the necessary 16 ciper-suites and a reliable ALPN implementation. This requires [updating the 18 runtime](https://developer.android.com/training/articles/security-gms-provider.html). 23 Dynamic Security Provider for all Android versions. 31 on [Maven 32 Central](https://search.maven.org/#search%7Cga%7C1%7Cg%3Aorg.conscrypt%20a%3Aconscrypt-android). 47 This is currently the recommended approach for using gRPC over TLS (on non-Android systems). [all …]
|
| /external/okio/ |
| D | build.gradle | 2 // If false - JS targets will not be configured in multiplatform projects. 5 // If false - Native targets will not be configured in multiplatform projects. 8 ext.versions = [ 33 'gradlePlugin': "org.jetbrains.kotlin:kotlin-gradle-plugin:${versions.kotlin}", 35 'common': "org.jetbrains.kotlin:kotlin-stdlib-common", 36 'jdk8': "org.jetbrains.kotlin:kotlin-stdlib-jdk8", 37 'jdk7': "org.jetbrains.kotlin:kotlin-stdlib-jdk7", 38 'jdk6': "org.jetbrains.kotlin:kotlin-stdlib", 39 'js': "org.jetbrains.kotlin:kotlin-stdlib-js", 42 'common': "org.jetbrains.kotlin:kotlin-test-common", [all …]
|
| /external/antlr/antlr3-maven-plugin/src/site/apt/ |
| D | index.apt | 1 ------------- 2 ANTLR v3 Maven Plugin 3 ------------- 5 ------------- 7 ------------- 9 ANTLR v3 Maven plugin 11 The ANTLR v3 Maven plugin is completely re-written as of version 3.1.3; if you are familiar 12 with prior versions, you should note that there are some behavioral differences that make 15 The job of the plugin is essentially to tell the standard ANTLR parser generator where the 16 input grammar files are and where the output files should be generated. As with all Maven [all …]
|
| /external/antlr/antlr3-maven-plugin/ |
| D | pom.xml | 1 <!-- 5 ANTLR - Copyright (c) 2005-2010 Terence Parr 6 Maven Plugin - Copyright (c) 2009 Jim Idle 32 --> 36 …maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocati… 40 <artifactId>antlr-master</artifactId> 43 <artifactId>antlr3-maven-plugin</artifactId> 44 <packaging>maven-plugin</packaging> 45 <name>ANTLR 3 Maven plugin</name> 49 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> [all …]
|
| /external/owasp/java-encoder/ |
| D | pom.xml | 1 <?xml version="1.0" encoding="US-ASCII"?> 2 <!-- 36 --> 38 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-inst… 39 …xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 43 <artifactId>encoder-parent</artifactId> 49 The OWASP Encoders package is a collection of high-performance low-overhead 51 preventing Web Application security vulnerabilities such as Cross-Site 64 <name>OWASP (Open Web-Application Security Project)</name> 70 <name>The BSD 3-Clause License</name> [all …]
|
| /external/truth/ |
| D | pom.xml | 1 <?xml version="1.0" encoding="UTF-8"?> 3 xmlns="http://maven.apache.org/POM/4.0.0" 4 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 5 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> 9 <artifactId>oss-parent</artifactId> 13 <artifactId>truth-parent</artifactId> 14 <version>HEAD-SNAPSHOT</version> 18 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> 19 <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> 21 <!-- Properties for plugins for which pluginManagement hasn't been working for us. --> [all …]
|
| /external/jacoco/jacoco-maven-plugin.test/ |
| D | pom.xml | 1 <?xml version="1.0" encoding="UTF-8"?> 2 <!-- 6 http://www.eclipse.org/legal/epl-2.0 8 SPDX-License-Identifier: EPL-2.0 11 Evgeny Mandrikov - initial API and implementation 12 --> 13 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-inst… 14 … xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> 24 <artifactId>jacoco-maven-plugin.test</artifactId> 27 <name>JaCoCo :: Test :: Maven Plugin</name> [all …]
|
| /external/google-java-format/eclipse_plugin/ |
| D | pom.xml | 1 <!-- 8 ~ http://www.apache.org/licenses/LICENSE-2.0 15 --> 17 <project xmlns="http://maven.apache.org/POM/4.0.0" 18 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 19 …xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 23 <artifactId>google-java-format-eclipse-plugin</artifactId> 24 <packaging>eclipse-plugin</packaging> 27 <name>Google Java Format Plugin for Eclipse 4.5+</name> 30 A Java source code formatter plugin for Eclipse that follows Google Java Style. [all …]
|
| D | README.md | 1 # Google Java Format Eclipse Plugin 5 See https://github.com/google/google-java-format#eclipse 11 Before building the plugin, make sure to run `mvn 12 tycho-versions:update-eclipse-metadata` to update the bundle version in 13 `META-INF/MANIFEST.MF`. 15 ### Building the Plugin 18 of the plugin to `eclipse_plugin/lib/` and then triggers the tycho build that uses these 19 dependencies (as declared in `build.properties`) for the actual Eclipse plugin build.<br><br> 20 If you also want to add the build artifact to the local maven repository, you can use 21 `mvn clean install -Dtycho.localArtifacts=ignore` instead. Note, however, that you then must use [all …]
|
| /external/libphonenumber/ |
| D | pom.xml | 2 …maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocati… 5 <artifactId>libphonenumber-parent</artifactId> 12 <artifactId>oss-parent</artifactId> 29 <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> 41 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> 92 <plugin> 94 <artifactId>maven-bundle-plugin</artifactId> 98 <id>bundle-manifest</id> 99 <phase>process-classes</phase> 105 </plugin> [all …]
|
| /external/icu/tools/cldr/cldr-to-icu/ |
| D | pom.xml | 1 <?xml version="1.0" encoding="UTF-8"?> 2 <!-- © 2019 and later: Unicode, Inc. and others. 5 --> 6 <project xmlns="http://maven.apache.org/POM/4.0.0" 7 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 8 …xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 11 <!-- Include the parent POM file to add the CLDR API dependency. --> 14 <artifactId>cldr-lib</artifactId> 20 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> 23 <!-- No need for <groupId> here (it's defined by the parent POM). --> [all …]
|
| /external/cldr/tools/ |
| D | pom.xml | 1 <?xml version="1.0" encoding="UTF-8"?> 3 <project xmlns="http://maven.apache.org/POM/4.0.0" 4 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 5 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 9 <artifactId>cldr-all</artifactId> 15 <name>Unicode-DFS-2016</name> 19 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> 20 <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> 21 <maven.compiler.source>11</maven.compiler.source> 22 <maven.compiler.target>11</maven.compiler.target> [all …]
|
| /external/jacoco/org.jacoco.build/ |
| D | pom.xml | 1 <?xml version="1.0" encoding="UTF-8"?> 2 <!-- 6 http://www.eclipse.org/legal/epl-2.0 8 SPDX-License-Identifier: EPL-2.0 11 Evgeny Mandrikov - initial API and implementation 12 --> 13 …maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocati… 22 <description>JaCoCo - Java Code Coverage Library</description> 31 <url>https://www.eclipse.org/legal/epl-2.0/</url> 88 …<!-- Order is important: org.jacoco.agent.rt embeds into org.jacoco.agent and JaCoCo Agent used du… [all …]
|
| /external/gson/gson/ |
| D | pom.xml | 1 …maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocati… 6 <artifactId>gson-parent</artifactId> 15 <name>Apache-2.0</name> 16 <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url> 34 <!-- 36 --> 37 <plugin> 39 <artifactId>templating-maven-plugin</artifactId> 43 <id>filtering-java-templates</id> 45 <goal>filter-sources</goal> [all …]
|
| /external/javaparser/ |
| D | pom.xml | 1 …maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocati… 4 <module>javaparser-core</module> 5 <module>javaparser-core-testing</module> 6 <module>javaparser-core-testing-bdd</module> 7 <module>javaparser-core-generators</module> 8 <module>javaparser-core-metamodel-generator</module> 9 <module>javaparser-core-serialization</module> 10 <module>javaparser-symbol-solver-model</module> 11 <module>javaparser-symbol-solver-logic</module> 12 <module>javaparser-symbol-solver-core</module> [all …]
|
| /external/apache-velocity-engine/ |
| D | pom.xml | 1 <?xml version="1.0" encoding="UTF-8"?> 2 <!-- 12 http://www.apache.org/licenses/LICENSE-2.0 21 --> 22 …maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocati… 28 <artifactId>velocity-master</artifactId> 33 <artifactId>velocity-engine-parent</artifactId> 34 <version>2.4-SNAPSHOT</version> 43 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> 46 <surefire.plugin.version>2.22.1</surefire.plugin.version> [all …]
|
| /external/auto/value/src/it/functional/ |
| D | pom.xml | 1 <?xml version="1.0" encoding="UTF-8"?> 2 <!-- 9 http://www.apache.org/licenses/LICENSE-2.0 16 --> 17 <!-- TODO(gak): see if we can manage these dependencies any better --> 18 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-inst… 19 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> 24 <artifactId>auto-value-parent</artifactId> 25 <version>HEAD-SNAPSHOT</version> 32 <version>HEAD-SNAPSHOT</version> [all …]
|
| /external/antlr/gunit/ |
| D | pom.xml | 1 <?xml version="1.0" encoding="UTF-8"?> 2 …maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocati… 10 <!-- 16 --> 19 <artifactId>antlr-master</artifactId> 23 <url>http://www.antlr.org/wiki/display/ANTLR3/gUnit+-+Grammar+Unit+Testing</url> 25 <!-- 27 Tell Maven which other artifacts we need in order to 28 build, run and test the ANTLR Tool. The ANTLR Tool uses earlier versions 32 taken from the antlr-snapshot repository, or your local .m2 [all …]
|
| /external/antlr/tool/ |
| D | pom.xml | 1 <?xml version="1.0" encoding="UTF-8"?> 2 …maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocati… 9 <!-- 15 --> 18 <artifactId>antlr-master</artifactId> 25 <artifactId>antlr-runtime</artifactId> 50 <!-- 52 Tell Maven which other artifacts we need in order to 53 build, run and test the ANTLR Tool. The ANTLR Tool uses earlier versions 57 taken from the antlr-snapshot repository, or your local .m2 [all …]
|
| /external/kotlinx.atomicfu/ |
| D | README.md | 3 [](https://kotlinlang.org/docs/components-stability.… 5 …ps://img.shields.io/badge/license-Apache%20License%202.0-blue.svg?style=flat)](https://www.apache.… 6 [](https://s… 8 >Note on Beta status: the plugin is in its active development phase and changes from release to rel… 9 >We do provide a compatibility of atomicfu-transformed artifacts between releases, but we do not pr… 10 >strict compatibility guarantees on plugin API and its general stability between Kotlin versions. 15 - [Features](#features) 16 - [Example](#example) 17 - [Quickstart](#quickstart) 18 - [Apply plugin to a project](#apply-plugin) [all …]
|
| /external/guava/android/ |
| D | pom.xml | 1 <?xml version="1.0" encoding="UTF-8"?> 2 <project xmlns="http://maven.apache.org/POM/4.0.0" 3 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 4 … xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> 8 <artifactId>guava-parent</artifactId> 9 <version>31.1-android</version> 11 <name>Guava Maven Parent</name> 15 <!-- Override this with -Dtest.include="**/SomeTest.java" on the CLI --> 18 <checker-framework.version>3.12.0</checker-framework.version> 20 <maven-javadoc-plugin.version>3.1.0</maven-javadoc-plugin.version> [all …]
|
| /external/guava/ |
| D | pom.xml | 1 <?xml version="1.0" encoding="UTF-8"?> 2 <project xmlns="http://maven.apache.org/POM/4.0.0" 3 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 4 … xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> 8 <artifactId>guava-parent</artifactId> 9 <version>31.1-jre</version> 11 <name>Guava Maven Parent</name> 15 <!-- Override this with -Dtest.include="**/SomeTest.java" on the CLI --> 18 <checker-framework.version>3.12.0</checker-framework.version> 20 <maven-javadoc-plugin.version>3.1.0</maven-javadoc-plugin.version> [all …]
|
| /external/testng/doc/ |
| D | maven.html | 3 <title>TestNG - Maven</title> 28 displayMenu("maven.html") 33 …*.P1 { font-family:Sans; font-size:10pt; margin-left:0in; margin-right:0in; text-align:left ! impo… 34 …*.P2 { font-family:Sans; font-size:10pt; margin-left:0in; margin-right:0in; text-align:left ! impo… 35 …*.P3 { font-family:'Nimbus Roman No9 L'; font-size:12pt; margin-left:0in; margin-right:0in; text-a… 36 *.Standard { font-family:'Nimbus Roman No9 L'; font-size:12pt; } 37 …*.Textbody { font-family:'Nimbus Roman No9 L'; font-size:12pt; margin-top:0in; margin-bottom:0.083… 38 *.T1 { font-weight:bold; } 40 *.T3 { color:#a52a2a; font-weight:bold; } 42 *.T5 { color:#353535; font-family:Sans; font-size:10pt; } [all …]
|
| /external/gson/.github/workflows/ |
| D | check-api-compatibility.yml | 6 check-api-compatibility: 7 runs-on: ubuntu-latest 10 - name: Checkout old version 14 path: 'gson-old-japicmp' 16 - name: Set up JDK 11 17 uses: actions/setup-java@v3 20 java-version: '11' 21 cache: 'maven' 23 - name: Build old version 25 cd gson-old-japicmp [all …]
|
| /external/robolectric/nativeruntime/ |
| D | build.gradle | 6 apply plugin: RoboJavaModulePlugin 7 apply plugin: DeployedRoboJavaModulePlugin 10 apply plugin: 'maven-publish' 11 apply plugin: "signing" 17 artifactId 'nativeruntime-dist-compat' 28 url = "http://www.apache.org/licenses/LICENSE-2.0" 29 …under Apache 2.0 which allows compiling binaries from source and then distributing those versions." 48 maven { 52 username = System.properties["sonatype-login"] ?: System.env['SONATYPE_LOGIN'] 53 password = System.properties["sonatype-password"] ?: System.env['SONATYPE_PASSWORD']
|
1234