Re: Problem with artifact:install

2004-01-30 Thread Stoffels, Ralf (FWI-AW2)
et am: Dienstag, 27. Januar 2004 12:59 An: Maven Developers List Betreff: Re: Problem with artifact:install Stoffels, Ralf (FWI-AW2) wrote: > Hi, > > artifact:install copies the project.xml file without any modifications to > the repository. > > This entails that the extend eleme

Re: Problem with artifact:install

2004-01-27 Thread Rafal Krzewski
Stoffels, Ralf (FWI-AW2) wrote: > Hi, > > artifact:install copies the project.xml file without any modifications to > the repository. > > This entails that the extend element looses its reference. Therefore all > references to the > extended project (like ${pom.groupId}) are dangling and can't b

RE: Problem with artifact:install

2004-01-27 Thread Maczka Michal
> -Original Message- > From: Stoffels, Ralf (FWI-AW2) [mailto:[EMAIL PROTECTED] > Sent: Monday, January 26, 2004 10:49 PM > To: '[EMAIL PROTECTED]' > Subject: Problem with artifact:install > > > Hi, > > artifact:install copies the project.xml fi

Problem with artifact:install

2004-01-26 Thread Stoffels, Ralf (FWI-AW2)
Hi, artifact:install copies the project.xml file without any modifications to the repository. This entails that the extend element looses its reference. Therefore all references to the extended project (like ${pom.groupId}) are dangling and can't be resolved anymore. artifact:install should res