Home
last modified time | relevance | path

Searched full:pom (Results 1 – 25 of 4590) sorted by relevance

12345678910>>...184

/aosp_15_r20/external/google-cloud-java/gapic-libraries-bom/
H A Dpom.xml2 …://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLoc…
6 <packaging>pom</packaging>
16 <artifactId>google-cloud-pom-parent</artifactId>
19 <relativePath>../google-cloud-pom-parent/pom.xml</relativePath>
28 <type>pom</type>
35 <type>pom</type>
42 <type>pom</type>
49 <type>pom</type>
56 <type>pom</type>
63 <type>pom</type>
[all …]
/aosp_15_r20/build/soong/cmd/pom2bp/
H A Dpom2bp.go186 type Pom struct { struct
187 XMLName xml.Name `xml:"http://maven.apache.org/POM/4.0.0 project"`
202 func (p Pom) IsAar() bool { argument
206 func (p Pom) IsJar() bool { argument
210 func (p Pom) IsApk() bool { argument
214 func (p Pom) IsHostModule() bool { argument
218 func (p Pom) IsDeviceModule() bool { argument
222 func (p Pom) IsHostAndDeviceModule() bool { argument
226 func (p Pom) IsHostOnly() bool { argument
230 func (p Pom) ModuleType() string { argument
[all …]
/aosp_15_r20/build/soong/cmd/pom2mk/
H A Dpom2mk.go138 type Pom struct { struct
139 XMLName xml.Name `xml:"http://maven.apache.org/POM/4.0.0 project"`
153 func (p Pom) IsAar() bool { argument
157 func (p Pom) IsJar() bool { argument
161 func (p Pom) MkName() string { argument
168 func (p Pom) MkJarDeps() []string { argument
172 func (p Pom) MkAarDeps() []string { argument
178 func (p Pom) MkDeps(typeExt string, scopes []string) []string { argument
195 func (p Pom) SdkVersion() string { argument
199 func (p Pom) Jetifier() bool { argument
[all …]
/aosp_15_r20/external/sdk-platform-java/scripts/
H A Dcreate_native_image_test_env.sh19 xmllint --shell pom.xml <<EOF
20 setns x=http://maven.apache.org/POM/4.0.0
24 save pom.xml
29 xmllint --shell pom.xml <<EOF
30 setns x=http://maven.apache.org/POM/4.0.0
34 save pom.xml
69 xmllint --shell pom.xml <<EOF
70 setns x=http://maven.apache.org/POM/4.0.0
74 save pom.xml
80 SHARED_DEPS_VERSION=$(sed -e 's/xmlns=".*"//' java-shared-dependencies/pom.xml | xmllint --xpath '/…
[all …]
/aosp_15_r20/prebuilts/sdk/tools/jetifier/jetifier-standalone/lib/
HDjetifier-core-1.0.0-beta10.jar ... android.tools.build.jetifier.core.pom.DependencyVersionsMap, com.android.tools.build ...
HDjetifier-processor-1.0.0-beta10.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/jetifier-processor. ...
/aosp_15_r20/external/dagger2/util/
H A Ddeploy-dagger.sh12 # @param {string} pomfile the pom file to deploy.
41 java/dagger/pom.xml \
49 gwt/pom.xml \
57 java/dagger/internal/codegen/pom.xml \
65 java/dagger/producers/pom.xml \
73 java/dagger/spi/pom.xml \
81 java/dagger/android/pom.xml \
89 java/dagger/android/legacy-pom.xml \
97 java/dagger/android/support/pom.xml \
105 java/dagger/android/support/legacy-pom.xml \
[all …]
/aosp_15_r20/external/icu/tools/cldr/lib/
H A Dpom.xml6 <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 …]
/aosp_15_r20/external/guava/guava/
H A Dmodule.json4 "group": "${pom.groupId}",
5 "module": "${pom.artifactId}",
6 "version": "${pom.version}",
82 "version": "${pom.version}"
87 "version": "${pom.version}"
155 "version": "${pom.version}"
160 "version": "${pom.version}"
220 "name": "${pom.artifactId}-${otherVariant.version}.jar",
221 "url": "../${otherVariant.version}/${pom.artifactId}-${otherVariant.version}.jar"
228 "version": "${pom.version}"
[all …]
/aosp_15_r20/external/google-cloud-java/generation/
H A Dset_parent_pom.sh6 # sets the parent to the root pom.xml
12 # First, read the values from the parent pom.xml
18 …# Search for <parent> tag in module pom and replace the next three lines -- groupId, artifcatId, a…
20 # execute the replacement in pom.xml
21 perl -i -0pe "$perl_command" pom.xml
24 # Then, apply the values as the parent pom of each module
25 for module in $(find . -mindepth 2 -maxdepth 2 -name pom.xml | sort --dictionary-order | xargs dirn…
29 [[ "${module}" = *google-cloud-pom-parent ]] || \
36 replaceParent ../google-cloud-jar-parent/pom.xml
42 replaceParent ../../google-cloud-pom-parent/pom.xml
H A Dmerge_repository.sh83 cp -R ../../../google-cloud-pom-parent google-cloud-pom-parent
90 git add pom.xml
91 git commit -am 'chore: create aggregator pom' --allow-empty
93 # Point modules poms and BOMs to the aggregator pom as parent
97 git commit -am 'chore: point modules to the aggregator pom as parent' \
108 # add the gapic bom module to root pom.xml by regenerating aggregator pom
111 git add gapic-libraries-bom/pom.xml
160 git add "**/pom.xml" || true
161 git commit -m 'split repo - diff pom.xml' --allow-empty
H A Dgenerate_gapic_bom.sh15 pom_file="${bom_directory}/pom.xml"
29 <type>pom</type>\n\
35 for module in $(find . -mindepth 2 -maxdepth 2 -name pom.xml |sort --dictionary-order | xargs dirna…
43 pom_file="${module}/pom.xml"
57 …\/dependencies>/s' ${GENERATION_DIR}/../gapic-libraries-bom/pom.xml > ${GENERATION_DIR}/bom.pom.xml
59 "${GENERATION_DIR}/bom.pom.xml" > gapic-libraries-bom/pom.xml
60 rm ${GENERATION_DIR}/bom.pom.xml
H A Dgenerate_root_pom.sh7 # Find all Maven modules (a directory that contains pom.xml)
8 find . -mindepth 2 -maxdepth 2 -name pom.xml |sort --dictionary-order | xargs dirname \
11 …odules>/<modules>\n <\/modules>/s' ${GENERATION_DIR}/../pom.xml > ${GENERATION_DIR}/parent.pom.xml
12 …' /tmp/repo-modules.txt`" '1;/<modules>/{print MODULES}' ${GENERATION_DIR}/parent.pom.xml > pom.xml
13 rm ${GENERATION_DIR}/parent.pom.xml
/aosp_15_r20/external/dagger2/java/dagger/hilt/android/plugin/main/
H A Dbuild.gradle182 // TODO(danysantiago): Use POM template in tools/ to avoid duplicating lines.
192 pom {
201 pom {
223 // TODO(danysantiago): Use POM template in tools/ to avoid duplicating lines.
224 def addPomTemplate(pom) {
225 pom.name = 'Hilt Android Gradle Plugin'
226 pom.description = 'A fast dependency injector for Android and Java.'
227 pom.url = 'https://github.com/google/dagger'
228 pom.scm {
234 pom.issueManagement {
[all …]
/aosp_15_r20/external/antlr/
H A Dpom.xml2 …://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 …]
/aosp_15_r20/external/google-cloud-java/.github/workflows/
H A Dgenerated_files_sync.yaml23 root-pom:
24 # root pom.xml does not have diff from generated one
28 - name: Generate root pom.xml file
42 - name: Generate gapic-libraries-bom/pom.xml
126 IncludedNonCloudModules=$(find java-maps-* -name 'pom.xml' \
127 |sed -e 's|/pom.xml$||' |xargs |sed -e 's/ /,/g')
134 for POM in $(find java-maps-* -name 'pom.xml'); do
136 --projects $POM 2>/dev/null )
141 echo "Unexpected group ID '${group_id}' found in ${POM}"
144 echo "Passed ${POM}"
/aosp_15_r20/external/sdk-platform-java/gapic-generator-java-bom/
H A Dpom.xml2 …://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLoc…
6 <packaging>pom</packaging>
17 <artifactId>gapic-generator-java-pom-parent</artifactId>
19 <relativePath>../gapic-generator-java-pom-parent</relativePath>
29 <type>pom</type>
41 <type>pom</type>
48 <type>pom</type>
55 <type>pom</type>
69 <type>pom</type>
/aosp_15_r20/external/google-cloud-java/.kokoro/
H A Ddependencies.sh64 # Output dep list with compile scope generated using the original pom
66 # This is stripped from the output as it is not present in the flattened pom.
68 msg "Generating dependency list using original pom..."
69 …mvn dependency:list -f pom.xml -DincludeScope=runtime -Dsort=true | grep '\[INFO] .*:.*:.*:.*:.…
71 # Output dep list generated using the flattened pom (only 'compile' and 'runtime' scopes)
72 msg "Generating dependency list using flattened pom..."
73 …mvn dependency:list -f .flattened-pom.xml -DincludeScope=runtime -Dsort=true | grep '\[INFO] .*…
93 for path in **/.flattened-pom.xml
95 # Check flattened pom in each dir that contains it for completeness
/aosp_15_r20/cts/tests/tests/secure_element/omapi/apk/
HDsigned-CtsOmapiTestCases.apk ... maven/com.google.guava/listenablefuture/pom.properties META-INF/maven/com. ...
/aosp_15_r20/external/kotlinx.coroutines/buildSrc/src/main/kotlin/
H A DPublishing.kt17 // Pom configuration
143 * Re-configure common publication to depend on JVM artifact only in pom.xml.
150 …* 'kotlinx-coroutines-core' in pom.xml only (e.g. Gradle will keep using the metadata), so Maven…
154 …* Publish the platform JAR and POM so that consumers who depend on this module and can't read Gra…
155 * metadata can still get the platform artifact and transitive dependencies from the POM.
163 jvmPublication.pom.withXml { jvmPublicationXml = this } in reconfigureMultiplatformPublication()
165 kmpPublication.pom.withXml { in reconfigureMultiplatformPublication()
167 // Remove the original content and add the content from the platform POM: in reconfigureMultiplatformPublication()
174 // Set packaging to POM to indicate that there's no artifact: in reconfigureMultiplatformPublication()
175 root.appendNode("packaging", "pom") in reconfigureMultiplatformPublication()
/aosp_15_r20/external/google-auth-library-java/.kokoro/
H A Ddownstream-client-library-check.sh35 CORE_VERSION=$(sed -e 's/xmlns=".*"//' pom.xml | xmllint --xpath '/project/version/text()' -)
50 xmllint --shell pom.xml << EOF
51 setns x=http://maven.apache.org/POM/4.0.0
55 save pom.xml
67 SHARED_DEPS_VERSION=$(sed -e 's/xmlns=".*"//' pom.xml | xmllint --xpath '/project/version/text()' -)
85 xmllint --shell pom.xml << EOF
86 setns x=http://maven.apache.org/POM/4.0.0
90 save pom.xml
/aosp_15_r20/external/sdk-platform-java/java-shared-dependencies/first-party-dependencies/
H A Dpom.xml2 <project xmlns="http://maven.apache.org/POM/4.0.0"
4 …xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
8 <packaging>pom</packaging>
39 <type>pom</type>
56 <type>pom</type>
63 <type>pom</type>
70 <type>pom</type>
77 <type>pom</type>
/aosp_15_r20/external/kotlinx.atomicfu/gradle/
H A Dpublish-mpp-root-module-in-platform.gradle6 /** 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")
/aosp_15_r20/external/kotlinx.serialization/gradle/
H A Dpublish-mpp-root-module-in-platform.gradle7 …* Publish the platform JAR and POM so that consumers who depend on this module and can't read Grad…
8 * metadata can still get the platform artifact and transitive dependencies from the POM
15 platformPublication.pom.withXml { platformXml = it }
18 pom.withXml {
20 // Remove the original content and add the content from the platform POM:
27 // Set packaging to POM to indicate that there's no artifact:
28 root.appendNode("packaging", "pom")
/aosp_15_r20/external/sdk-platform-java/java-shared-dependencies/
H A Dpom.xml2 …://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLoc…
6 <packaging>pom</packaging>
19 <artifactId>gapic-generator-java-pom-parent</artifactId>
21 <relativePath>../gapic-generator-java-pom-parent</relativePath>
35 <type>pom</type>
42 <type>pom</type>

12345678910>>...184