Maven Fails with oracle-soa-plugin missing
(Doc ID 2303810.1)
Last updated on AUGUST 16, 2024
Applies to:
Oracle SOA Suite - Version 12.2.1.2.0 and laterInformation in this document applies to any platform.
Symptoms
User is not able to compile the project in Maven
Maven SOA compiling is not working when I execute the command mvn compile in 12.2.1.2 version.
Following error message is observed,
[INFO] Scanning for projects...
[WARNING] The POM for com.oracle.soa.plugin:oracle-soa-plugin:jar:12.2.1-2-0 is missing, no dependency information available
[ERROR] The build could not read 1 project -> [Help 1]
[ERROR]
[ERROR] The project test:soa-project:1.0 (C:\SourceCode\Demo\soa-test\soa-project\pom.xml) has 1 error
[ERROR] Unresolveable build extension: Plugin com.oracle.soa.plugin:oracle-soa-plugin:12.2.1-2-0 or one of its dependencies could not be resolved: Failure to find com.oracle.soa.plugin:oracle-soa-plugin:jar:12.2.1-2-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]
[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
[WARNING] The POM for com.oracle.soa.plugin:oracle-soa-plugin:jar:12.2.1-2-0 is missing, no dependency information available
[ERROR] The build could not read 1 project -> [Help 1]
[ERROR]
[ERROR] The project test:soa-project:1.0 (C:\SourceCode\Demo\soa-test\soa-project\pom.xml) has 1 error
[ERROR] Unresolveable build extension: Plugin com.oracle.soa.plugin:oracle-soa-plugin:12.2.1-2-0 or one of its dependencies could not be resolved: Failure to find com.oracle.soa.plugin:oracle-soa-plugin:jar:12.2.1-2-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]
[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
Changes
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Changes |
Cause |
Solution |
References |