- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for addLicense (0.05 seconds)
-
impl/maven-core/src/main/java/org/apache/maven/project/MavenProject.java
getModel().setLicenses(licenses); } public List<License> getLicenses() { return getModel().getLicenses(); } public void addLicense(License license) { getModel().addLicense(license); } public void setArtifacts(Set<Artifact> artifacts) { this.artifacts = artifacts; // flush the calculated artifactMap artifactMap = null;
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Fri Aug 29 12:47:20 GMT 2025 - 67K bytes - Click Count (0)