Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for setPluginArtifacts (0.06 sec)

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

                    if (artifact != null) {
                        pluginArtifacts.add(artifact);
                    }
                }
                project.setPluginArtifacts(pluginArtifacts);
    
                // reportArtifacts
                Set<Artifact> reportArtifacts = new HashSet<>();
                for (ReportPlugin report :
    Registered: Sun Dec 28 03:35:09 UTC 2025
    - Last Modified: Tue Nov 18 17:20:31 UTC 2025
    - 51.8K bytes
    - Viewed (0)
Back to top