Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for createProjectArtifact (0.16 sec)

  1. maven-compat/src/test/java/org/apache/maven/repository/TestRepositorySystem.java

                return null;
            }
    
            return artifactFactory.createPluginArtifact(plugin.getGroupId(), plugin.getArtifactId(), versionRange);
        }
    
        public Artifact createProjectArtifact(String groupId, String artifactId, String version) {
            return createArtifact(groupId, artifactId, version, "pom");
        }
    
    Java
    - Registered: Sun May 05 03:35:11 GMT 2024
    - Last Modified: Thu Apr 25 05:46:50 GMT 2024
    - 11.7K bytes
    - Viewed (0)
Back to top