Welcome to the Maven Alfresco AMP plugin home

You've reached the ( http://maven.alfresco.com/nexus/content/repositories/alfresco-docs/maven-alfresco-lifecycle/plugins/maven-amp-plugin ) Maven Alfresco Extension archetype home page (version: 3.0.2)

Description

This plugin defines a lifecycle for Alfresco ECM Modules packaging (.amp), handles AMP transitive dependencies from AMP and WAR projects, providing a more enterprise oriented support alternative to the Alfresco MMT (module management tool) usage. It is used by maven-alfresco-amp-archetype in order to package and test run an AMP and by the maven-alfresco-extension-archetype to depend transitively upon AMPs and WARs. It is a modification of the org.apache.maven.plugins:maven-war-plugin of which it uses the whole core infrastructure. See $site.url for more info

References

Deployed at: http://repository.sourcesense.com/maven2/org/alfresco/maven/plugin

Maven usage:

                        <dependency>
                                <groupId>org.alfresco.maven.plugin</groupId>
                                <artifactId>maven-amp-plugin</artifactId>
                                <version>3.0.2</version>
                                <!-- Used to have AMP lifecycle available -->
                                <extensions>true</extensions>
                        </dependency>

using this pluginRepository (either in POM or settings.xml) :

                         <pluginRepository>
                    <id>ss-public</id>
                    <url>http://repository.sourcesense.com/nexus/content/groups/public</url>
                  </pluginRepository>