You've reached the ( https://repository.sourcesense.com/maven2-sites/maven-amp-plugin ) Maven Alfresco Extension archetype home page (version: 2.0.1)
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 https://repository.sourcesense.com/maven2-sites/maven-amp-plugin for more info
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>2.0.1</version>
<!-- Used to have AMP lifecycle available -->
<extensions>true</extensions>
</dependency>
using repository (either in POM or settings.xml) :
<repository>
<id>ss-public</id>
<url>http://repository.sourcesense.com/maven2</url>
</repository>
Create a project using the maven-alfresco-amp-archetype (see http://repository.sourcesense.com/maven2-sites/maven-alfresco-amp-archetype ).