RE: Deploying EAR project to Weblogic

2007-08-01 Thread Vaidya, Supriya A (US - Chicago)
- Chicago) Sent: Tuesday, July 31, 2007 2:42 PM To: 'Scott Ryan'; Maven Users List Subject: RE: Deploying EAR project to Weblogic Does this latter error have anything to do withteh fact that I am using JDK 1.6 Update 2? From: Vaidya, Supriya A (US

RE: Deploying EAR project to Weblogic

2007-07-31 Thread Vaidya, Supriya A (US - Chicago)
Does this latter error have anything to do withteh fact that I am using JDK 1.6 Update 2? From: Vaidya, Supriya A (US - Chicago) Sent: Tuesday, July 31, 2007 1:19 PM To: 'Scott Ryan' Subject: RE: Deploying EAR project to Weblogic Hi Scott:

RE: Deploying EAR project to Weblogic

2007-07-31 Thread Vaidya, Supriya A (US - Chicago)
PM To: Maven Users List Cc: Vaidya, Supriya A (US - Chicago) Subject: Re: Deploying EAR project to Weblogic Try running the deploy mojo from the ear directory. It is reading the project type to figure out what to deploy and it is confused since your pom.xml seems to have project type of pom rather

Re: Deploying EAR project to Weblogic

2007-07-31 Thread Scott Ryan
Try running the deploy mojo from the ear directory. It is reading the project type to figure out what to deploy and it is confused since your pom.xml seems to have project type of pom rather than ear. You can also set the parameters manually and it will not try to guess but it will need h

RE: Deploying EAR project to Weblogic

2007-07-31 Thread Vaidya, Supriya A \(US - Chicago\)
Sorry - wrong POMs were attached previously - here are the right ones, that generate the error From: Vaidya, Supriya A (US - Chicago) Sent: Tuesday, July 31, 2007 11:11 AM To: 'Maven Users List' Subject: Deploying EAR project to Weblogic Hi: I have a pr