Hello, I am a freshman about CQ. I have setup a project based on URL(http://docs.adobe.com/docs/en/aem/6-0/develop/how-tos/howto-projects-eclipse.html).
I don’t know why it runs ok via Maven, but it gets an error if I import it to Eclipse IDE.
I mean how to configure the Eclipse IDE <packaging>content-package</packaging> and let IED knows the plugin.
Please see the attachment screenshot.
[img]Screenshot.png[/img]
Solved! Go to Solution.
Views
Replies
Total Likes
Seems like eclipse does not have a binding to the correct lifecycle.
Take a look at http://dev.day.com/docs/en/cq/aem-how-tos/development/how-to-build-aem-projects-using-apache-maven.h.... It might help.
/Ove
Views
Replies
Total Likes
Refer a walk through guide at https://helpx.adobe.com/content/dam/help/attachments/EclipseMaven.pdf
Views
Replies
Total Likes
Seems like eclipse does not have a binding to the correct lifecycle.
Take a look at http://dev.day.com/docs/en/cq/aem-how-tos/development/how-to-build-aem-projects-using-apache-maven.h.... It might help.
/Ove
Views
Replies
Total Likes
Thanks for your help.
I fixed this error that is caused by I messed the profile tag of pom.xml.
It should put on <build> tag.
<groupId>com.day.jcr.vault</groupId>
<artifactId>content-package-maven-plugin</artifactId>
Thanks!!!
Views
Replies
Total Likes
Views
Likes
Replies