Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to build Dukes-ages Archetype in Netbeans #3

Open
glassfishrobot opened this issue Nov 7, 2018 · 2 comments
Open

Unable to build Dukes-ages Archetype in Netbeans #3

glassfishrobot opened this issue Nov 7, 2018 · 2 comments

Comments

@glassfishrobot
Copy link

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

@glassfishrobot
Copy link
Author

@pawankukreja01
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants