Hi,
I created a new project based on the sample-project-archetype: 7 using the new AEM Eclipse plugin.
I also added the maven-jspc-plugin in order to compile JSPs during the Maven build.
But when running the build, the plugin errors out with:
"Failed to execute goal org.apache.sling:maven-jspc-plugin:2.0.8:jspc (compile-jsp) on project aemdemo.ui.apps: file:./aemdemo/aemdemo/ui.apps/target/jsps-to-compile/apps/aemdemo/components/content/example.jsp(11,0) File "/libs/foundation/global.jsp" not found"
What am I missing? Is there way to exclude the include during compilation?
Thanks!