I have created a OSB application with a OSB project in JDeveloper from the quickstart for developer 12.2.1.0.0
It's automatically created a pom.xml, and I have setup my nexus to download artifacts from Oracles repo.
I try to run a "mvn package" command, and a lot of artifacts is downloaded from oracles repo, but after a while it stop with this error-message:
[INFO] Scanning for projects...
[ERROR] The build could not read 1 project -> [Help 1]
[ERROR]
[ERROR] The project AktivitetAdministrerTest:AktivitetAdministrerTest:1.0-SNAPSHOT (C:\ws\trunk\Integrasjon\esb12c\AktivitetAdministrerTest\AktivitetAdministrerTest\pom.xml) has 2 errors
[ERROR] Unresolveable build extension: Plugin com.oracle.servicebus.plugin:oracle-servicebus-plugin:12.2.1-0-0 or one of its dependencies could not be resolved: The following artifacts could not be resolved: com.oracle.weblogic:jms-internal-notran-adp:rar:12.2.1-0-0, com.oracle.weblogic:jms-internal-xa-adp:rar:12.2.1-0-0, com.oracle.weblogic:jms-local-adp:rar:12.2.1-0-0, com.oracle.weblogic:jms-notran-adp:rar:12.2.1-0-0, com.oracle.weblogic:jms-xa-adp:rar:12.2.1-0-0: Failure to find com.oracle.weblogic:jms-internal-notran-adp:rar:12.2.1-0-0 in http://10.250.5.80:8081/nexus/content/groups/public was cached in the local repository, resolution will not be reattempted until the update interval of nexus-plugin has elapsed or updates are forced -> [Help 2]
[ERROR] Unknown packaging: sbar @ line 16, column 16
[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
Process exited with exit code 1.
Why does it fail. Is artifacts missing in Oracle's central repo?