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!

Oracle JDeveloper 11g getting ADF libraries into Artifactory repository

528724Mar 7 2012 — edited Mar 30 2012
I am attempting to compile a Maven enabled project within JDeveloper 11g by right-clicking on the pom.xml file and selecting Run Default Goal "package". I am using Maven version 3.0.4 in conjunction with an Artifactory repository. I get the the following results:

[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building LienholderModel 1.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[WARNING] The POM for oracle.jdeveloper.library:ADF-Model-Runtime:pom:11.1.2.1.0 is missing, no dependency information available
[WARNING] The POM for oracle.jdeveloper.library:BC4J-Oracle-Domains:pom:11.1.2.1.0 is missing, no dependency information available
[WARNING] The POM for oracle.jdeveloper.library:BC4J-Runtime:pom:11.1.2.1.0 is missing, no dependency information available
[WARNING] The POM for oracle.jdeveloper.library:BC4J-Security:pom:11.1.2.1.0 is missing, no dependency information available
[WARNING] The POM for oracle.jdeveloper.library:MDS-Runtime:pom:11.1.2.1.0 is missing, no dependency information available
[WARNING] The POM for oracle.jdeveloper.library:MDS-Runtime-Dependencies:pom:11.1.2.1.0 is missing, no dependency information available
[WARNING] The POM for oracle.jdeveloper.library:Oracle-JDBC:pom:11.1.2.1.0 is missing, no dependency information available
[WARNING] The POM for oracle.jdeveloper.library:Resource-Bundle-Support:pom:11.1.2.1.0 is missing, no dependency information available
[WARNING] The POM for oracle.jdeveloper.library:ADF-Common-Runtime:pom:11.1.2.1.0 is missing, no dependency information available
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE

I believe the problem is missing ADF libraries in the JFrog Artifactory repository. How do I get these missing ADF libraries from JDeveloper 11g and put them into the Artifactory repository. I believe ADF libraries are just XML files that specify the location and relationship of *.jar files within JDeveloper. Is this correct?

Is there a specific, step-by-step way to get these ADF libraries from JDeveloper and put them into Artifactory? Will I have to modify the XML within the files before putting them into Artifactory?

Thanks,

Paul A. Nardi
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 27 2012
Added on Mar 7 2012
1 comment
1,090 views