Adobe-Marketing-Cloud / aem-guides-wknd

Steps to create a website with Adobe Experience Manager (AEM)
https://helpx.adobe.com/experience-manager/kt/sites/using/getting-started-wknd-tutorial-develop.html
76 stars 68 forks source link

reopening - build failure when running mvn -PautoInstallPackage -Padobe-public clean install #55

Closed daddyschmack closed 5 years ago

daddyschmack commented 5 years ago

HI @godanny86, I'm reopening this issues #54. I did try the suggestion in #32. It appears to have the same connectivity issue as: https://github.com/Adobe-Marketing-Cloud/aem-guides-wknd-events/issues/45. There is no "day" directory available.

I'm trying to build the server so that I can run the Angular tutorial with the rich content. I have determined that there is a problem reaching this URL: com.day.jcr.vault:content-package-maven-plugin:1.0.2:install (install-package) on project aem-guides-wknd.ui.apps: Connection refused -> [Help 1]

Can you please confirm the directory exists and that if so, it's available externally?

Thanks!

godanny86 commented 5 years ago

Hi @daddyschmack do you have a local installation of AEM already running (on your personal computer)? The Connection refused error leads me to believe that it is an issue when maven is trying to deploy the package to your local AEM instance. Note that justing building the AEM project does not build an AEM server, it simply builds the project and attempts to deploy it to an existing AEM server.

FWIW the maven dependencies specific to AEM are stored on repo.adobe.com, this repo is made available when adding the adobe-public profile either in your maven command or in your ~/.m2/settings.xml file: https://repo.adobe.com/nexus/content/groups/public/com/day/jcr/vault/content-package-maven-plugin/1.0.2/

daddyschmack commented 5 years ago

Hi @godanny86 , I think I finally understand! I don't have the server running. So we can close this. So it's the same issue on both questions. However, can we go to the other issue with trying to upload and deploy the snapshots on a pre-existing server?

godanny86 commented 5 years ago

Ah great! Sorry for the back and forth, I didn't understand what was happening until you mentioned building a server. I'll try to answer on the other thread