- Sort Score
- Result 10 results
- Languages All
Results 91 - 100 of 104 for Scm (0.01 sec)
-
compat/maven-compat/src/test/java/org/apache/maven/project/inheritance/t12scm/ProjectInheritanceTest.java
import org.apache.maven.project.inheritance.AbstractProjectInheritanceTestCase; import org.junit.jupiter.api.Test; import static org.junit.jupiter.api.Assertions.assertEquals; /** * Verifies SCM inheritance uses modules statement from parent. */ @Deprecated class ProjectInheritanceTest extends AbstractProjectInheritanceTestCase { // ---------------------------------------------------------------------- //Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Sun Mar 30 23:08:36 UTC 2025 - 3K bytes - Viewed (0) -
compat/maven-compat/src/test/java/org/apache/maven/project/inheritance/t00/ProjectInheritanceTest.java
// ---------------------------------------------------------------------- // Value taken from p1 // ---------------------------------------------------------------------- assertEquals("scm-url/p2/p3/p4", p4.getScm().getUrl()); // ---------------------------------------------------------------------- // Value taken from p4Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 3.5K bytes - Viewed (0) -
api/maven-api-core/src/main/java/org/apache/maven/api/SourceRoot.java
* by Source Code Management (<abbr>SCM</abbr>) software or by the operating system. * Examples: <code>"**/.gitignore"</code>, <code>"**/.DS_Store"</code>.</p> * * @param defaultIncludes the default includes if unspecified by the user * @param useDefaultExcludes whether to add the default set of patterns to exclude, * mostly Source Code Management (<abbr>SCM</abbr>) files */
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Nov 07 13:11:07 UTC 2025 - 14.2K bytes - Viewed (0) -
impl/maven-core/src/test/projects/plugin-manager/project-with-inheritance/pom.xml
</otherArchives> </mailingList> </mailingLists> <scm> <connection>scm:svn:http://svn.apache.org/repos/asf/maven/components/trunk</connection> <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/components/trunk</developerConnection> <url>http://svn.apache.org/viewcvs.cgi/maven/components/trunk</url> </scm> <build> <pluginManagement> <plugins> <plugin>Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 22.4K bytes - Viewed (0) -
compat/maven-compat/src/test/java/org/apache/maven/project/inheritance/t02/ProjectInheritanceTest.java
// ---------------------------------------------------------------------- // Value taken from p1 // ---------------------------------------------------------------------- assertEquals("scm-url/p2/p3/p4", project4.getScm().getUrl()); // ---------------------------------------------------------------------- // Value taken from p4Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Wed Jun 04 10:35:11 UTC 2025 - 6.3K bytes - Viewed (0) -
compat/maven-model-builder/src/main/java/org/apache/maven/model/inheritance/DefaultInheritanceAssembler.java
/** * Calculates the relative path from the base directory of the parent to the parent directory of the base directory * of the child. The general idea is to adjust inherited URLs to match the project layout (in SCM). * * <p>This calculation is only a heuristic based on our conventions. * In detail, the algo relies on the following assumptions: <ul>Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Wed Jul 23 17:27:08 UTC 2025 - 13.4K bytes - Viewed (0) -
android/pom.xml
<module>guava-bom</module> <module>guava-testlib</module> <module>guava-tests</module> </modules> <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>
Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Fri Dec 05 03:10:05 UTC 2025 - 26.4K bytes - Viewed (0) -
pom.xml
<module>guava-gwt</module> <module>guava-testlib</module> <module>guava-tests</module> </modules> <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>
Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Fri Dec 05 03:10:05 UTC 2025 - 26.1K bytes - Viewed (0) -
build.gradle.kts
name.set("The Apache Software License, Version 2.0") url.set("https://www.apache.org/licenses/LICENSE-2.0.txt") distribution.set("repo") } } scm { connection.set("scm:git:https://github.com/square/okhttp.git") developerConnection.set("scm:git:ssh://******@****.***/square/okhttp.git") url.set("https://github.com/square/okhttp") }
Registered: Fri Dec 26 11:42:13 UTC 2025 - Last Modified: Sat Nov 01 12:18:11 UTC 2025 - 11.5K bytes - Viewed (1) -
impl/maven-core/src/site/apt/configuration-management.apt
maven.multiproject.includes property. 2. it works without problems only for projects with relative paths, e.g., from one CVS repository.. for projects from multiple SCM repositories it's harder to maintain the same relative links on all developer computers. not sure the unified source directory structure addresses this issue. Properties
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 5.8K bytes - Viewed (0)