- Sort Score
- Num 10 results
- Language All
Results 41 - 50 of 56 for POMs (0.02 seconds)
-
compat/maven-model-builder/src/main/java/org/apache/maven/model/inheritance/DefaultInheritanceAssembler.java
* sake of backward-compat with 2.x (MNG-5000). In general, it is wrong to * base URL inheritance on the module directory names as this information is unavailable for POMs in the * repository. In other words, modules where artifactId != moduleDirName will see different effective URLs * depending on how the model was constructed (from filesystem or from repository).Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Wed Jul 23 17:27:08 GMT 2025 - 13.4K bytes - Click Count (0) -
impl/maven-core/src/test/java/org/apache/maven/internal/transformation/impl/ConsumerPomArtifactTransformerTest.java
} @Test void testDeployWithoutConsumerPomIsUnaffected() { // Test that requests without consumer POMs are not affected by the setting ConsumerPomArtifactTransformer transformer = new ConsumerPomArtifactTransformer((s, p, f) -> null);Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Thu Nov 06 18:32:25 GMT 2025 - 13.3K bytes - Click Count (0) -
impl/maven-core/src/test/java/org/apache/maven/project/ProjectBuilderTest.java
org.apache.maven.project.ProjectBuilder projectBuilder = getContainer().lookup(org.apache.maven.project.ProjectBuilder.class); // read poms separately boolean parentFileWasFoundOnChild = false; for (File file : toRead) { List<ProjectBuildingResult> results =Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Wed Sep 17 10:01:14 GMT 2025 - 17.6K bytes - Click Count (0) -
compat/maven-model-builder/src/site/apt/index.apt
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-cli/src/main/java/org/apache/maven/cling/invoker/mvnup/goals/CompatibilityFixStrategy.java
import static eu.maveniverse.domtrip.maven.MavenPomElements.Plugins.MAVEN_PLUGIN_PREFIX; /** * Strategy for applying Maven 4 compatibility fixes to POM files. * Fixes issues that prevent POMs from being processed by Maven 4. */ @Named @Singleton @Priority(20) public class CompatibilityFixStrategy extends AbstractUpgradeStrategy { @Override public boolean isApplicable(UpgradeContext context) {Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Tue Nov 18 18:03:26 GMT 2025 - 22.2K bytes - Click Count (0) -
impl/maven-cli/src/test/java/org/apache/maven/cling/invoker/mvnup/goals/PluginUpgradeStrategyTest.java
UpgradeContext context = createMockContext(); UpgradeResult result = strategy.doApply(context, pomMap); // Strategy should handle malformed POMs gracefully assertNotNull(result, "Result should not be null"); assertTrue(result.processedPoms().contains(Paths.get("pom.xml")), "POM should be marked as processed"); } }Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Tue Nov 18 18:03:26 GMT 2025 - 27.8K bytes - Click Count (0) -
api/maven-api-core/src/main/java/org/apache/maven/api/Project.java
/** * Returns all profiles defined in this project and all of its parent projects. * <p> * This method traverses the parent hierarchy and includes profiles defined in parent POMs. * The returned list contains profiles from the current project and all of its ancestors in * the project inheritance chain. *Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Fri Nov 07 13:11:07 GMT 2025 - 15.3K bytes - Click Count (0) -
impl/maven-cli/src/main/java/org/apache/maven/cling/invoker/mvnup/goals/InferenceStrategy.java
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Tue Nov 18 18:03:26 GMT 2025 - 27.6K bytes - Click Count (0) -
api/maven-api-model/src/main/mdo/maven.mdo
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Wed Nov 26 03:07:35 GMT 2025 - 133.3K bytes - Click Count (0) -
api/maven-api-plugin/src/main/mdo/plugin.mdo
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Tue Feb 25 08:28:41 GMT 2025 - 24.8K bytes - Click Count (0)