Skip to content
Advertisement

oracle-maven-sync plugin (v14.1.1) error while deploying web application: ‘deploy’ goal not found

I am using following plugin to deploy my web application to weblogic 14c with maven (3.6.3):

JavaScript

while executing the goal, maven is giving the below error:

[ERROR] Could not find goal ‘deploy’ in plugin com.oracle.maven:oracle-maven-sync:14.1.1-0-0 among available goals help, push -> [Help 1]

Eclipse also giving the below warning for the pom file having plugin configuration:

Invalid goal for this plugin: deploy

any clue?

Advertisement

Answer

Maybe you should use the weblogic-maven-plugin instead. See https://docs.oracle.com/en/middleware/standalone/weblogic-server/14.1.1.0/wlprg/maven.html#GUID-1E101A83-0099-4089-A9EE-3999F2C8D84C.

User contributions licensed under: CC BY-SA
5 People found this is helpful
Advertisement