Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for createArtifact (0.45 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

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

            return moduleAdjustments.get(module);
        }
    
        @Deprecated
        public Set<Artifact> createArtifacts(ArtifactFactory artifactFactory, String inheritedScope, ArtifactFilter filter)
                throws InvalidDependencyVersionException {
            return DefaultProjectArtifactFactory.createArtifacts(
                    artifactFactory, getModel().getDependencies(), inheritedScope, filter, this);
        }
    
    Created: Sun Dec 28 03:35:09 GMT 2025
    - Last Modified: Fri Aug 29 12:47:20 GMT 2025
    - 67K bytes
    - Click Count (0)
Back to Top