MVN

com.icfolson.maven.plugins : aem-package-maven-plugin

Maven & Gradle

Aug 28, 2017
1 stars

AEM Package Maven Plugin · Uploads, installs, and/or replicates the package artifact for a Maven project to AEM Package Manager.

<plugin>
    <groupId>com.icfolson.maven.plugins</groupId>
    <artifactId>aem-package-maven-plugin</artifactId>
    <version>0.7.0</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 0.7.0

All Versions

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

Version Vulnerabilities Updated
0.7.x
aem-package-maven-plugin-0.7.0
0.6.x
aem-package-maven-plugin-0.6.0
0.5.x
aem-package-maven-plugin-0.5.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.icfolson.maven.plugins</groupId>
    <artifactId>aem-package-maven-plugin</artifactId>
    <version>0.7.0</version>
</plugin>