A B C E G H I N O P S V 

A

addDirectory(File, String, String[], String[]) - Method in class org.alfresco.maven.plugin.archiver.AmpArchiver
 
AMP_FOLDER_LIB - Static variable in class org.alfresco.maven.plugin.AmpModel
 
AmpArchiver - Class in org.alfresco.maven.plugin.archiver
Emulates the JarArchiver only changing the extension name from .jar to .amp It also adds a logging statement that can help debugging the build
AmpArchiver() - Constructor for class org.alfresco.maven.plugin.archiver.AmpArchiver
 
ampBuildDirectory - Variable in class org.alfresco.maven.plugin.AmpMojo
Target folder used to aggregate content then packaged into the AMP
ampFinalDir - Variable in class org.alfresco.maven.plugin.AmpMojo
Directory of the final generated AMP
ampFinalName - Variable in class org.alfresco.maven.plugin.AmpMojo
Name of the generated AMP and JAR artifacts
AmpModel - Class in org.alfresco.maven.plugin
Class holding all common well know constants for the AMP packaging/extraction process
AmpModel() - Constructor for class org.alfresco.maven.plugin.AmpModel
 
AmpMojo - Class in org.alfresco.maven.plugin
Builds an AMP archive of the current project's contents.
AmpMojo() - Constructor for class org.alfresco.maven.plugin.AmpMojo
 
AmpUnArchiver - Class in org.alfresco.maven.plugin.archiver
This class provides AMP unpacking support for projects depending on AMPs This allows for example AMPs to be specified as in the maven-war-plugin
AmpUnArchiver() - Constructor for class org.alfresco.maven.plugin.archiver.AmpUnArchiver
 
archive - Variable in class org.alfresco.maven.plugin.AmpMojo
The archive configuration to use.
attachClasses - Variable in class org.alfresco.maven.plugin.AmpMojo
Whether the JAR produced should be attached as a separate 'classes' artifact.
attachConfig - Variable in class org.alfresco.maven.plugin.AmpMojo
Whether a config artifact should be produced should be attached as a separate 'config' artifact.

B

binaryLocation - Variable in class org.alfresco.maven.plugin.ValidateMojo
The directory where the binary AMP package is to be found

C

classesDirectory - Variable in class org.alfresco.maven.plugin.AmpMojo
(Read Only) Directory containing the classes and resource files that should be packaged into the JAR.
classifier - Variable in class org.alfresco.maven.plugin.AmpMojo
Classifier to add to the artifact generated.
createArchive() - Method in class org.alfresco.maven.plugin.AmpMojo
Creates and returns the AMP archive, invoking the AmpArchiver
createConfigArchive() - Method in class org.alfresco.maven.plugin.AmpMojo
Creates and returns the config archive, invoking the MavenArchiver
createJarArchive() - Method in class org.alfresco.maven.plugin.AmpMojo
Creates and returns the JAR archive, invoking the MavenArchiver
customVersionSuffix - Variable in class org.alfresco.maven.plugin.VersionMojo
Allows to append a custom (numeric) value to the current artifact's version, i.e.

E

EXCLUDE_WEB_RESOURCES - Static variable in class org.alfresco.maven.plugin.AmpModel
 
execute() - Method in class org.alfresco.maven.plugin.AmpMojo
 
execute() - Method in class org.alfresco.maven.plugin.archiver.AmpUnArchiver
 
execute() - Method in class org.alfresco.maven.plugin.HelpMojo
execute() - Method in class org.alfresco.maven.plugin.InstallMojo
 
execute() - Method in class org.alfresco.maven.plugin.ValidateMojo
 
execute() - Method in class org.alfresco.maven.plugin.VersionMojo
 
EXTENSION_LIST - Static variable in class org.alfresco.maven.plugin.AmpModel
 

G

