I am facing issues with using Maven in JDeveloper 12c (12.1.2.0.0)
I am trying to use Maven as a build tool. When I add a dependency to pom.xml (either directly in the source or using the gui) JDeveloper generates a library in the project (.jpr) file which seem to reference only the one dependency (one .jar file) I added but not other libraries the new dependency needs and references in it's pom file.
If I build using maven all my dependencies (and the depencies of them etc...) are fetched to my local repository but the JDeveloper project and IDE does not know of the extra libraries that were fetched. Do I really need to manually download any depencies and manually build a library for the JDev project to use for compilation?
When I do the same in for example Netbeans the IDE resolves all the depencies and all classes end up in the IDE's classpath.