Searched full:pom (Results 1 – 25 of 4590) sorted by relevance
12345678910>>...184
2 …://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 …]
186 type Pom struct { struct187 XMLName xml.Name `xml:"http://maven.apache.org/POM/4.0.0 project"`202 func (p Pom) IsAar() bool { argument206 func (p Pom) IsJar() bool { argument210 func (p Pom) IsApk() bool { argument214 func (p Pom) IsHostModule() bool { argument218 func (p Pom) IsDeviceModule() bool { argument222 func (p Pom) IsHostAndDeviceModule() bool { argument226 func (p Pom) IsHostOnly() bool { argument230 func (p Pom) ModuleType() string { argument[all …]
138 type Pom struct { struct139 XMLName xml.Name `xml:"http://maven.apache.org/POM/4.0.0 project"`153 func (p Pom) IsAar() bool { argument157 func (p Pom) IsJar() bool { argument161 func (p Pom) MkName() string { argument168 func (p Pom) MkJarDeps() []string { argument172 func (p Pom) MkAarDeps() []string { argument178 func (p Pom) MkDeps(typeExt string, scopes []string) []string { argument195 func (p Pom) SdkVersion() string { argument199 func (p Pom) Jetifier() bool { argument[all …]
19 xmllint --shell pom.xml <<EOF20 setns x=http://maven.apache.org/POM/4.0.024 save pom.xml29 xmllint --shell pom.xml <<EOF30 setns x=http://maven.apache.org/POM/4.0.034 save pom.xml69 xmllint --shell pom.xml <<EOF70 setns x=http://maven.apache.org/POM/4.0.074 save pom.xml80 SHARED_DEPS_VERSION=$(sed -e 's/xmlns=".*"//' java-shared-dependencies/pom.xml | xmllint --xpath '/…[all …]
... android.tools.build.jetifier.core.pom.DependencyVersionsMap, com.android.tools.build ...
META-INF/ META-INF/MANIFEST.MF META-INF/jetifier-processor. ...
12 # @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 …]
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 built12 via Maven and requires access to the CLDR data APIs. This POM file16 <!-- 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 Maven26 to identify the absolute path of a parent POM file). However since27 child POM files should have a <parent> declaration with the relative[all …]
4 "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 …]
6 # sets the parent to the root pom.xml12 # First, read the values from the parent pom.xml18 …# Search for <parent> tag in module pom and replace the next three lines -- groupId, artifcatId, a…20 # execute the replacement in pom.xml21 perl -i -0pe "$perl_command" pom.xml24 # Then, apply the values as the parent pom of each module25 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.xml42 replaceParent ../../google-cloud-pom-parent/pom.xml
83 cp -R ../../../google-cloud-pom-parent google-cloud-pom-parent90 git add pom.xml91 git commit -am 'chore: create aggregator pom' --allow-empty93 # Point modules poms and BOMs to the aggregator pom as parent97 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 pom111 git add gapic-libraries-bom/pom.xml160 git add "**/pom.xml" || true161 git commit -m 'split repo - diff pom.xml' --allow-empty
15 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.xml59 "${GENERATION_DIR}/bom.pom.xml" > gapic-libraries-bom/pom.xml60 rm ${GENERATION_DIR}/bom.pom.xml
7 # 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.xml12 …' /tmp/repo-modules.txt`" '1;/<modules>/{print MODULES}' ${GENERATION_DIR}/parent.pom.xml > pom.xml13 rm ${GENERATION_DIR}/parent.pom.xml
182 // 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 …]
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 ANTLR40 this pom will build when we build this pom98 This is the master pom, and so it only contains those201 directory as the pom.xml is located and set any properties204 file specified in any pom. So, there is a master antlr.config[all …]
23 root-pom:24 # root pom.xml does not have diff from generated one28 - name: Generate root pom.xml file42 - name: Generate gapic-libraries-bom/pom.xml126 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'); do136 --projects $POM 2>/dev/null )141 echo "Unexpected group ID '${group_id}' found in ${POM}"144 echo "Passed ${POM}"
2 …://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>
64 # Output dep list with compile scope generated using the original pom66 # 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.xml95 # Check flattened pom in each dir that contains it for completeness
... maven/com.google.guava/listenablefuture/pom.properties META-INF/maven/com. ...
17 // Pom configuration143 * 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()
35 CORE_VERSION=$(sed -e 's/xmlns=".*"//' pom.xml | xmllint --xpath '/project/version/text()' -)50 xmllint --shell pom.xml << EOF51 setns x=http://maven.apache.org/POM/4.0.055 save pom.xml67 SHARED_DEPS_VERSION=$(sed -e 's/xmlns=".*"//' pom.xml | xmllint --xpath '/project/version/text()' -)85 xmllint --shell pom.xml << EOF86 setns x=http://maven.apache.org/POM/4.0.090 save pom.xml
2 <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>
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")
7 …* 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 POM15 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")
2 …://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>