Skip to Main Content

Integration

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!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Unable to compile SOA project through maven in 12213 Jdeveloper after following instructions in docu

975726Jan 9 2018 — edited Jan 11 2018

Hi Experts,

  I am using 12213 jdeveloper and added the maven configuration for SOA project as per the instructions in documentation. But I am getting the below exception when doing compile through maven.

Can any one encounter the same issue? Please provide the solution including steps that needs to be followed on the same to resolve the issue.

Steps followed before doing compile:

1. mvn install:install-file -DpomFile=oracle-maven-sync.12.2.1.pom -Dfile=oracle-maven-sync.12.2.1.jar
2.mvn com.oracle.maven:oracle-maven-sync:push -DoracleHome=C:/Jdeveloper12213

3.mvn help:describe -Dplugin=com.oracle.maven:oracle-maven-sync -Ddetail

Exception encountered in jdeveloper during compile:

The POM for com.oracle.fmwshare:jrf_ws_client.com.oracle.webservices.fmw.client:jar:12.2.1-0-0 is missing, no dependency information available

[ERROR] The build could not read 1 project -> [Help 1]

[ERROR]  

[ERROR]   The project SOAApplication:Sample:1.0-SNAPSHOT (C:\JDeveloper\mywork\SOAApplication\Sample\pom.xml) has 2 errors

[ERROR]     Unresolveable build extension: Plugin com.oracle.soa.plugin:oracle-soa-plugin:12.2.1-3-0 or one of its dependencies could not be resolved: Failure to find com.oracle.fmwshare:jrf_ws_client.com.oracle.webservices.fmw.client:jar:12.2.1-0-0 in https://repo.maven.apache.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced -> [Help 2]

[ERROR]     Unknown packaging: sar @ line 14, column 14

[ERROR]

[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.

[ERROR] Re-run Maven using the -X switch to enable full debug logging.

[ERROR]

[ERROR] For more information about the errors and possible solutions, please read the following articles:

[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException

[ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/PluginResolutionException

This post has been answered by 975726 on Jan 11 2018
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 8 2018
Added on Jan 9 2018
1 comment
852 views