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