- Sort Score
- Num 10 results
- Language All
Results 141 - 150 of 305 for isSnapshot (0.06 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
impl/maven-core/src/test/projects/project-builder/MNG-6983/pom.xml
<modelVersion>4.0.0</modelVersion> <parent> <groupId>org.example</groupId> <artifactId>parent</artifactId> <version>0.0.1-SNAPSHOT</version> <relativePath>./parent-pom.xml</relativePath> </parent> <artifactId>child</artifactId> <packaging>jar</packaging> <build> <plugins> <plugin>
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Fri Oct 25 12:31:46 GMT 2024 - 753 bytes - Click Count (0) -
compat/maven-model-builder/src/test/resources/poms/depmgmt/import.xml
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>test</groupId> <artifactId>import</artifactId> <version>0.1-SNAPSHOT</version> <packaging>pom</packaging> <dependencyManagement> <dependencies> <dependency> <groupId>test</groupId> <artifactId>mydep</artifactId>
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Fri Jan 10 07:09:12 GMT 2025 - 726 bytes - Click Count (0) -
.teamcity/src/main/kotlin/configurations/StageTriggers.kt
os: Os? = null, ) { if (os == null || stageWithOsTriggers.getOrDefault(prevStage.stageName, emptyList()).contains(os)) { dependency(RelativeId(stageTriggerId(model, prevStage, os))) { snapshot { onDependencyFailure = FailureAction.FAIL_TO_START onDependencyCancel = FailureAction.FAIL_TO_START } } } } fun stageTriggerId(Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Tue Dec 30 12:17:39 GMT 2025 - 7.2K bytes - Click Count (0) -
impl/maven-core/src/test/projects/plugin-manager/project-with-inheritance/pom.xml
<wagonVersion>1.0-beta-4</wagonVersion> <modelBuilderVersion>1.7-SNAPSHOT</modelBuilderVersion> <mercuryVersion>1.0-alpha-6-SNAPSHOT</mercuryVersion> <mercuryMp3Version>1.0-alpha-1</mercuryMp3Version> <securityDispatcherVersion>1.2</securityDispatcherVersion> <woodstoxVersion>3.2.6</woodstoxVersion> <modelloVersion>1.0.1-SNAPSHOT</modelloVersion> <jxpathVersion>1.3</jxpathVersion> </properties>
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Fri Oct 25 12:31:46 GMT 2024 - 22.4K bytes - Click Count (0) -
impl/maven-core/src/test/projects/project-builder/MNG-6716/project/pom.xml
<modelVersion>4.0.0</modelVersion> <groupId>org.apache.maven.tests</groupId> <artifactId>MNG-6716</artifactId> <packaging>jar</packaging> <version>0.1-SNAPSHOT</version> <mailingLists> <mailingList> <name>blah</name> </mailingList> </mailingLists> <build> <testSourceDirectory>../sibling/src-test</testSourceDirectory>
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Fri Oct 25 12:31:46 GMT 2024 - 742 bytes - Click Count (0) -
lib/fips140/fips140.sum
# SHA256 checksums of snapshot zip files in this directory. # These checksums are included in the FIPS security policy # (validation instructions sent to the lab) and MUST NOT CHANGE. # That is, the zip files themselves must not change. # # It is okay to add new zip files to the list, and it is okay to # remove zip files from the list when they are removed from # this directory. To update this file: # # go test cmd/go/internal/fips140 -update #
Created: Tue Dec 30 11:13:12 GMT 2025 - Last Modified: Thu Dec 11 16:27:41 GMT 2025 - 614 bytes - Click Count (0) -
.teamcity/src/main/kotlin/configurations/GitHubMergeQueueCheckPass.kt
branchFilter = determineBranchFilter(listOf("gh-readonly-queue/${model.branch.branchName}/*", model.branch.branchName)) } } dependencies { snapshot(RelativeId(stageTriggerId(model, StageName.READY_FOR_NIGHTLY))) { onDependencyFailure = FailureAction.FAIL_TO_START onDependencyCancel = FailureAction.FAIL_TO_START } }
Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Tue Oct 14 16:28:05 GMT 2025 - 1.7K bytes - Click Count (0) -
compat/maven-builder-support/pom.xml
<modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.maven</groupId> <artifactId>maven-compat-modules</artifactId> <version>4.1.0-SNAPSHOT</version> </parent> <artifactId>maven-builder-support</artifactId> <name>Maven Builder Support (deprecated)</name> <description>Support for descriptor builders (model, setting, toolchains)</description>
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Sun Jun 29 22:37:39 GMT 2025 - 1.7K bytes - Click Count (0) -
impl/maven-cli/src/main/java/org/apache/maven/cling/invoker/BaseParser.java
systemProperties.setProperty(Constants.MAVEN_VERSION, mavenVersion); boolean snapshot = mavenVersion.endsWith("SNAPSHOT"); if (snapshot) { mavenVersion = mavenVersion.substring(0, mavenVersion.length() - "SNAPSHOT".length()); if (mavenVersion.endsWith("-")) { mavenVersion = mavenVersion.substring(0, mavenVersion.length() - 1);
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Fri Oct 10 07:39:11 GMT 2025 - 25.5K bytes - Click Count (0) -
.teamcity/src/main/kotlin/promotion/PublishNightlySnapshotFromQuickFeedbackStepUpload.kt
prepTask = branch.prepNightlyTaskName(), triggerName = "QuickFeedback", ) { init { id("Promotion_SnapshotFromQuickFeedbackStepUpload") name = "Nightly Snapshot (from QuickFeedback) - Upload" description = "Builds and uploads the latest successful changes on '${branch.branchName}' from Quick Feedback as a new distribution" steps { buildStep(
Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Thu Mar 20 06:13:56 GMT 2025 - 1.7K bytes - Click Count (0)