|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.maven.plugin.AbstractMojo
com.atlassian.plugin.maven.license.AbstractLicenseMojo
com.atlassian.plugin.maven.license.LicenseDownloadMojo
@Mojo(name="download",
aggregator=true,
requiresDependencyResolution=TEST)
public class LicenseDownloadMojoGoal that downloads all licenses to a specific directory
| Field Summary | |
|---|---|
java.io.File |
licensesDirectory
Directory to output the licenses |
| Fields inherited from class com.atlassian.plugin.maven.license.AbstractLicenseMojo |
|---|
artifactFactory, cloneRepositoryPath, licenseRepositoryUrl, localRepository, mavenProjectBuilder, nonMavenDependenciesFile, reactorProjects, resolveNestedArtifacts |
| Fields inherited from interface org.apache.maven.plugin.Mojo |
|---|
ROLE |
| Constructor Summary | |
|---|---|
LicenseDownloadMojo()
|
|
| Method Summary | |
|---|---|
void |
execute()
|
| Methods inherited from class com.atlassian.plugin.maven.license.AbstractLicenseMojo |
|---|
getHandler |
| Methods inherited from class org.apache.maven.plugin.AbstractMojo |
|---|
getLog, getPluginContext, setLog, setPluginContext |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
@Parameter(required=true,
property="license.licensesDirectory")
public java.io.File licensesDirectory
| Constructor Detail |
|---|
public LicenseDownloadMojo()
| Method Detail |
|---|
public void execute()
throws org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoExecutionException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||