A maven plugin which provides deployment facilities for Java applications on Oracle Weblogic server.
Questions tagged [weblogic-maven-plugin]
16 questions
11
votes
2 answers
How to install weblogic maven plugin for weblogic v12.1.2 (12c)?
To install weblogic application server I decompressed 2 files I got from or oracle using these…

Muhammad Gelbana
- 3,890
- 3
- 43
- 81
6
votes
1 answer
WebLogic Maven Plugin has too many dependencies?
I'm using the weblogic maven plugin to deploy my app on the server.
I'm not sure if I've done a mistake at the configuration.
The first maven build of the day takes a long time (~30 minutes) because the plugin seems to have a huge amount of…

Stefan B.
- 83
- 8
6
votes
1 answer
Error : Weblogic Maven Plugin deployment
i want to use weblogic-maven-plugin in my maven project in eclipse so i generated weblogic-maven-plugin.jar in weblogic server 12c 1.2.1 and i am using it.
com.oracle.weblogic
…

sencerozdemir
- 61
- 1
- 2
5
votes
4 answers
Maven: Error putting Weblogic libs into local repository
I want to put Weblogic libs into local repository (Installing and Configuring Maven for Build Automation and Dependency Management) I have the Weblogic version is 12.1.2 installed in my workstation.
I run this command:
mvn -X…

La Carbonell
- 1,976
- 5
- 22
- 52
4
votes
1 answer
Using Maven to Deploy to Weblogic Clusters
org.codehaus.mojo
weblogic-maven-plugin
2.9.1
We're currently using the weblogic maven plugin successfully to deploy to our local WebLogic 9.2 instances.
When we try to deploy to a remote environment we have a problem. We use a two machine cluster,…

Mark Sailes
- 1,224
- 15
- 17
2
votes
1 answer
Error deploying web application on Weblogic 10.3 using maven 2: "Can't find wsdl /wsdls/wsat.wsdl"
I'm using maven for deploying a web application in my Weblogic 10.3 server remotely. I created my pom file based on the indication on this previous question:
Using maven as build tool for Weblogic 10.3
My pom.xml file is:

Marcos Carceles
- 912
- 1
- 10
- 11
1
vote
0 answers
maven-weblogic-plugin : list-apps doesn't work on adminport
I have a maven project,with weblogic-maven-plugin (groupid com.oracle.weblogic , version 12.1.3-0-0).
When I run weblogic:list-apps through HTTP protocoll it works fine:
[DEBUG] Configuring mojo…

Legenyanya
- 11
- 1
1
vote
1 answer
Precompilation of JSPs fail when file is included
The problem is that the jsps that are included in other files fail to compile during precompilation because the necessary import statements exist only on the page that includes them. Is there a way to avoid compiling certain pages during appc goal…

Efstathios Oikonomou
- 349
- 7
- 21
1
vote
1 answer
weblogic-maven-plugin: 12.2.1 - Failed to execute goal redeploy - artifact location not specified
I tried to deploy my application using maven weblogic plugin. I get the below error message and not sure of what it means by 'artifact location not specified'.
[ERROR] Failed to execute goal…

SGN
- 341
- 1
- 7
- 23
1
vote
3 answers
Weblogic Mvn Plugin Deploy Fails to Connect to server t3://localhost:7001
and thanks in advance for the help.
I am trying to get the oracle weblogic mvn plugin to run properly on my machine, but I am ultimately having difficulty with the connection to the admin server, and the plugins error message is not very useful in…

99Sono
- 3,554
- 27
- 39
0
votes
0 answers
weblogic-maven-plugin deploy a renamed EAR
I have a project wich renames it EAR using maven-ear-plugin, problem is my weblogic-maven-plugin wants to deploy it using it's regular name.
Which causes this problem
java.lang.IllegalArgumentException: The file,…

sliders_alpha
- 2,276
- 4
- 33
- 52
0
votes
1 answer
weblogic-maven-plugin appc goal 12.1.3. weblogic.utils.compiler.ToolFailureException: [J2EE:160127]ERROR: Could not delete previous archive
If you are experience issues with maven and the appc goal with the maven plugin resulting in:
weblogic.utils.compiler.ToolFailureException: [J2EE:160127]ERROR: Could not delete previous archive
then read my answer below

javaxswing
- 1
- 2
0
votes
1 answer
Missing goals in weblogic-maven-plugin
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…

NeplatnyUdaj
- 6,052
- 6
- 43
- 76
0
votes
0 answers
weblogic maven plugin - how to deploy to a remote server
I have setup the oracle maven command to deploy to a remote server (myservername.com).
com.oracle.weblogic
…

jax
- 37,735
- 57
- 182
- 278
0
votes
1 answer
Errors when using maven plugin for Weblogic deployment
I have been trying to deploy application to Weblogic 10.3.6 using maven
I have created weblogic plugin for maven as mentioned in this article.
I have added the following to pom.xml
…

Jacob
- 14,463
- 65
- 207
- 320