File tree Expand file tree Collapse file tree
src/main/java/io/wcm/devops/conga/plugins/aem/maven Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3131
3232 <repository >
3333 <id >central</id >
34- <url >http ://repo1.maven.org/maven2/</url >
34+ <url >https ://repo1.maven.org/maven2/</url >
3535 <layout >default</layout >
3636 <releases >
3737 <enabled >true</enabled >
5757
5858 <repository >
5959 <id >wcm-io-apache-intermediate-release</id >
60- <url >http ://wcm.io/maven/repositories/apache-intermediate-release</url >
60+ <url >https ://wcm.io/maven/repositories/apache-intermediate-release</url >
6161 <layout >default</layout >
6262 <releases >
6363 <enabled >true</enabled >
8383
8484 <repository >
8585 <id >apache-snapshots</id >
86- <url >http ://repository.apache.org/snapshots</url >
86+ <url >https ://repository.apache.org/snapshots</url >
8787 <layout >default</layout >
8888 <releases >
8989 <enabled >false</enabled >
100100
101101 <pluginRepository >
102102 <id >central</id >
103- <url >http ://repo1.maven.org/maven2/</url >
103+ <url >https ://repo1.maven.org/maven2/</url >
104104 <layout >default</layout >
105105 <releases >
106106 <enabled >true</enabled >
126126
127127 <pluginRepository >
128128 <id >wcm-io-apache-intermediate-release</id >
129- <url >http ://wcm.io/maven/repositories/apache-intermediate-release</url >
129+ <url >https ://wcm.io/maven/repositories/apache-intermediate-release</url >
130130 <layout >default</layout >
131131 <releases >
132132 <enabled >true</enabled >
152152
153153 <pluginRepository >
154154 <id >apache-snapshots</id >
155- <url >http ://repository.apache.org/snapshots</url >
155+ <url >https ://repository.apache.org/snapshots</url >
156156 <layout >default</layout >
157157 <releases >
158158 <enabled >false</enabled >
Original file line number Diff line number Diff line change 2020language : java
2121
2222jdk :
23- - oraclejdk8
23+ - openjdk8
2424- openjdk11
2525
2626# Make sure travis can use container-based infrastructure
Original file line number Diff line number Diff line change 1- <img src =" http ://wcm.io/images/favicon-16@2x.png" /> CONGA Plugin for AEM
1+ <img src =" https ://wcm.io/images/favicon-16@2x.png" /> CONGA Plugin for AEM
22======
33[ ![ Build Status] ( https://travis-ci.org/wcm-io-devops/conga-aem-plugin.png?branch=develop )] ( https://travis-ci.org/wcm-io-devops/conga-aem-plugin )
44[ ![ Code Coverage] ( https://codecov.io/gh/wcm-io-devops/conga-aem-plugin/branch/develop/graph/badge.svg )] ( https://codecov.io/gh/wcm-io-devops/conga-aem-plugin )
55
6- Documentation: http ://devops.wcm.io/conga/plugins/aem/ <br />
6+ Documentation: https ://devops.wcm.io/conga/plugins/aem/ <br />
77Issues: https://wcm-io.atlassian.net/projects/WDCONGA <br />
88Wiki: https://wcm-io.atlassian.net/wiki/ <br />
99Continuous Integration: https://travis-ci.org/conga-aem-plugin
1010
1111
1212## Build from sources
1313
14- If you want to build from sources make sure you have configured all [ Maven Repositories] ( http ://devops.wcm.io/maven.html) in your settings.xml.
14+ If you want to build from sources make sure you have configured all [ Maven Repositories] ( https ://devops.wcm.io/maven.html) in your settings.xml.
1515
1616See [ Travis Maven settings.xml] ( https://github.com/conga-aem-plugin/blob/master/.travis.maven-settings.xml ) for an example with a full configuration.
1717
Original file line number Diff line number Diff line change 2323 xsi : schemaLocation =" http://maven.apache.org/changes/1.0.0 http://maven.apache.org/plugins/maven-changes-plugin/xsd/changes-1.0.0.xsd" >
2424 <body >
2525
26+ <release version =" 1.9.0" date =" 2019-08-20" >
27+ <action type =" add" dev =" sseifert" issue =" WTOOL-52" >
28+ conga-aem-maven-plugin: Add "Bundle Status Whitelist Bundle Names" property to define list of bundles ignored by bundle status check.
29+ </action >
30+ </release >
31+
2632 <release version =" 1.8.14" date =" 2019-05-08" >
2733 <action type =" update" dev =" sseifert" >
2834 aem-contentpackage-properties plugin: Also support "jar" file extension for AEM content packages (but only when explicitly defined as post processor).
Original file line number Diff line number Diff line change 2525 <parent >
2626 <groupId >io.wcm.devops</groupId >
2727 <artifactId >io.wcm.devops.parent_toplevel</artifactId >
28- <version >1.1.4 </version >
28+ <version >1.1.6 </version >
2929 <relativePath />
3030 </parent >
3131
3232 <groupId >io.wcm.devops.conga.plugins</groupId >
3333 <artifactId >io.wcm.devops.conga.plugins.aem</artifactId >
34- <version >1.8.14 </version >
34+ <version >1.9.0 </version >
3535 <packaging >jar</packaging >
3636
3737 <name >CONGA AEM Plugin</name >
7373 <dependency >
7474 <groupId >io.wcm.tooling.commons</groupId >
7575 <artifactId >io.wcm.tooling.commons.crx-packmgr-helper</artifactId >
76- <version >1.5.10 </version >
76+ <version >1.6.0 </version >
7777 <scope >compile</scope >
7878 </dependency >
7979
Original file line number Diff line number Diff line change 6565 <dependency >
6666 <groupId >io.wcm.devops.conga.plugins</groupId >
6767 <artifactId >io.wcm.devops.conga.plugins.aem</artifactId >
68- <version >1.8.11 -SNAPSHOT</version >
68+ <version >1.8.15 -SNAPSHOT</version >
6969 </dependency >
7070
7171 </dependencies >
Original file line number Diff line number Diff line change 2323 <parent >
2424 <groupId >io.wcm.devops</groupId >
2525 <artifactId >io.wcm.devops.parent_toplevel</artifactId >
26- <version >1.1.4 </version >
26+ <version >1.1.6 </version >
2727 <relativePath />
2828 </parent >
2929
3030 <groupId >io.wcm.devops.conga.plugins</groupId >
3131 <artifactId >io.wcm.devops.conga.plugins.aem.root</artifactId >
32- <version >1.8.14 </version >
32+ <version >1.9.0 </version >
3333 <packaging >pom</packaging >
3434
3535 <name >CONGA AEM Plugin</name >
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ _**Please note:** You need to install the [Java Cryptography Extension (JCE) Unl
1212Download it from Maven Central:
1313
1414|---|---|---|
15- | [CONGA AEM Crypto CLI tool](http ://repo1.maven.org/maven2/io/wcm/devops/conga/plugins/conga-aem-crypto-cli/${project.properties['releasedVersion.version']}/conga-aem-crypto-cli-${project.properties['releasedVersion.version']}-dist.zip) | [](http ://repo1.maven.org/maven2/io/wcm/devops/conga/plugins/conga-aem-crypto-cli/${project.properties['releasedVersion.version']}/conga-aem-crypto-cli-${project.properties['releasedVersion.version']}-dist.zip) |
15+ | [CONGA AEM Crypto CLI tool](https ://repo1.maven.org/maven2/io/wcm/devops/conga/plugins/conga-aem-crypto-cli/${project.properties['releasedVersion.version']}/conga-aem-crypto-cli-${project.properties['releasedVersion.version']}-dist.zip) | [](https ://repo1.maven.org/maven2/io/wcm/devops/conga/plugins/conga-aem-crypto-cli/${project.properties['releasedVersion.version']}/conga-aem-crypto-cli-${project.properties['releasedVersion.version']}-dist.zip) |
1616
1717
1818### Generate AEM crypto keys
Original file line number Diff line number Diff line change @@ -76,5 +76,5 @@ With the post-processor plugin `aem-contentpackage-properties` is applied automa
7676The model YAML file can be exported during CONGA generation and provides the necessary runtime information for deployment tools like Ansible.
7777
7878
79- [ conga-extensibility ] : http ://devops.wcm.io/conga/extensibility.html
79+ [ conga-extensibility ] : https ://devops.wcm.io/conga/extensibility.html
8080[ sling-provisioning ] : https://sling.apache.org/documentation/development/slingstart.html
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ Additionally the CONGA AEM Maven plugin is provided which allows to deploy a bun
3131
3232### Further Resources
3333
34- * [ wcm.io CONGA training material with exercises] ( http ://training.wcm.io/conga/)
34+ * [ wcm.io CONGA training material with exercises] ( https ://training.wcm.io/conga/)
3535* [ adaptTo() 2015 Talk: CONGA - Configuration generation for Sling and AEM] ( https://adapt.to/2015/en/schedule/conga---configuration-generation-for-sling-and-aem.html )
3636* [ adaptTo() 2017 Talk: Automate AEM Deployment with Ansible and wcm.io CONGA] ( https://adapt.to/2017/en/schedule/automate-aem-deployment-with-ansible-and-wcm-io-conga.html )
3737
@@ -43,7 +43,7 @@ Additionally the CONGA AEM Maven plugin is provided which allows to deploy a bun
4343[ plugindocs ] : conga-aem-maven-plugin/plugin-info.html
4444[ changelog ] : changes-report.html
4545[ aem ] : http://www.adobe.com/solutions/web-experience-management.html
46- [ conga ] : http ://devops.wcm.io/conga/
47- [ conga-sling ] : http ://devops.wcm.io/conga/plugins/sling/
46+ [ conga ] : https ://devops.wcm.io/conga/
47+ [ conga-sling ] : https ://devops.wcm.io/conga/plugins/sling/
4848[ handlebars-helpers ] : handlebars-helpers.html
4949[ crypto-cli ] : crypto-cli.html
You can’t perform that action at this time.
0 commit comments