java - How to deploy to AEM instance via Repository? -


is possible/ how take packaged version of jar via repository (for example artifactory) , deploy instance of aem?
done via maven , jenkins in automated way?

currently done, using tagged version in vcs build , deploy via content-package-maven-plugin.

with jenkins have multiple options:

  • you let maven build artifacts you
  • or use repository connector plugin (1) artifacts nexus / artifactory

after that, use crx content package deployer plugin (2) upload packages aem instance.

the jenkins build triggered manually, change in vcs,...

(1): https://wiki.jenkins-ci.org/display/jenkins/repository+connector+plugin

(2): https://wiki.jenkins-ci.org/display/jenkins/crx+content+package+deployer+plugin


Comments

Popular posts from this blog

java - Static nested class instance -

c# - Bluetooth LE CanUpdate Characteristic property -

JavaScript - Replace variable from string in all occurrences -