You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Failed to execute goal org.apache.maven.plugins:maven-archetype-plugin:2.2:jar (default-jar) on project dukes-age-archetype: Execution default-jar of goal org.apache.maven.plugins:maven-archetype-plugin:2.2:jar failed: A required class was missing while executing org.apache.maven.plugins:maven-archetype-plugin:2.2:jar: org/jdom/JDOMException
Help needed please
The text was updated successfully, but these errors were encountered:
It seems you encountered an issue while building the dukes-ages-archetype. The error message indicates a missing class: org.jdom.JDOMException. This class is part of the JDOM library, which is used for parsing and manipulating XML documents.
Add JDOM Dependency: Ensure that the JDOM library is included in your project’s dependencies. You can add it to your pom.xml file.
I have followed the tutorials for Java EE 8 carefully, but got the error while trying to build the dukes-ages-archetype;
WARNING: Error injecting: org.apache.maven.archetype.common.DefaultPomManager
java.lang.NoClassDefFoundError: org/jdom/JDOMException
Failed to execute goal org.apache.maven.plugins:maven-archetype-plugin:2.2:jar (default-jar) on project dukes-age-archetype: Execution default-jar of goal org.apache.maven.plugins:maven-archetype-plugin:2.2:jar failed: A required class was missing while executing org.apache.maven.plugins:maven-archetype-plugin:2.2:jar: org/jdom/JDOMException
Help needed please
The text was updated successfully, but these errors were encountered: