Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for setExtension (0.04 sec)

  1. impl/maven-core/src/main/java/org/apache/maven/ReactorReader.java

                    || ("jar".equals(artifact.getExtension()) && "tests".equals(artifact.getClassifier()));
        }
    
        private File findInProjectLocalRepository(Artifact artifact) {
            // Prefer the consumer POM when resolving POMs from the project-local repository,
            // to avoid treating a build POM as a repository (consumer) POM.
            if ("pom".equals(artifact.getExtension())) {
    Registered: Sun Dec 28 03:35:09 UTC 2025
    - Last Modified: Mon Dec 15 11:20:38 UTC 2025
    - 24.4K bytes
    - Viewed (0)
  2. impl/maven-core/src/main/java/org/apache/maven/internal/impl/DefaultProjectManager.java

                                ? session.parseVersion(project.getVersion()).toString()
                                : artifact.getBaseVersion().toString(),
                        artifact.getClassifier(),
                        artifact.getExtension(),
                        null);
            }
            // Verify groupId and version, intentionally allow artifactId to differ as Maven project may be
    Registered: Sun Dec 28 03:35:09 UTC 2025
    - Last Modified: Wed Dec 17 16:17:01 UTC 2025
    - 10.9K bytes
    - Viewed (0)
Back to top