@Mojo(name="download-licenses",
requiresDependencyResolution=TEST,
defaultPhase=PACKAGE)
public class DownloadLicensesMojo
extends AbstractDownloadLicensesMojo
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
skipDownloadLicenses
A flag to skip the goal.
|
LICENSE_MAP_KEY, organizeLicensesByDependencies| Constructor and Description |
|---|
DownloadLicensesMojo() |
| Modifier and Type | Method and Description |
|---|---|
protected SortedMap<String,org.apache.maven.project.MavenProject> |
getDependencies() |
protected boolean |
isSkip() |
execute, getDependencies, getEncoding, getExcludedArtifacts, getExcludedGroups, getExcludedScopes, getIncludedArtifacts, getIncludedGroups, getIncludedScopes, getProject, isExcludeTransitiveDependencies, isIncludeTransitiveDependencies, isSkipAll, isVerbose, setExcludedScopes@Parameter(property="license.skipDownloadLicenses",
defaultValue="false")
protected boolean skipDownloadLicenses
protected boolean isSkip()
isSkip in class AbstractDownloadLicensesMojoprotected SortedMap<String,org.apache.maven.project.MavenProject> getDependencies()
getDependencies in class AbstractDownloadLicensesMojoCopyright © 2010–2023. All rights reserved.