Hi Team,
I am unable to build a maven AEM project because of failure to resolve cndNames.
Failed to execute goal net.adamcin.oakpal:oakpal-maven-plugin:1.5.1:scan (default) on project *******: Failed to execute package scan. Failed to resolve cndNames.: Failed to find node type definition on classpath for cndName exportnodetype.jsp
Can someone please help me out here?
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
Which maven archetype you are using ?
Latest version is 22 , i don't see any error with the latest archetype.
Also in the maven archetype the mentioned plug in (net.adamcin.oakpal:oakpal-maven-plugin) is not there .
Which maven archetype you are using ?
Latest version is 22 , i don't see any error with the latest archetype.
Also in the maven archetype the mentioned plug in (net.adamcin.oakpal:oakpal-maven-plugin) is not there .
Views
Replies
Total Likes
It looks like the dependency has an error, try deleting the artifact in your ~/.m2 file, include this dependency in your root + core pom.xml, and try to re-download & rebuild your project.
<!-- https://mvnrepository.com/artifact/net.adamcin.oakpal/oakpal-maven-plugin -->
<dependency>
<groupId>net.adamcin.oakpal</groupId>
<artifactId>oakpal-maven-plugin</artifactId>
<version>1.5.1</version>
</dependency>
I hope this works.
Views
Replies
Total Likes
Please check http://adamcin.net/oakpal/oakpal-maven-plugin/usage.html
Views
Replies
Total Likes
Views
Likes
Replies