- Published on
AEM WKND Sites Project Build failure
- Authors
- Name
- Tony Mamedbekov
- @tmamedbekov
So while I was trying to build WKND Sites project I kept getting a build failure error, so it was such a simple mistake that people might get, so I decided to share it on the web.
Request to http://localhost:4502/crx/packmgr/service.jsp failed, response=Unauthorized
Open pom.xml file and add a config
<useProxy>false</useProxy>
That did not work.
The problem was that I changed the password for my admin user:
and here is where you need to modify those credentials inside the pom.xml file
and finally build was successful