| /external/icu/tools/cldr/lib/ |
| D | pom.xml | 6 <project xmlns="http://maven.apache.org/POM/4.0.0" 8 …xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 11 <!-- This POM file acts as a parent POM file for any tool which is built 12 via Maven and requires access to the CLDR data APIs. This POM file 16 <!-- Declares this to be a POM that's included by other POM files. --> 17 <packaging>pom</packaging> 19 <!-- This must match any child POM file's <parent> declaration. --> 25 child POM file, not this directory (and there's no easy way in Maven 26 to identify the absolute path of a parent POM file). However since 27 child POM files should have a <parent> declaration with the relative [all …]
|
| /external/dagger2/util/ |
| D | deploy-dagger.sh | 12 # @param {string} pomfile the pom file to deploy. 41 java/dagger/pom.xml \ 49 gwt/pom.xml \ 59 java/dagger/internal/codegen/pom.xml \ 67 java/dagger/producers/pom.xml \ 75 java/dagger/spi/pom.xml \ 83 java/dagger/android/pom.xml \ 91 java/dagger/android/legacy-pom.xml \ 99 java/dagger/android/support/pom.xml \ 107 java/dagger/android/support/legacy-pom.xml \ [all …]
|
| D | find_pom_value.py | 1 """Find value of a Maven pom attribute given a pom file. 4 python find_pom_value.py <pom-file> <pom-attribute> 15 "{http://maven.apache.org/POM/4.0.0}%s" % pom_attribute))
|
| D | deploy-hilt.sh | 12 # @param {string} pomfile the pom file to deploy. 41 java/dagger/hilt/android/pom.xml \ 49 java/dagger/hilt/android/testing/pom.xml \ 57 java/dagger/hilt/processor/pom.xml \ 65 java/dagger/hilt/android/processor/pom.xml \ 73 java/dagger/hilt/pom.xml \
|
| D | deploy-hilt-gradle-plugin.sh | 24 suffix=$(find $outdir -name "*.pom" | grep -Eo '[0-9]{8}\.[0-9]{6}-[0-9]{1}') 30 -DpomFile="$(find $outdir -name "*-$suffix.pom")" \ 35 -Dfile="$(find $markerOutDir -name "*-$suffix.pom")" \ 36 -DpomFile="$(find $markerOutDir -name "*-$suffix.pom")" \
|
| /external/slf4j/src/main/assembly/ |
| D | source.xml | 13 <include>pom.xml</include> 21 <include>pom.xml</include> 29 <include>pom.xml</include> 37 <include>pom.xml</include> 45 <include>pom.xml</include> 53 <include>pom.xml</include> 61 <include>pom.xml</include> 69 <include>pom.xml</include> 78 <include>pom.xml</include> 86 <include>pom.xml</include> [all …]
|
| /external/kotlinx.coroutines/gradle/ |
| D | publish-mpp-root-module-in-platform.gradle | 6 /** Publish the platform JAR and POM so that consumers who depend on this module and can't read Gra… 7 metadata can still get the platform artifact and transitive dependencies from the POM: */ 12 platformPublication.pom.withXml { platformXml = it } 15 pom.withXml { 17 // Remove the original content and add the content from the platform POM: 24 // Set packaging to POM to indicate that there's no artifact: 25 root.appendNode("packaging", "pom")
|
| /external/dagger2/java/dagger/hilt/android/plugin/ |
| D | build.gradle | 190 // TODO(danysantiago): Use POM template in tools/ to avoid duplicating lines. 200 pom { 209 pom { 231 // TODO(danysantiago): Use POM template in tools/ to avoid duplicating lines. 232 def addPomTemplate(pom) { 233 pom.name = 'Hilt Android Gradle Plugin' 234 pom.description = 'A fast dependency injector for Android and Java.' 235 pom.url = 'https://github.com/google/dagger' 236 pom.scm { 242 pom.issueManagement { [all …]
|
| /external/kotlinx.atomicfu/gradle/ |
| D | publish-mpp-root-module-in-platform.gradle | 6 /** Publish the platform JAR and POM so that consumers who depend on this module and can't read Gra… 7 metadata can still get the platform artifact and transitive dependencies from the POM: */ 12 platformPublication.pom.withXml { platformXml = it } 15 pom.withXml { 17 // Remove the original content and add the content from the platform POM: 24 // Set packaging to POM to indicate that there's no artifact: 25 root.appendNode("packaging", "pom")
|
| /external/guava/.github/workflows/ |
| D | ci.yml | 13 name: "${{ matrix.root-pom }} on JDK ${{ matrix.java }}" 17 root-pom: [ 'pom.xml', 'android/pom.xml' ] 20 ROOT_POM: ${{ matrix.root-pom }} 33 key: maven-${{ hashFiles('**/pom.xml') }} 65 key: maven-${{ hashFiles('**/pom.xml') }} 94 key: maven-${{ hashFiles('**/pom.xml') }}
|
| /external/antlr/ |
| D | pom.xml | 2 …://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLoc… 17 <packaging>pom</packaging> 19 <name>ANTLR 3 Master build control POM</name> 20 <description>Master build POM for ANTLR 3</description> 33 pom. 37 This is the master pom for building the ANTLR 40 this pom will build when we build this pom 98 This is the master pom, and so it only contains those 201 directory as the pom.xml is located and set any properties 204 file specified in any pom. So, there is a master antlr.config [all …]
|
| /external/testng/ |
| D | verify-release | 10 # Make sure that pom.xml and pom-test.xml test the same and latest version 13 v1=`perl -ne 'BEGIN{undef $/}; print "$1" if m/(TestNG.*\n.*version)/mg' pom.xml | awk -F ">" '{ pr… 15 v2=`perl -ne 'BEGIN{undef $/}; print "$1" if m/(artifactId.testng.*\n.*version)/mg' pom-test.xml | … 19 echo "Versions of pom.xml and pom-test.xml do not match: $v1 $v2"
|
| D | build-with-maven | 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 13 mvn -f pom-test.xml test 17 echo "To run the tests: mvn -f pom-test.xml test"
|
| D | NOTES | 10 -> Update <version>5.12</version> in bundle-pom.xml to the correct version 11 mvn install:install-file -DpomFile=bundle-pom.xml -Dfile=testng-5.12.1.jar 15 -> Update <testNgVersion> in pom.xml to the correct version 16 -> Remove <classifier> in pom.xml if it's still there
|
| /external/dokka/runners/maven-plugin/ |
| D | build.gradle | 35 inputs.file(new File(projectDir, "pom.tpl.xml")) 39 outputs.file(new File(buildDir, "pom.xml")) 41 final pomTemplate = new File(projectDir, "pom.tpl.xml") 42 final pom = new File(buildDir, "pom.xml") 43 …pom.text = pomTemplate.text.replace("<version>dokka_version</version>", "<version>$dokka_version</…
|
| /external/apache-commons-io/ |
| D | .gitignore | 4 pom.xml.tag 5 pom.xml.releaseBackup 6 pom.xml.versionsBackup 7 pom.xml.next
|
| /external/jacoco/org.jacoco.examples.test/ |
| D | pom.xml | 13 …://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLoc… 78 <id>test-pom</id> 92 <id>test-pom-it</id> 102 <goal>-f pom-it.xml</goal> 108 <id>test-pom-offline</id> 118 <goal>-f pom-offline.xml</goal>
|
| /external/grpc-grpc-java/netty/shaded/ |
| D | build.gradle | 49 // This is a hack to have shadow plugin modify the uploadArchives POM's 51 // longer modify the POM. This probably can break horribly with parallel build, 54 // And then we use a further hack to share that POM with install 55 install.repositories.mavenInstaller.pom = uploadArchives.repositories.mavenDeployer.pom
|
| /external/dokka/ |
| D | .gitignore | 7 pom.xml.tag 8 pom.xml.releaseBackup 9 pom.xml.versionsBackup 10 pom.xml.next 12 dependency-reduced-pom.xml
|
| /external/auto/.github/workflows/ |
| D | ci.yml | 30 key: maven-${{ hashFiles('**/pom.xml') }} 40 …: mvn -B dependency:go-offline test clean -U --quiet --fail-never -DskipTests=true -f build-pom.xml 43 … run: mvn -B verify -U --fail-at-end -Dsource.skip=true -Dmaven.javadoc.skip=true -f build-pom.xml 57 key: maven-${{ hashFiles('**/pom.xml') }} 86 key: maven-${{ hashFiles('**/pom.xml') }}
|
| /external/robolectric/plugins/maven-dependency-resolver/src/test/java/org/robolectric/internal/dependency/ |
| D | MavenDependencyResolverTest.kt | 101 val pom = File(localRepositoryDir, artifact.pomPath()) in checkJarArtifact() constant 106 assertThat(pom.exists()).isTrue() in checkJarArtifact() 107 assertThat(readFile(pom)).isEqualTo("$artifact pom contents") in checkJarArtifact() 110 assertThat(pom.exists()).isTrue() in checkJarArtifact() 111 assertThat(readFile(pomSha512)).isEqualTo(sha512("$artifact pom contents")) in checkJarArtifact() 249 val pomContents = "$mavenJarArtifact pom contents" in addTestArtifact() 274 val pomContents = "$mavenJarArtifact pom contents" in addTestArtifactInvalidSha512()
|
| /external/protobuf/ |
| D | update_version.py | 223 RewriteXml('java/pom.xml', 227 RewriteXml('java/bom/pom.xml', 231 RewriteXml('java/core/pom.xml', 236 RewriteXml('java/lite/pom.xml', 241 RewriteXml('java/util/pom.xml', 246 RewriteXml('java/kotlin/pom.xml', 251 RewriteXml('java/kotlin-lite/pom.xml', 256 RewriteXml('protoc-artifacts/pom.xml', 362 RewriteXml('ruby/pom.xml', 365 RewriteXml('ruby/pom.xml',
|
| /external/cronet/third_party/protobuf/ |
| D | update_version.py | 235 RewriteXml('java/pom.xml', 239 RewriteXml('java/bom/pom.xml', 243 RewriteXml('java/core/pom.xml', 248 RewriteXml('java/lite/pom.xml', 253 RewriteXml('java/util/pom.xml', 258 RewriteXml('java/kotlin/pom.xml', 263 RewriteXml('java/kotlin-lite/pom.xml', 268 RewriteXml('protoc-artifacts/pom.xml', 382 RewriteXml('ruby/pom.xml', 385 RewriteXml('ruby/pom.xml',
|
| /external/smali/ |
| D | extract-property.xslt | 1 …heet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:pom="http://maven.apache.org/POM/4.0.0… 3 <xsl:template match="/"><xsl:value-of select="//pom:aversion"/></xsl:template>
|
| /external/nullaway/jar-infer/jar-infer-cli/ |
| D | build.gradle | 51 // to get a pom.xml with no dependencies for our fat jar, as using 53 // same pom.xml. Instead, we skip publishing the thin jar 80 // The shadow publication does not auto-configure the pom.xml file for us, so we need to 83 pom {
|