I've run into a big issue, and it's stalling my project that is due this weekend. Here are the details.
IDE: Eclipse/Maven API: JAXB, an xml reader/writer API Issue: Maven is hanging when building the dependency in pom.xml.
More Information: I copy and pasted the jar into a project folder "lib". Then moved the project over to the resource folder. After that, I used maven from eclipse (I think that's the embedded Maven), to add the dependency to the pom.xml. It's been over 4 hours now. I also stopped eclipse through Windows Task Manager. When eclipse started after that, it is continuing with the Maven dependency build, and will not finish.
It is step 5, in this stackoverflow thread. How do I add a Maven dependency in Eclipse?
Any help would be greatly appreciated. This has sucked a whole day out of actual coding; and turned into a configuration issue.
Thanks!