I am trying to integrate MS Teams with AEM. For example I want to send a notification for below events, Some of the basic events,When a page gets publishedWhen a code is deployed or package is installed I came to know this can be achieved through Adobe I/O but I could not see any any single event f...
In AEM managed service we maintain a code in enterprise git and use Bitbucket for reviewing the code. How do we do the same in AEMaaCS? As far as I know the codebase has to be in adobe git in case of AEMaaCS. Is that 100% true ? Can we have an option to maintain a code in outside Adobe Git? If yes ...
I am trying to add XML documentation for AEM in AEM as a cloud. Followed installation step as per below installation guide https://helpx.adobe.com/content/dam/help/en/xml-documentation-solution/4-0/XML-Documentation-for-Adobe-Experience-Manager_Installation-Configuration-Guide_EN.pdf But the build i...
I want to notify some specific channels for specific events in MS Teams, Some of the basic events,When a page gets publishedWhen a code is deployed or package is installed I want to post a message in MS Teams if any one of the event happens in AEM instance. Do we have any connector or cloud service...
@Vijayalakshmi_S- It works. Thank you so much. Appreciate your effort and support. Do you suggest to have this in parent or core POM file? Cause of the issue : I am not sure what is happening here. Both org.apache.commons.beanutils.BeanUtilsclass and org.apache.commons.beanutils.BeanUtilsBean are pa...
Vijayalakshmi No luck with full package name, I tried this in both parent and child POM. Am I missing anything? <configuration>
<bnd><![CDATA[Bundle-Category: ${componentGroupName}
# export all versioned packages except for conditional ones (https://github.com/bndtools/bnd/issues/3721#issuecomm...
Vijayalakshmi_S - Thanks for the reference - I tried using "-conditionalpackage: org.apache.commons.*" in parent POM but getting the same error. Could you check if the syntax is correct? I also tried this child POM but no luck, <plugin>
<groupId>biz.aQute.bnd</groupId>
<artifactId>bnd-maven-pl...
Asutosh_Jena Yeah, I have "bnd-maven-plugin" in both parent and core pom, below is the config, bnd-maven-plugin in Core POM-<plugin>
<groupId>biz.aQute.bnd</groupId>
<artifactId>bnd-maven-plugin</artifactId>
<executions>
<execution>
<id>bnd-process</id>
<goals>
<goal>bnd-process</goal...
Asutosh_Jena - It is not resolving the build issue. I get the same error. it is giving error "no bundle is exporting these package" Dont we need to export this package anywhere"?