We recently upgraded to AEM 5.6, which caused our build to stop working. We've been able to get the builds up and running based on Adobe's multimodule-content-package-archetype, but they don't seem to work at all when installing our app into CQ from Windows.
The build seems to be working fine, but on the very last line of the build we get the following error on Win 7:
[INFO] --- content-package-maven-plugin:0.0.20:install (install-content-package) @myApp ---
[INFO] Installing myApp-components (~/Documents/myApp/myApp-components/target/myApp-components-0.0.2-SNAPSHOT.zip) to http://localhost:4502/crx/packmgr/service.jsp
[ERROR] Request failed:
com.day.jcr.vault.packaging.PackageException: java.lang.IllegalStateException:
folder handler did not accept /apps/myApp/components/pages/global.jspx
(500)
Is there something that needs to be configured to install a .jspx file? This is the only jspx file that I know of in our build.