adobe / aem-guides-wknd

Tutorial Code companion for Getting Started Developing with AEM Sites WKND Tutorial
https://experienceleague.adobe.com/docs/experience-manager-learn/getting-started-wknd-tutorial-develop/overview.html
MIT License
284 stars 543 forks source link

build failure when running "mvn clean install -PautoInstallPackage" #59

Closed helloosuman closed 4 years ago

helloosuman commented 4 years ago

[INFO] --- content-package-maven-plugin:1.0.2:install (install-package) @ aem-guides-wknd.ui.apps --- [INFO] Installing aem-guides-wknd.ui.apps (C:\SumanWS\aem-guides-wknd\ui.apps\target\aem-guides-wknd.ui.apps-0.0.1-SNAPSHOT.zip) to http://localhost:4502/crx/packmgr/service.jsp [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for aem-guides-wknd 0.0.1-SNAPSHOT: [INFO] [INFO] aem-guides-wknd .................................... SUCCESS [ 0.413 s] [INFO] WKND Sites Project - Core .......................... SUCCESS [ 10.693 s] [INFO] WKND Sites Project - UI apps ....................... FAILURE [ 23.305 s] [INFO] WKND Sites Project - UI content .................... SKIPPED [INFO] WKND Sites Project - Integration Tests Bundles ..... SKIPPED [INFO] WKND Sites Project - Integration Tests Launcher .... SKIPPED [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 37.079 s [INFO] Finished at: 2019-12-01T09:55:52-06:00 [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal com.day.jcr.vault:content-package-maven-plugin:1.0.2:install (install-package) on project aem-guides-wknd.ui.apps: end tag name must be the same as start tag from line 2 (position: TEXT seen ...\r\n\t\ta,\r\n\t\t.fid-blue {\r\n\t\t\tcolor: #0E67A9;\r\n\t\t}\r\n\t\r\n... @155:8) -> [Help 1]

Note: local AEM instance is running and I'm on windows 10. I haven't made any change in pom.xml for aem-guides-wknd.ui.apps application. AEM version is 6.4.0.

godanny86 commented 4 years ago

hi @helloosuman what version of Maven are you using? Also are you using the code base of WKND on the master branch?

godanny86 commented 4 years ago

Closing due to inactivity. @helloosuman feel free to re-open if still experiencing issues.