- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for hasDifferences (0.06 sec)
-
compat/maven-model-builder/src/test/java/org/apache/maven/model/inheritance/DefaultInheritanceAssemblerTest.java
Diff diff = DiffBuilder.compare(expected) .withTest(actual) .ignoreComments() .ignoreWhitespace() .build(); assertFalse(diff.hasDifferences(), "XML files should be identical: " + diff.toString()); } @Test void testModulePathNotArtifactId() throws IOException { Model parent = getModel("module-path-not-artifactId-parent");Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Wed Sep 17 10:01:14 UTC 2025 - 8.2K bytes - Viewed (0) -
impl/maven-core/src/test/java/org/apache/maven/internal/transformation/impl/ConsumerPomArtifactTransformerTest.java
.withTest(tempFile.toFile()) .ignoreComments() .ignoreWhitespace() .build(); assertFalse(diff.hasDifferences(), "XML files should be identical: " + diff.toString()); } @Test void transformJarConsumerPom() throws Exception {
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Thu Nov 06 18:32:25 UTC 2025 - 13.3K bytes - Viewed (0) -
impl/maven-cli/src/main/java/org/apache/maven/cling/invoker/mvnup/goals/InferenceStrategy.java
hasInferences |= applyFullParentInference(context, pomMap, pomDocument); hasInferences |= applyDependencyInference(context, allGAVs, pomDocument); hasInferences |= applyDependencyInferenceRedundancy(context, pomMap, pomDocument); hasInferences |= applySubprojectsInference(context, pomDocument, pomPath);
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Tue Nov 18 18:03:26 UTC 2025 - 27.6K bytes - Viewed (0)