You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
conga-aem-maven-plugin: Add support for IMS/Auth 2 authentication for AEMaaCS (via oauth2AccessToken).
29
+
</action>
30
+
<actiontype="add"dev="sseifert"issue="WTOOL-71">
31
+
conga-aem-maven-plugin: New configuration parameter packageManagerOutputLogLevel to allow to change log level for package manager output (which may get huge for big packages) from INFO to DEBUG.
32
+
</action>
33
+
<actiontype="add"dev="sseifert">
34
+
conga-aem-maven-plugin: Flag replicate allows to replicate a package to publish instance after uploading it to author instance.
35
+
</action>
36
+
<actiontype="add"dev="sseifert">
37
+
conga-aem-maven-plugin: Add jcl-over-slf4j bridge to be able to capture HTTP client debug messages with Maven debug logging.
38
+
</action>
39
+
<actiontype="update"dev="sseifert">
40
+
Content Package Validator: Update to filevault-package-maven-plugin 1.2.2.
41
+
</action>
42
+
</release>
43
+
44
+
<releaseversion="2.15.0"date="2021-09-20">
27
45
<actiontype="add"dev="sseifert">
28
46
Content Package Validator: Load default node types for validation from biz.netcentric.aem:aem-nodetypes and io.wcm.tooling.nodetypes:io.wcm.tooling.nodetypes.wcmio.
29
47
</action>
@@ -33,6 +51,9 @@
33
51
<actiontype="update"dev="sseifert">
34
52
conga-aem-maven-plugin:cloudmanager-all-package: Ensure dependencies of sub packages are managed as well.
35
53
</action>
54
+
<actiontype="update"dev="sseifert"><![CDATA[
55
+
<i>PLEASE NOTE:</i> The release number was accidentially updated to 2.x - but the release is 100% backward compatible to the 1.x releases.
Copy file name to clipboardExpand all lines: tooling/conga-aem-maven-plugin/src/main/java/io/wcm/devops/conga/plugins/aem/maven/AbstractContentPackageMojo.java
Copy file name to clipboardExpand all lines: tooling/conga-aem-maven-plugin/src/main/java/io/wcm/devops/conga/plugins/aem/maven/InstallPackagesMojo.java
+14-4Lines changed: 14 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -76,6 +76,12 @@ public final class InstallPackagesMojo extends AbstractContentPackageMojo {
0 commit comments