Maven Weblogic Plugin

2015-09-02 Thread aalok singhvi
Hello, I am trying to deploy my Java application onto weblogic server 10.3.4. I see we have a maven plugin to do so. Can anyone give some examples where I can deploy an multi module apps. Do we i need to just add this plugin to the parent pom or it should be defined in all child poms also. Before

Re: Maven-weblogic plugin: Unable to understand error

2007-07-21 Thread Scott Ryan
r mvn install:install-file -Dfile=maven-weblogic-plugin-1.0.0.jar - DgroupId=web-maven -DartifactId=web-maven -Dversion=1.0 - Dpackaging=jar 4. ran the clean and compile commands: mvn clean, mvn compile - these ran without any errors 5. then ran the mvn weblogic:deploy command, but get teh following

Re: Maven-weblogic plugin: Unable to understand error

2007-07-20 Thread Dennis Lundberg
, July 20, 2007 9:19 AM To: Maven Users List Subject: Re: Maven-weblogic plugin: Unable to understand error Judging by the error message you should run this: mvn install:install-file -Dfile=C:\bea\weblogic92\server\lib\webservices.jar -DgroupId=weblogic -DartifactId=webservices -Dversion=9.0 -Dpa

RE: Help! Maven weblogic plugin: NoClassDefFoundError with com/bea/xml/XmlException

2007-07-20 Thread Vaidya, Supriya A (US - Chicago)
: + 1 414 736 8157 www.deloitte.com -Original Message- From: Terala, Satish (IS Consultant) [mailto:[EMAIL PROTECTED] Sent: Friday, July 20, 2007 1:18 PM To: Maven Users List Subject: RE: Help! Maven weblogic plugin: NoClassDefFoundError with com/bea/xml/XmlException Do you have

RE: Help! Maven weblogic plugin: NoClassDefFoundError with com/bea/xml/XmlException

2007-07-20 Thread Terala, Satish \(IS Consultant\)
! Maven weblogic plugin: NoClassDefFoundError with com/bea/xml/XmlException Hi - could someone please point me in the right direction with this error? From: Vaidya, Supriya A (US - Chicago) Sent: Friday, July 20, 2007 10:36 AM To: 'Maven Users List' Subj

RE: Help! Maven weblogic plugin: NoClassDefFoundError with com/bea/xml/XmlException

2007-07-20 Thread Vaidya, Supriya A \(US - Chicago\)
Hi - could someone please point me in the right direction with this error? From: Vaidya, Supriya A (US - Chicago) Sent: Friday, July 20, 2007 10:36 AM To: 'Maven Users List' Subject: Maven weblogic plugin: NoClassDefFoundError with com/bea/xml/Xm

Maven weblogic plugin: NoClassDefFoundError with com/bea/xml/XmlException

2007-07-20 Thread Vaidya, Supriya A \(US - Chicago\)
Hi: I have installed the following jars: mvn install:install-file -Dfile=C:\bea\weblogic92\server\lib\weblogic.jar -DgroupId=weblogic -DartifactId=weblogic -Dversion=9.0 -Dpackaging=jar -DgeneratePom=true mvn install:install-file -Dfile=C:\bea\weblogic92\server\lib\webservices.jar -DgroupId

RE: Maven-weblogic plugin: Unable to understand error

2007-07-20 Thread Vaidya, Supriya A (US - Chicago)
: +1 312 486 4835 Fax: +1 312 247 4835 Mobile: + 1 414 736 8157 www.deloitte.com -Original Message- From: Dennis Lundberg [mailto:[EMAIL PROTECTED] Sent: Friday, July 20, 2007 9:19 AM To: Maven Users List Subject: Re: Maven-weblogic plugin: Unable to understand error Judging by the error

Re: Maven-weblogic plugin: Unable to understand error

2007-07-20 Thread Dennis Lundberg
al Message- From: Dennis Lundberg [mailto:[EMAIL PROTECTED] Sent: Friday, July 20, 2007 7:57 AM To: Maven Users List Subject: Re: Maven-weblogic plugin: Unable to understand error There doesn't seem to be be any pom for weblogic available in the central repository (or your local repository

RE: Maven-weblogic plugin: Unable to understand error

2007-07-20 Thread Vaidya, Supriya A (US - Chicago)
Lundberg [mailto:[EMAIL PROTECTED] Sent: Friday, July 20, 2007 7:57 AM To: Maven Users List Subject: Re: Maven-weblogic plugin: Unable to understand error There doesn't seem to be be any pom for weblogic available in the central repository (or your local repository). You probably need to in

Re: Maven-weblogic plugin: Unable to understand error

2007-07-20 Thread Dennis Lundberg
n=9.0 -Dpackaging=jar 3. installed the weblogic-maven jar mvn install:install-file -Dfile=maven-weblogic-plugin-1.0.0.jar -DgroupId=web-maven -DartifactId=web-maven -Dversion=1.0 -Dpackaging=jar 4. ran the clean and compile commands: mvn clean, mvn compile - these ran without any errors 5. then ran th

Maven-weblogic plugin: Unable to understand error

2007-07-20 Thread Vaidya, Supriya A \(US - Chicago\)
-weblogic-plugin-1.0.0.jar -DgroupId=web-maven -DartifactId=web-maven -Dversion=1.0 -Dpackaging=jar 4. ran the clean and compile commands: mvn clean, mvn compile - these ran without any errors 5. then ran the mvn weblogic:deploy command, but get teh following error - [INFO] Scanning for projects

[ANN] Maven WebLogic Plugin 1.0.0 is available ...

2005-06-23 Thread Siegfried Goeschl
Hi folks, there is a new release of the plugin available is available at http://sourceforge.net/projects/maven-plugins/. The documentation can be found http://maven-plugins.sourceforge.net/maven-weblogic-plugin/ but is not reachable through the mainpage though ... :-( Cheers, Siegfried

Maven WebLogic Plugin 0.1.0 is released on SourceForge

2004-07-15 Thread "Göschl,Siegfried"
Hi folks, I finally came around to upload the plugin to http://sourceforge.net/projects/maven-plugins/ but it is currently not added to the website. Current State: === +) I developed it on Bea WebLogic 8.1 SP 1 on Windows with Maven 1.0 RC1 +) Half a dozen peop

RE: Is there a Maven WebLogic Plugin available?!

2004-04-29 Thread "Göschl,Siegfried"
fried Goeschl -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Donnerstag, 29. April 2004 16:37 To: Maven Users List Subject: Re: Is there a Maven WebLogic Plugin available?! Nathan Coast made a weblogic plugin a while back, but it only worked with the EJBGen tool

Re: Is there a Maven WebLogic Plugin available?!

2004-04-29 Thread dion_gillard
Nathan Coast made a weblogic plugin a while back, but it only worked with the EJBGen tool from WebLogic. The Cactus plugin has WebLogic functionality too from memory. -- dIon Gillard, Multitask Consulting "Göschl,Siegfried" <[EMAIL PROTECTED]> wrote on 29/04/2004 07:48:19 PM: > Hi folks, >

Is there a Maven WebLogic Plugin available?!

2004-04-29 Thread "Göschl,Siegfried"
Hi folks, recently I looked for a Maven plugin for automated deployment on Bea WebLogic 8.x and couldn't find anything I could download readily. At the end I wrote a little plugin - it uses the WebLogic Deployer facility and currently runs with Maven-1.0-RC1. Is there any other WebLogic plugin

maven weblogic plugin

2003-11-13 Thread Alioune BA
Hi ! I'm looking for a weblogic plugin for maven like Jboss plugin or websphere. Does anyone know where i can find this. Thanks. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]