Hi All,
I have been trying to deploy code via cloud to stage environment but everytime it fails at dispatcher though dispatcher module is commented in main pom. Can anyone please guide me on this. I am attaching build error logs.
Thanks, looking forward to the answers
Solved! Go to Solution.
Views
Replies
Total Likes
Hello @annkitaaggarwal,
Commenting out the dispatcher module from pom.xml is not enough, please make sure that the dispatcher module is removed/deleted from the code base (the one that is getting deployed through cloud manager).
Though its recommended to push the dispatcher config changes via cloud manager to the servers, however if you want to manage it separately, you can move it out from the code completely or ignore while pushing the code to adobe code repository..
Thanks
Hello @annkitaaggarwal,
Commenting out the dispatcher module from pom.xml is not enough, please make sure that the dispatcher module is removed/deleted from the code base (the one that is getting deployed through cloud manager).
Though its recommended to push the dispatcher config changes via cloud manager to the servers, however if you want to manage it separately, you can move it out from the code completely or ignore while pushing the code to adobe code repository..
Thanks
Thanks, for now i will remove it from codebase.
Views
Likes
Replies