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

A

AbstractRefreshWebappMojo - Class in org.alfresco.maven.plugin
Abstract Maven Mojo with generic functionality common to both the Refresh Repo and Refresh Share Mojos.
AbstractRefreshWebappMojo() - Constructor for class org.alfresco.maven.plugin.AbstractRefreshWebappMojo
 
addDirectory(File, String, String[], String[]) - Method in class org.alfresco.maven.plugin.archiver.AmpArchiver
 
alfrescoClientWar - Variable in class org.alfresco.maven.plugin.AbstractRefreshWebappMojo
 
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.
clearCacheShareUrl - Variable in class org.alfresco.maven.plugin.AbstractRefreshWebappMojo
The URL to send the POST to when you want to clear dependency caches for the Alfresco Share webapp.
clearDependencyCaches(String) - Method in class org.alfresco.maven.plugin.AbstractRefreshWebappMojo
Perform a Clear Dependency Caches call on Share webapp.
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.

D

destDirectory - Variable in class org.alfresco.maven.plugin.archiver.AmpUnArchiver
 

E

EXCLUDE_WEB_RESOURCES - Static variable in class org.alfresco.maven.plugin.AmpModel
 
execute() - Method in class org.alfresco.maven.plugin.AbstractRefreshWebappMojo
Mojo interface implementation
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
 
executeRefresh() - Method in class org.alfresco.maven.plugin.AbstractRefreshWebappMojo
To be implemented by webapp "refresh" Mojos
executeRefresh() - Method in class org.alfresco.maven.plugin.RefreshMojo
Call the Share Webapp and refresh web scripts and clear caches.
executeRefresh() - Method in class org.alfresco.maven.plugin.RefreshRepoWebappMojo
 
executeRefresh() - Method in class org.alfresco.maven.plugin.RefreshShareWebappMojo
Call the Share Webapp and refresh web scripts and clear caches.
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.AbstractRefreshWebappMojo
 
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
 

R

refreshHost - Variable in class org.alfresco.maven.plugin.AbstractRefreshWebappMojo
The hostname for where the Alfresco Tomcat server is running.
refreshMode - Variable in class org.alfresco.maven.plugin.AbstractRefreshWebappMojo
The mode for the refresh goal, current supported values are: auto - Checks packaging and app.amp.client.war.artifactId to determine if it should refresh for repo or share both - Forces it to refresh both for Repo and Share share - Forces only to refresh share repo - Forces only to refresh repo none - Disables refreshing web scripts
RefreshMojo - Class in org.alfresco.maven.plugin
Refresh Alfresco Repo and Share Mojo.
RefreshMojo() - Constructor for class org.alfresco.maven.plugin.RefreshMojo
 
refreshPassword - Variable in class org.alfresco.maven.plugin.AbstractRefreshWebappMojo
The password for authenticating against Alfresco Repo.
refreshRepoUrl - Variable in class org.alfresco.maven.plugin.AbstractRefreshWebappMojo
The URL to send the POST to when you want to refresh Alfresco Repo Web Scripts container.
RefreshRepoWebappMojo - Class in org.alfresco.maven.plugin
Refresh Alfresco Repository (alfresco.war) Mojo.
RefreshRepoWebappMojo() - Constructor for class org.alfresco.maven.plugin.RefreshRepoWebappMojo
 
refreshShareUrl - Variable in class org.alfresco.maven.plugin.AbstractRefreshWebappMojo
The URL to send the POST to when you want to refresh Alfresco Share Spring Surf Web Scripts container.
RefreshShareWebappMojo - Class in org.alfresco.maven.plugin
Refresh Alfresco Share (share.war) Mojo.
RefreshShareWebappMojo() - Constructor for class org.alfresco.maven.plugin.RefreshShareWebappMojo
 
refreshWebappName - Variable in class org.alfresco.maven.plugin.AbstractRefreshWebappMojo
The name of the web application we are refreshing, just for logging purpose
refreshWebScripts(String) - Method in class org.alfresco.maven.plugin.AbstractRefreshWebappMojo
Perform a Refresh of Web Scripts container in webapp.

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
 

_

_refreshRepo() - Method in class org.alfresco.maven.plugin.AbstractRefreshWebappMojo
 
_refreshShare() - Method in class org.alfresco.maven.plugin.AbstractRefreshWebappMojo
 
A B C D E G H I N O P R S V _ 

Copyright © 2016. All rights reserved.