Home
last modified time | relevance | path

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

12345678910>>...109

/external/google-cloud-java/gapic-libraries-bom/
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 …]
/external/icu/tools/cldr/lib/
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 …]
/external/dagger2/util/
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 …]
Dfind_pom_value.py1 """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))
/external/sdk-platform-java/scripts/
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 …]
/external/google-cloud-java/generation/
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
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
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
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
/external/guava/guava/
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 …]
/external/kotlinx.atomicfu/gradle/
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")
/external/google-cloud-java/.kokoro/
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
/external/sdk-platform-java/java-shared-dependencies/
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>
/external/google-auth-library-java/.kokoro/
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
/external/google-cloud-java/
Drenovate.json13 "pom.xml",
14 "google-cloud-pom-parent/pom.xml",
15 "google-cloud-jar-parent/pom.xml",
16 "java-shared-dependencies/first-party-dependencies/pom.xml",
17 "java-shared-dependencies/third-party-dependencies/pom.xml",
/external/google-cloud-java/.github/workflows/
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}"
/external/dagger2/java/dagger/hilt/android/plugin/main/
Dbuild.gradle186 // TODO(danysantiago): Use POM template in tools/ to avoid duplicating lines.
196 pom {
205 pom {
227 // TODO(danysantiago): Use POM template in tools/ to avoid duplicating lines.
228 def addPomTemplate(pom) {
229 pom.name = 'Hilt Android Gradle Plugin'
230 pom.description = 'A fast dependency injector for Android and Java.'
231 pom.url = 'https://github.com/google/dagger'
232 pom.scm {
238 pom.issueManagement {
[all …]
/external/google-cloud-java/java-iam/google-iam-policy-bom/
Dpom.xml2 …://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLoc…
7 <packaging>pom</packaging>
11 <artifactId>google-cloud-pom-parent</artifactId>
13 <relativePath>../../google-cloud-pom-parent/pom.xml</relativePath>
/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"
/external/sdk-platform-java/gapic-generator-java-bom/
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>
/external/google-cloud-java/java-compute/google-cloud-compute-bom/
Dpom.xml2 …://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLoc…
7 <packaging>pom</packaging>
11 <artifactId>google-cloud-pom-parent</artifactId>
13 <relativePath>../../google-cloud-pom-parent/pom.xml</relativePath>
/external/antlr/
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 …]
/external/guava/.github/workflows/
Dci.yml19 name: "${{ matrix.root-pom }} on JDK ${{ matrix.java }} on ${{ matrix.os }}"
24 root-pom: [ 'pom.xml', 'android/pom.xml' ]
28 root-pom: pom.xml
31 ROOT_POM: ${{ matrix.root-pom }}
/external/tink-java/maven/
Dmaven_deploy_library_test.sh38 cat << EOF > "${RELATIVE_MVN_DIR_PATH}/tink.pom.xml"
39 <project xmlns="http://maven.apache.org/POM/4.0.0"
41 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
87 -DpomFile=${RELATIVE_MVN_DIR_PATH}/tink.pom.xml
104 source "${CLI}" install tink "${RELATIVE_MVN_DIR_PATH}/tink.pom.xml" HEAD \
126 -DpomFile=${RELATIVE_MVN_DIR_PATH}/tink.pom.xml
144 "${RELATIVE_MVN_DIR_PATH}/tink.pom.xml" HEAD > /dev/null
166 source "${CLI}" release tink "${RELATIVE_MVN_DIR_PATH}/tink.pom.xml" 1.2.3 \
206 -DpomFile=${RELATIVE_MVN_DIR_PATH}/tink.pom.xml
248 "${RELATIVE_MVN_DIR_PATH}/tink.pom.xml" 1.2.3 > /dev/null
[all …]
/external/sdk-platform-java/java-shared-dependencies/first-party-dependencies/
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>

12345678910>>...109