public final class JsarWarDependencyMojo extends AbstractDependencyMojo
CLOSURE_LIBRARY_NAME| Constructor and Description |
|---|
JsarWarDependencyMojo() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
extractDependencies()
Extract the dependencies from the jsar to the appropriate location(s).
|
Set<org.apache.maven.artifact.Artifact> |
getArtifactSet() |
File |
getFrameworkTargetDirectory() |
org.apache.maven.project.MavenProject |
getProject() |
execute, extractAndRenameLibrary, extractExterns, extractInterns, getClosureExtractLibDirectory, isSkipGoogleExtractionprotected void extractDependencies()
throws IOException,
org.apache.maven.plugin.MojoFailureException,
org.apache.maven.plugin.MojoExecutionException
extractDependencies in class AbstractDependencyMojoIOException - if there is a problem reading the artifactorg.apache.maven.plugin.MojoFailureException - from any Mojo API specific callsorg.apache.maven.plugin.MojoExecutionException - from any Mojo API specific callspublic File getFrameworkTargetDirectory()
getFrameworkTargetDirectory in class AbstractDependencyMojopublic org.apache.maven.project.MavenProject getProject()
getProject in class AbstractDependencyMojopublic Set<org.apache.maven.artifact.Artifact> getArtifactSet()
Copyright © 2015. All Rights Reserved.