I want to create a webservice client from the wsdl using weblogic-maven-plugin
Based on this page: http://docs.oracle.com/middleware/1212/wls/DEPGD/maven_deployer.htm#DEPGD383 I've generated the maven plugin using wljarbuilder from the server /lib
java -jar wljarbuilder.jar -profile weblogic-maven-plugin
I got weblogic-maven-plugin.jar
with size just under 70MB which I've uploaded to artifactory and used in the maven build.
The problem is, that when I try to specify goal ws-clientgen
, it complains that the goal doesn't exist.
Here's the list of goals which should be available: http://docs.oracle.com/middleware/1212/wls/WLPRG/maven.htm#CHEGICCC
but when I run with goal help
, I get only this:
[INFO] --- weblogic-maven-plugin:12.1.2.0:help (default) @ myapp ---
The following are the goals available currently in Maven
deploy
list-apps
redeploy
start-app
stop-app
undeploy
update-app
Why am I missing the goals? I got no warnings during creation of the plugin and didn't find any other options for the wljarbuilder