Hey there,
I am having trouble with
maven. I do have the following POM.xml file
And here is the error message I'm getting
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.5:compile (default-compile) on project chapter02: Compilation failure: Compilation failure:
[ERROR] ~\05292012\src\main\java\Book.java:[3,0] package javax.persistence does not exist
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
It seems like maven was not able to download the dependency for org.eclipse.persistence
Has somebody had that problem before?
Any help will be greatly appreciated!
Eric