- Sort Score
- Num 10 results
- Language All
Results 21 - 30 of 39 for developerConnection (0.09 seconds)
-
compat/maven-model-builder/src/test/resources/poms/inheritance/tricky-flat-directory-urls-expected.xml
<url>http://www.apache.org/path/to/parent/../child-artifact-id/</url> <scm> <connection>scm:my-scm:http://domain.org/base/../child-artifact-id</connection> <developerConnection>scm:my-scm:https://domain.org/base/../child-artifact-id/</developerConnection> <url>https://domain.org/base/../child-artifact-id</url> </scm> <distributionManagement> <site> <url>scp://scp.domain.org/base/../child-artifact-id/</url>
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Fri Oct 25 12:31:46 GMT 2024 - 2K bytes - Click Count (0) -
impl/maven-core/src/site/apt/configuration-management.apt
properties file could be used the specify $ so it can be interpolated in <developerConnection/> but you couldn't use a properties file to specify the version of your project say. Anyway, food for thought to begin with. - elements that are critical for pom dissemination - those that are used locally by the user like <developerConnection/> * User configuration
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Fri Oct 25 12:31:46 GMT 2024 - 5.8K bytes - Click Count (0) -
android/guava-bom/pom.xml
<email>******@****.***</email> </developer> </developers> <scm> <connection>scm:git:https://github.com/google/guava.git</connection> <developerConnection>scm:git:******@****.***:google/guava.git</developerConnection> <url>https://github.com/google/guava</url> </scm> <issueManagement> <system>GitHub Issues</system> <url>https://github.com/google/guava/issues</url>
Created: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Mon Sep 29 19:50:42 GMT 2025 - 2.9K bytes - Click Count (0) -
compat/maven-model-builder/src/main/java/org/apache/maven/model/merge/MavenModelMerger.java
target.setLocation("developerConnection", source.getLocation("developerConnection")); } else if (target.getDeveloperConnection() == null) { String e = extrapolateChildUrl(src, source.isChildScmDeveloperConnectionInheritAppendPath(), context); target.setDeveloperConnection(e); target.setLocation("developerConnection", source.getLocation("developerConnection"));
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Tue Feb 25 08:27:34 GMT 2025 - 21.7K bytes - Click Count (0) -
impl/maven-core/src/test/remote-repo/org/apache/maven/maven/2.0/maven-2.0.pom
</license> </licenses> <scm> <connection>scm:svn:http://svn.apache.org/repos/asf/maven/components/tags/maven-2.0</connection> <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/components/tags/maven-2.0</developerConnection> <url>http://svn.apache.org/viewcvs.cgi/maven/components/tags/maven-2.0</url> </scm> <organization> <name>Apache Software Foundation</name>
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Fri Oct 25 12:31:46 GMT 2024 - 8.6K bytes - Click Count (0) -
compat/maven-model-builder/src/main/java/org/apache/maven/model/interpolation/UrlNormalizingPostProcessor.java
Set<String> expressions = new HashSet<>(); expressions.add("project.url"); expressions.add("project.scm.url"); expressions.add("project.scm.connection"); expressions.add("project.scm.developerConnection"); expressions.add("project.distributionManagement.site.url"); URL_EXPRESSIONS = expressions; } private UrlNormalizer normalizer;
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Tue Feb 25 08:27:34 GMT 2025 - 2.1K bytes - Click Count (0) -
compat/maven-model-builder/src/test/resources/poms/inheritance/no-append-urls3-child.xml
</parent> <artifactId>inheritance</artifactId><!-- same as directory name --> <name>Model urls inheritance test child</name> <scm child.scm.connection.inherit.append.path="true" child.scm.developerConnection.inherit.append.path="true" child.scm.url.inherit.append.path="true" /> <distributionManagement> <site child.site.url.inherit.append.path="true" /> </distributionManagement>
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Fri Oct 25 12:31:46 GMT 2024 - 1.6K bytes - Click Count (0) -
build-logic-commons/publishing/src/main/kotlin/gradlebuild.publish-defaults.gradle.kts
Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Thu Jul 17 16:12:44 GMT 2025 - 3.4K bytes - Click Count (0) -
compat/maven-model-builder/src/site/apt/index.apt
<<<modelVersion>>>, <<<artifactId>>>, <<<packaging>>>, <<<profiles>>> (injected in phase 1) and <<<prerequisites>>>. Notice that the 5 URLs from the model (<<<project.url>>>, <<<project.scm.connection>>>, <<<project.scm.developerConnection>>>, <<<project.scm.url>>> and <<<project.distributionManagement.site.url>>>) have a special inheritance handling:
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Fri Jan 03 08:42:52 GMT 2025 - 13.2K bytes - Click Count (0) -
impl/maven-core/src/test/java/org/apache/maven/internal/transformation/impl/ConsumerPomBuilderTest.java
Model model = Model.newBuilder() .scm(Scm.newBuilder() .connection("scm:git:https://github.com/apache/maven-project.git") .developerConnection("scm:git:https://github.com/apache/maven-project.git") .url("https://github.com/apache/maven-project") .childScmConnectionInheritAppendPath("true")
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Thu Nov 06 18:32:25 GMT 2025 - 7.2K bytes - Click Count (0)