Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

JDeveloper 12c, Project Libraries and Maven

S.LaRocca(at)pittsApr 7 2014 — edited Apr 7 2014

I'ts a usual way in JDeveloper ADF-Projects to create project library with all used jar-files bundled and give them a name. I.E. ADF-Library. This reduce the visible dependency in the project dependency and group all "user definded" libraries together.

If I start with maven, the pom-file only recognize the given name for my project library bundle (ADF-Library) but not all the dependend libraries.

What is the best way to solve this problem?

a.) Forget the project library bundle and reference each single jar file in the project dependency?

b.) create an maven artefact with the given name and all jar-files as resources, but without any usefull jdeveloper project?

c.) Any other clues?

Ciao Stephan

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 5 2014
Added on Apr 7 2014
3 comments
1,828 views