- checkDatabaseConfig() - Method in class org.alfresco.maven.plugin.AbstractRunMojo
-
Check that a database configuration has been supplied correctly
- 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.
- commentOutSecureCommsInPlatformWebXml() - Method in class org.alfresco.maven.plugin.AbstractRunMojo
-
Replaces web.xml where applicable in platform webapp (alfresco.war),
commenting out the security-constraints.
- copyActivitiLog4JDevConfig() - Method in class org.alfresco.maven.plugin.AbstractRunMojo
-
Copy the Activiti Log4J Dev config into the activitiApp-war/WEB-INF/classes dir.
- copyAlfrescoGlobalProperties() - Method in class org.alfresco.maven.plugin.AbstractRunMojo
-
Copy the different alfresco-global-*.properties files (there are one for each open source db and one for
enterprise db config) that will be used when running Alfresco.
- copyAlfrescoLicense() - Method in class org.alfresco.maven.plugin.AbstractRunMojo
-
Copy the Alfresco Enterprise license to its correct place in the Platform WAR, if it exists.
- copyHotswapAgentConfig - Variable in class org.alfresco.maven.plugin.AbstractRunMojo
-
Enable or disable generation of Hotswap Agent configuration
- copyHotswapAgentProperties(String) - Method in class org.alfresco.maven.plugin.AbstractRunMojo
-
Copy and Build hotswap-agent.properties
- copyShareConfigCustom() - Method in class org.alfresco.maven.plugin.AbstractRunMojo
-
Copy Share Config Custom in order to have global overrides for development and dynamic port
- copyShareLog4jConfig() - Method in class org.alfresco.maven.plugin.AbstractRunMojo
-
Copy a custom Share Log4J config into the share-war/WEB-INF/classes dir.
- customVersionSuffix - Variable in class org.alfresco.maven.plugin.VersionMojo
-
Allows to append a custom (numeric) value to the current artifact's version,
i.e.
- enableActivitiAdmin - Variable in class org.alfresco.maven.plugin.AbstractRunMojo
-
Switch to enable/disable Alfresco Activiti Admin (activiti-admin.war) when running embedded Tomcat.
- enableActivitiApp - Variable in class org.alfresco.maven.plugin.AbstractRunMojo
-
Switch to enable/disable Alfresco Activiti Workflow Engine (activiti-app.war) when running embedded Tomcat.
- enableApiExplorer - Variable in class org.alfresco.maven.plugin.AbstractRunMojo
-
Switch to enable/disable the Alfresco REST API Explorer (api-explorer.war) when running embedded Tomcat.
- enableEnterpriseDb - Variable in class org.alfresco.maven.plugin.AbstractRunMojo
-
Switch to enable/disable the Enterprise database (such as Oracle or MS SQL Server) when running embedded Tomcat.
- enableH2 - Variable in class org.alfresco.maven.plugin.AbstractRunMojo
-
Switch to enable/disable the H2 database when running embedded Tomcat.
- enableMySQL - Variable in class org.alfresco.maven.plugin.AbstractRunMojo
-
Switch to enable/disable the MySQL database when running embedded Tomcat.
- enablePlatform - Variable in class org.alfresco.maven.plugin.AbstractRunMojo
-
Switch to enable/disable the Platform/Repository (alfresco.war) when running embedded Tomcat.
- enablePostgreSQL - Variable in class org.alfresco.maven.plugin.AbstractRunMojo
-
Switch to enable/disable the PostgreSQL database when running embedded Tomcat.
- enableShare - Variable in class org.alfresco.maven.plugin.AbstractRunMojo
-
Switch to enable/disable the Share (share.war) when running embedded Tomcat.
- enableSolr - Variable in class org.alfresco.maven.plugin.AbstractRunMojo
-
Switch to enable/disable the Apache Solr 4 web application when running embedded Tomcat.
- enableTestProperties - Variable in class org.alfresco.maven.plugin.AbstractRunMojo
-
Switch to enable/disable test properties when running embedded Tomcat.
- equals(Object) - Method in class org.alfresco.maven.plugin.config.MavenDependency
-
- equals(Object) - Method in class org.alfresco.maven.plugin.config.ModuleDependency
-
- equals(Object) - Method in class org.alfresco.maven.plugin.config.TomcatWebapp
-
- execEnv - Variable in class org.alfresco.maven.plugin.AbstractRunMojo
-
The Maven environment that this mojo is executed in
- execute() - Method in class org.alfresco.maven.plugin.AbstractRefreshWebappMojo
-
Mojo interface implementation
- 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.IntegrationTestMojo
-
- execute() - Method in class org.alfresco.maven.plugin.RunMojo
-
- 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.
- reactorProjects - Variable in class org.alfresco.maven.plugin.AbstractRunMojo
-
- 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.
- renameAlfrescoGlobalProperties() - Method in class org.alfresco.maven.plugin.AbstractRunMojo
-
Rename the configured database specific alfresco-global-*.properties file to
alfresco-global.properties so it will be used during Tomcat run.
- replaceSolrConfigProperties() - Method in class org.alfresco.maven.plugin.AbstractRunMojo
-
Replace property placeholders in configuration files for the cores, so the
index files can be found for each core when Solr starts up.
- RunMojo - Class in org.alfresco.maven.plugin
-
Alfresco Plugin mojo that are used when you want to run the Alfresco server with all the webapps.
- RunMojo() - Constructor for class org.alfresco.maven.plugin.RunMojo
-