Not Able To Compile SOA 12c Component Using Maven Plugin "Unresolveable build extension"
(Doc ID 2352215.1)
Last updated on AUGUST 12, 2024
Applies to:
Oracle SOA Suite - Version 12.2.1.3.0 and laterInformation in this document applies to any platform.
Symptoms
The environment is Oracle FMW 12.2.1-3-0 , weblogic server is inbuilt with Jdeveloper.
The following commands were executed:
My Oracle Home = D:\Oracle_SOA
From D:\Oracle_SOA\oracle_common\plugins\maven\com\oracle\maven\oracle-maven-sync\12.2.1
mvn install:install-file -DpomFile=oracle-maven-sync-12.2.1.pom -Dfile=oracle-maven-sync-12.2.1.jar
mvn com.oracle.maven:oracle-maven-sync:push -DoracleHome=D:/Oracle_SOA -Dmaven.repo.local=C:/Users/<username>/.m2/repository
mvn archetype:crawl -Dcatalog=C:/Users/<username>/.m2/archetype-catalog.xml
mvn help:describe -DgroupId=com.oracle.soa.plugin -DartifactId=oracle-soa-plugin -Dversion=12.2.1-3-0
From D:\Oracle_SOA\oracle_common\plugins\maven\com\oracle\maven\oracle-maven-sync\12.2.1
mvn install:install-file -DpomFile=oracle-maven-sync-12.2.1.pom -Dfile=oracle-maven-sync-12.2.1.jar
mvn com.oracle.maven:oracle-maven-sync:push -DoracleHome=D:/Oracle_SOA -Dmaven.repo.local=C:/Users/<username>/.m2/repository
mvn archetype:crawl -Dcatalog=C:/Users/<username>/.m2/archetype-catalog.xml
mvn help:describe -DgroupId=com.oracle.soa.plugin -DartifactId=oracle-soa-plugin -Dversion=12.2.1-3-0
Then a project was created in another directory
mvn archetype:generate -DarchetypeGroupId=com.oracle.soa.archetype -DarchetypeArtifactId=oracle-soa-application -DarchetypeVersion=12.2.1-3-0 -DarchetypeRepository=local -DgroupId=org.my.test -DartifactId=fmw-soa-application -DprojectName=fmw-soa-project -Dversion=1.0-SNAPSHOT
The command below was executed
mvn oracle-soa:compile
Following error is seen,
[ERROR] Failed to execute goal com.oracle.soa.plugin:oracle-soa-plugin:12.2.1-3-0:compile (default-cli) on project fmw-soa-project: SOA COMPILE FAILED with value: 1 -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal com.oracle.soa.plugin:oracle-soa-plugin:12.2.1-3-0:compile (default-cli) on project fmw-soa-project: SOA COMPILE FAILED with value: 1
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:216)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal com.oracle.soa.plugin:oracle-soa-plugin:12.2.1-3-0:compile (default-cli) on project fmw-soa-project: SOA COMPILE FAILED with value: 1
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:216)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
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 |