MVN

com.unic.maven.plugins : aem-maven-plugin

Maven & Gradle

Jul 18, 2022

AEM Maven plugin · The AEM maven plugin allows orchestration of AEM installation, start and stop as well as the reliable deployment and validation of AEM software packages (CRX packages).

<plugin>
    <groupId>com.unic.maven.plugins</groupId>
    <artifactId>aem-maven-plugin</artifactId>
    <version>2.0.16</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.unic.maven.plugins : aem-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 2.0.16

All Versions

Choose a version of com.unic.maven.plugins : aem-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
2.0.x
aem-maven-plugin-2.0.16
aem-maven-plugin-2.0.15
aem-maven-plugin-2.0.14
aem-maven-plugin-2.0.13
aem-maven-plugin-2.0.11
aem-maven-plugin-2.0.10
aem-maven-plugin-2.0.9
aem-maven-plugin-2.0.8
aem-maven-plugin-2.0.7
aem-maven-plugin-2.0.6
aem-maven-plugin-2.0.5
aem-maven-plugin-2.0.4
aem-maven-plugin-2.0.3
aem-maven-plugin-2.0.2
aem-maven-plugin-2.0.1
aem-maven-plugin-2.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.unic.maven.plugins</groupId>
    <artifactId>aem-maven-plugin</artifactId>
    <version>2.0.16</version>
</plugin>

Advertisement