MVN

com.atolcd.alfresco : amp-maven-plugin

Maven & Gradle

Aug 30, 2018
0 stars

AMP Plugin · Provides an AMP (Alfresco Module Package) packaging for Alfresco extension projects

<plugin>
    <groupId>com.atolcd.alfresco</groupId>
    <artifactId>amp-maven-plugin</artifactId>
    <version>1.1.9</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.atolcd.alfresco : amp-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.1.9

All Versions

Choose a version of com.atolcd.alfresco : amp-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.1.x
amp-maven-plugin-1.1.9
amp-maven-plugin-1.1.8
amp-maven-plugin-1.1.7
amp-maven-plugin-1.1.6
amp-maven-plugin-1.1.5
amp-maven-plugin-1.1.4
amp-maven-plugin-1.1.3
amp-maven-plugin-1.1.2
amp-maven-plugin-1.1.1
amp-maven-plugin-1.1.0
1.0.x
amp-maven-plugin-1.0.0

How to add a plugin to Maven

Add the maven plugin to the pom.xml file information in this tag as follows:

<plugin>
    <groupId>com.atolcd.alfresco</groupId>
    <artifactId>amp-maven-plugin</artifactId>
    <version>1.1.9</version>
</plugin>

Advertisement