Skip to content

Commit 30b28bd

Browse files
committed
renamed project; updated documentation;
1 parent bebe55c commit 30b28bd

File tree

2 files changed

+17
-5
lines changed

2 files changed

+17
-5
lines changed

README.md

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,16 @@
1-
granite-client
2-
======================
1+
crx-content-package-deployer
2+
============================
33

4-
Provides Jenkins integration with Adobe Granite
4+
Deploys content packages to Adobe Granite applications, like Adobe CQ 5.4, CQ 5.5, and AEM 5.6
5+
6+
Features
7+
--------
8+
9+
1. Supports password-less HTTP Signature authentication using your configured SSH Private Keys, eliminating the need to
10+
coordinate password exchange between developers, devops, and operations teams.
11+
12+
1. Downloads and/or deploys 1-to-many CRX packages per execution, and deploys each CRX package to 1-to-many servers per
13+
execution
14+
15+
1. The multiselect-enabled Package Choice Parameter allows for execution of parameterized builds using a selection
16+
widget populated with a list of packages retrieved from a CRX server.

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,11 @@
3333
<version>1.509.1</version><!-- which version of Jenkins is this plugin built against? -->
3434
</parent>
3535

36-
<artifactId>granite-client</artifactId>
36+
<artifactId>crx-content-package-deployer</artifactId>
3737
<version>1.0-SNAPSHOT</version>
3838
<packaging>hpi</packaging>
3939

40-
<name>Granite Client Plugin</name>
40+
<name>CRX Content Package Deployer Plugin</name>
4141
<description>Deploys content packages to Adobe Granite applications, like Adobe CQ 5.4, CQ 5.5, and AEM 5.6</description>
4242

4343
<inceptionYear>2013</inceptionYear>

0 commit comments

Comments
 (0)