|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.alfresco.maven.plugin.amp.packaging.AbstractAmpPackagingTask
org.alfresco.maven.plugin.amp.packaging.ClassesPackagingTask
public class ClassesPackagingTask
Handles the classes directory that needs to be packaged in the web application.
Based on theAmpPackagingContext#archiveClasses() flag the resources
either copied into to WEB-INF/classes directory or archived in a jar
within the WEB-INF/lib directory.
| Field Summary |
|---|
| Fields inherited from class org.alfresco.maven.plugin.amp.packaging.AbstractAmpPackagingTask |
|---|
DEFAULT_INCLUDES, META_INF_PATH |
| Constructor Summary | |
|---|---|
ClassesPackagingTask()
|
|
| Method Summary | |
|---|---|
protected void |
generateJarArchive(AmpPackagingContext context)
|
void |
performPackaging(AmpPackagingContext context)
Performs the packaging for the specified task. |
| Methods inherited from class org.alfresco.maven.plugin.amp.packaging.AbstractAmpPackagingTask |
|---|
copyFile, copyFile, copyFiles, copyFiles, copyFilteredFile, doUnpack, getArtifactFinalName, getFilesToIncludes |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ClassesPackagingTask()
| Method Detail |
|---|
public void performPackaging(AmpPackagingContext context)
throws org.apache.maven.plugin.MojoExecutionException
AmpPackagingTask
context - the packaging context
org.apache.maven.plugin.MojoExecutionException - if an error occured
protected void generateJarArchive(AmpPackagingContext context)
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 | |||||||||