MVN

com.sixdimensions.wcm.cq : cq-deploy-plugin

Maven & Gradle

Dec 18, 2012
2 stars

Adobe CQ Deploy Maven Plugin · Maven plugin for automating code deployments to Adobe CQ.

<plugin>
    <groupId>com.sixdimensions.wcm.cq</groupId>
    <artifactId>cq-deploy-plugin</artifactId>
    <version>0.1.8</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.sixdimensions.wcm.cq : cq-deploy-plugin to add to Maven - Latest Versions:

  • Latest Stable: 0.1.8

All Versions

Choose a version of com.sixdimensions.wcm.cq : cq-deploy-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
0.1.x
cq-deploy-plugin-0.1.8
cq-deploy-plugin-0.1.5
cq-deploy-plugin-0.1.4
cq-deploy-plugin-0.1.3
cq-deploy-plugin-0.1.1
0.0.x
cq-deploy-plugin-0.0.4

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.sixdimensions.wcm.cq</groupId>
    <artifactId>cq-deploy-plugin</artifactId>
    <version>0.1.8</version>
</plugin>