Uses of Class
org.apache.maven.model.License
Package
Description
Maven POM (Project Object Model) classes, generated from
maven.mdo
model.POM merger.
-
Uses of License in org.apache.maven.model
Modifier and TypeMethodDescriptionvoid
Model.addLicense
(License license) Method addLicense.void
Model.removeLicense
(License license) Method removeLicense.Modifier and TypeMethodDescriptionvoid
Model.setLicenses
(List<License> licenses) Set this element describes all of the licenses for this project. -
Uses of License in org.apache.maven.model.merge
Modifier and TypeMethodDescriptionprotected Object
ModelMerger.getLicenseKey
(License license) protected void
ModelMerger.mergeLicense
(License target, License source, boolean sourceDominant, Map<Object, Object> context) protected void
ModelMerger.mergeLicense_Comments
(License target, License source, boolean sourceDominant, Map<Object, Object> context) protected void
ModelMerger.mergeLicense_Distribution
(License target, License source, boolean sourceDominant, Map<Object, Object> context) protected void
ModelMerger.mergeLicense_Name
(License target, License source, boolean sourceDominant, Map<Object, Object> context) protected void
ModelMerger.mergeLicense_Url
(License target, License source, boolean sourceDominant, Map<Object, Object> context)