Re: [m2] 's

2005-11-08 Thread Brett Porter
> cc > > Veuillez Objet > répondre à Re: [m2] 's > Maven Users List > <[EMAIL PROTECTED] >

Re: [m2] 's

2005-11-08 Thread fabrice . belingard
cc VeuillezObjet répondre à Re: [m2] 's Maven Users List &

RE: [m2] 's

2005-11-06 Thread Jeff Jensen
e. Thanks again for your help. -Original Message- From: Brett Porter [mailto:[EMAIL PROTECTED] Sent: Sunday, November 06, 2005 8:37 PM To: Maven Users List Subject: Re: [m2] 's The docs on are lacking, and it really makes it quite deceptive. It is not from m1. What it does

Re: [m2] 's

2005-11-06 Thread Brett Porter
ied below, or must the parent POM be in the > repo? Does MNG-740 have any merit? > > Are there doc/clarification notes on and I just missed it? > > > -Original Message- > From: Jeff Jensen [mailto:[EMAIL PROTECTED] > Sent: Sunday, November 06, 2005 8:08 AM > To:

RE: [m2] 's

2005-11-06 Thread Jeff Jensen
ust missed it? -Original Message- From: Jeff Jensen [mailto:[EMAIL PROTECTED] Sent: Sunday, November 06, 2005 8:08 AM To: 'Maven Users List' Subject: RE: [m2] 's Thanks Dan, My problem seems similar/same as your MNG-740. I too have the parent pom not in a dir directly a

RE: [m2] 's

2005-11-06 Thread Jeff Jensen
setting seems to have no effect. I do not receive an error message that the parent was not found either. I'll add my use case to the comments. Thanks again Dan. -Original Message- From: dan tran [mailto:[EMAIL PROTECTED] Sent: Saturday, November 05, 2005 11:52 PM To: Maven Users L

Re: [m2] 's

2005-11-05 Thread dan tran
Normally, maven looks for parent pom with this order immeditate parent directory local repo remote repo So the parent pom.xml in parent dir, must have the groupID and artifacID found in child pom But there is a bug that may be your problem too http://jira.codehaus.org/browse/MNG-740 -D O

[m2] 's

2005-11-05 Thread Jeff Jensen
Hi, In , how does one use ? I can only get POM inheritance to work if I have done a "mvn install" on the parent project. Then the component projects find it in the local private repo. I'm sure I just don't understand something yet. If there is docs on it, please give me an RTFM link! TIA ---

Re: [M2]How to change the m2's defalut webapp dir to my own webroot dir?

2005-10-24 Thread Brett Porter
05-10-24 > - 收到以下来信内容 - > 发件人: Brett Porter > 收件人: Maven Users List,star.hong > 时 间: 2005-10-24, 13:48:39 > 主 题: Re: [M2]How to change the m2's defalut webapp dir to my own webroot dir? > > > http://maven.apache.org/plugins/maven-war-plugin/war-mojo.html >

Re: [M2]How to change the m2's defalut webapp dir to my own webroot dir?

2005-10-24 Thread Hong Xing
How to set it in the pom.xml? Hong [EMAIL PROTECTED] 2005-10-24 - 收到以下来信内容 - 发件人: Brett Porter 收件人: Maven Users List,star.hong 时 间: 2005-10-24, 13:48:39 主 题: Re: [M2]How to change the m2's defalut webapp dir to my own webroot dir? http://maven.apache.org/plugins/maven-war-p

Re: [M2]How to change the m2's defalut webapp dir to my own webroot dir?

2005-10-23 Thread Brett Porter
-webapp > |-- pom.xml > |-- WebRoot > | |-- index.jsp > | `-- WEB-INF > | `-- classes > | `-- lib > `-- src > > When I used "mvn package" to package my war, it can't find my WebRoot and > failed. > So how can I c

[M2]How to change the m2's defalut webapp dir to my own webroot dir?

2005-10-23 Thread Hong Xing
Hi all, In my previous projects, I have the following project layout: my-webapp |-- pom.xml |-- WebRoot | |-- index.jsp | `-- WEB-INF | `-- classes | `-- lib `-- src When I used "mvn package" to package my war, it can't find my WebRoot and failed. So how can I