gatherDependencies() - Method in class org.alfresco.maven.plugin.AmpMojo
Copies all runtime dependencies to AMP lib.
getDestDirectory() - Method in class org.alfresco.maven.plugin.archiver.AmpUnArchiver
 
getFile(File, String, String, String) - Static method in class org.alfresco.maven.plugin.AmpMojo
Builds a File object pointing to the target AMP package; the pointer to the File is created taking into account the (optional) artifact classifier defined
getNormalizedVersion() - Method in class org.alfresco.maven.plugin.VersionMojo
Normalizes the project's version following 2 patterns - Remove the -SNAPSHOT suffix, if present - (Optionally) append the timestamp to the version, if -SNAPSHOT is present - (Optionally) append the build number to the version

H

HelpMojo - Class in org.alfresco.maven.plugin
Display help information on alfresco-maven-plugin.
Call mvn alfresco:help -Ddetail=true -Dgoal=<goal-name> to display parameter details.
HelpMojo() - Constructor for class org.alfresco.maven.plugin.HelpMojo
 

I

includeDependencies - Variable in class org.alfresco.maven.plugin.AmpMojo
Whether (runtime scoped) JAR dependencies (including transitive) should be added or not to the generated AMP /lib folder.
includeWebResources - Variable in class org.alfresco.maven.plugin.AmpMojo
Whether the AMP /web folder should be added or not to the generated AMP file.
InstallMojo - Class in org.alfresco.maven.plugin
Performs a AMP to WAR overlay invoking the Alfresco Repository ModuleManagementTool.
InstallMojo() - Constructor for class org.alfresco.maven.plugin.InstallMojo
 

N

neo4jUrl - Variable in class org.alfresco.maven.plugin.ValidateMojo
The directory where the binary AMP package is to be found

O

org.alfresco.maven.plugin - package org.alfresco.maven.plugin
 
org.alfresco.maven.plugin.archiver - package org.alfresco.maven.plugin.archiver
 

P

project - Variable in class org.alfresco.maven.plugin.AmpMojo
(Read Only) The Maven project.
project - Variable in class org.alfresco.maven.plugin.ValidateMojo
[Read Only] The Maven project.
project - Variable in class org.alfresco.maven.plugin.VersionMojo
[Read Only] The Maven project.
projectHelper - Variable in class org.alfresco.maven.plugin.AmpMojo
 

S

session - Variable in class org.alfresco.maven.plugin.AmpMojo
(Read Only) The Maven session
skip - Variable in class org.alfresco.maven.plugin.ValidateMojo
This parameter skips validation (the feature is experimental so disabled by default)
snapshotSuffix - Variable in class org.alfresco.maven.plugin.VersionMojo
The snapshotSuffix used to identify and strip the -SNAPSHOT version suffix See issue https://issues.alfresco.com/jira/browse/ENH-1232
snapshotToTimestamp - Variable in class org.alfresco.maven.plugin.VersionMojo
Enable this option in order to replace -SNAPSHOT with the currentTimestamp of the artifact creation See issue https://issues.alfresco.com/jira/browse/ENH-1232
sourceLocation - Variable in class org.alfresco.maven.plugin.ValidateMojo
The directory where the source project is stored.

V

ValidateMojo - Class in org.alfresco.maven.plugin
This goal provides the EXPERIMENTAL feature of validating your AMP module (source and binaries) against Alfresco (Repository and Share) development best practices, providing validation and alerts that can be used to improve quality, longevity and supportability of your code.
ValidateMojo() - Constructor for class org.alfresco.maven.plugin.ValidateMojo
 
version - Variable in class org.alfresco.maven.plugin.VersionMojo
[Read Only] Current version of the project
VersionMojo - Class in org.alfresco.maven.plugin
Removes -SNAPSHOT suffix from the version number (if present), optionally replacing it with a timestamp.
VersionMojo() - Constructor for class org.alfresco.maven.plugin.VersionMojo
 
A B C E G H I N O P S V 

Copyright © 2014. All rights reserved.