- 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
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:
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
: Tuesday, July 31, 2007 11:11 AM
To: 'Maven Users List'
Subject: Deploying EAR project to Weblogic
Hi:
I have a project structure such that an EAR is created containing a
WAR, and an EJB JAR. Thus, each module has its own directory and
its own pom. THe parent directory (say projectOv
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:
Hi:
I have a project structure such that an EAR is created containing a WAR,
and an EJB JAR. Thus, each module has its own directory and its own pom.
THe parent directory (say projectOverAll) has a pom with packaging =
pom.
Now, the project packages successfully - mvn clean install works fine.