https://github.com/twcable/gradle-plugin-cq-package
Gradle plugin for working with Adobe CQ/AEM content packages
https://github.com/twcable/gradle-plugin-cq-package
Last synced: over 1 year ago
JSON representation
Gradle plugin for working with Adobe CQ/AEM content packages
- Host: GitHub
- URL: https://github.com/twcable/gradle-plugin-cq-package
- Owner: TWCable
- License: apache-2.0
- Created: 2015-11-05T23:36:20.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-07-10T13:26:52.000Z (about 9 years ago)
- Last Synced: 2025-03-23T19:22:35.837Z (over 1 year ago)
- Language: Groovy
- Size: 690 KB
- Stars: 8
- Watchers: 4
- Forks: 4
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Purpose #
Gradle plugin for working with Adobe CQ/AEM content packages.
[  ](https://bintray.com/twcable/aem/gradle-plugin-cq-package/_latestVersion) [](https://waffle.io/TWCable/gradle-plugin-cq-package)
# CQ Package Plugin #
See [the CQ Package Plugin documentation](docs/CqPackagePlugin.adoc)
# Installation #
```
plugins {
id "com.twcable.cq-package" version "2.4.1"
}
```
Tested against **Gradle 3.5** and **Gradle 4.0** using **JDK 1.8**
# API #
https://twcable.github.io/gradle-plugin-cq-package/groovydoc/
# LICENSE
Copyright 2014-2017 Time Warner Cable, Inc.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance
with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on
an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for
the specific language governing permissions and limitations under the License.