Package | Description |
---|---|
com.mycila.maven.plugin.license | |
com.mycila.maven.plugin.license.git | |
com.mycila.maven.plugin.license.svn |
Modifier and Type | Class and Description |
---|---|
class |
LicenseCheckMojo
Check if the source files of the project have a valid license header
|
class |
LicenseFormatMojo
Reformat files with a missing header to add it
|
class |
LicenseRemoveMojo
Remove the specified header from source files
|
Modifier and Type | Method and Description |
---|---|
Map<String,String> |
PropertiesProvider.getAdditionalProperties(AbstractLicenseMojo mojo,
Properties currentProperties,
Document document) |
Modifier and Type | Method and Description |
---|---|
Map<String,String> |
CopyrightRangeProvider.getAdditionalProperties(AbstractLicenseMojo mojo,
Properties properties,
Document document)
Returns an unmodifiable map containing two entries "license.git.copyrightLastYear" and
"license.git.copyrightYears" whose values are set based on inspecting git history.
|
Modifier and Type | Method and Description |
---|---|
Map<String,String> |
SVNPropertiesProvider.getAdditionalProperties(AbstractLicenseMojo mojo,
Properties currentProperties,
Document document)
Provides information on the given document.
|
Copyright © 2008–2016 Mycila. All rights reserved.