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

matlab - error with cyclic autocorrelation function -

django - (fields.E300) Field defines a relation with model 'AbstractEmailUser' which is either not installed, or is abstract -

c# - What is a good .Net RefEdit control to use with ExcelDna? -