How to generate the maven deploy plugin?
The Oracle documentaion for installing the mvn weblogic-deploy plugin starts with this step:
java -jar wljarbuilder.jar -profile weblogic-maven-plugin
The profile weblogic-maven-plugin specified is not present in the configuration as specified in null
Exception in thread "main" java.lang.RuntimeException: The profile weblogic-maven-plugin specified is not present in the configuration as specified in null
at com.bea.jarbuilder.JarBuilder.showUsageError(JarBuilder.java:297)
at com.bea.jarbuilder.JarBuilder.processArgs(JarBuilder.java:211)
at com.bea.jarbuilder.JarBuilder.run(JarBuilder.java:71)
at com.bea.jarbuilder.JarBuilder.main(JarBuilder.java:67)
Anyone who can help out on this issue?
Thanks