Home
last modified time | relevance | path

Searched refs:pom (Results 1 – 25 of 222) sorted by relevance

123456789

/external/dagger2/util/
Ddeploy-dagger.sh41 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 \
115 java/dagger/android/processor/pom.xml \
[all …]
Ddeploy-hilt.sh41 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 \
Ddeploy-hilt-gradle-plugin.sh30 -DpomFile="$(find $outdir -name "*-$suffix.pom")" \
35 -Dfile="$(find $markerOutDir -name "*-$suffix.pom")" \
36 -DpomFile="$(find $markerOutDir -name "*-$suffix.pom")" \
/external/testng/
Dverify-release10 # 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"
Dbuild-with-maven3 # - 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"
DNOTES10 -> 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
DCHECKLIST3 pom.xml
4 pom-test.xml
/external/apache-commons-io/
D.gitignore4 pom.xml.tag
5 pom.xml.releaseBackup
6 pom.xml.versionsBackup
7 pom.xml.next
/external/dokka/runners/maven-plugin/
Dbuild.gradle35 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")
43pom.text = pomTemplate.text.replace("<version>dokka_version</version>", "<version>$dokka_version</…
/external/dokka/
D.gitignore7 pom.xml.tag
8 pom.xml.releaseBackup
9 pom.xml.versionsBackup
10 pom.xml.next
12 dependency-reduced-pom.xml
/external/dagger2/java/dagger/hilt/android/plugin/
Dbuild.gradle200 pom {
209 pom {
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 {
246 pom.licenses {
252 pom.organization {
[all …]
/external/dokka/buildSrc/src/main/groovy/org/jetbrains/
DCorrectShadowPublishing.groovy15 publication.pom { MavenPom pom ->
16 pom.withXml { xml ->
/external/oboe/
Dprefab_build.sh32 mv oboe-VERSION.pom oboe-$version.pom
33 sed -i '' -e "s/VERSION/${version}/g" oboe-$version.pom oboe-$version/prefab/prefab.json
/external/dokka/runners/gradle-plugin/
Dbuild.gradle66 publication.pom { pom ->
68 …s a workaround until the Shadow jar can put project dependencies into the .pom: https://github.com…
69 pom.withXml { xml ->
/external/jackson-annotations/
D.gitattributes1 # Do not merge `pom.xml` from older version, as it will typically conflict
3 pom.xml merge=ours
/external/jackson-core/
D.gitattributes1 # Do not merge `pom.xml` from older version, as it will typically conflict
3 pom.xml merge=ours
/external/auto/util/
Dpublish-snapshot-on-commit.sh5 mvn -B dependency:go-offline test clean -U --quiet --fail-never -DskipTests=true -f build-pom.xml
6 mvn -B -U source:jar deploy -DskipTests=true -f build-pom.xml
/external/auto/
D.gitignore15 pom.xml.*
26 dependency-reduced-pom.xml
/external/dagger2/
D.gitignore17 pom.xml.*
29 dependency-reduced-pom.xml
/external/smali/
Dextract-property.xslt1 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:pom="http://maven.apache.org…
3 <xsl:template match="/"><xsl:value-of select="//pom:aversion"/></xsl:template>
/external/jackson-databind/
D.gitattributes1 # Do not merge `pom.xml` from older version, as it will typically conflict
7 pom.xml merge=ours
/external/nullaway/jar-infer/jar-infer-cli/
Dbuild.gradle51 // 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 {
/external/grpc-grpc-java/android/
Dbuild.gradle109 ]*.pom*.whenConfigured { pom ->
110 pom.project {
140 def core = pom.dependencies.find {dep -> dep.artifactId == 'grpc-core'}
/external/kotlinx.coroutines/gradle/
Dpublish-mpp-root-module-in-platform.gradle12 platformPublication.pom.withXml { platformXml = it }
15 pom.withXml {
25 root.appendNode("packaging", "pom")
/external/mockito-kotlin/gradle/
Dpublishing.gradle25 pom.withXml {
46 //useful for testing - running "publish" will create artifacts/pom in a local dir
60 //fleshes out problems with Maven pom generation when building

123456789