Introduction

The Alfresco Maven Plugin provides development features to manage Alfresco ECM WAR and AMP project lifecycles.

Goals Overview

The Alfresco Maven plugin has three goals:

  • alfresco:amp Packages an AMP file
  • alfresco:install Installs one or multiple AMPs into an Alfresco WAR / exploded WAR folder embedding Alfresco MMT
  • alfresco:version Parses 1.1.0 removing literals (for AMP compatibility) and making the ${noSnapshotVersion} property available in the POM

Full information is available at the goals page.

Usage

General instructions on how to use the Alfresco Maven Plugin can be found on the usage page.

The Alfresco Maven Plugin provides support for amp packaging in your Maven projects and allows you to build AMPs as well as used them as standard Maven dependencies. You can also use AMPs as part of the standard maven-war-plugin <overlays> configuration.

For more complex usage of the Alfresco Maven Plugin check the advanced usage page.