Re: Property surprises in published POMS

2010-08-20 Thread Wayne Fay
> What kind of problems was it causing? Something to do with the idea of > creating a resolved pom, or bugs in the implementation? > Will it be added back in? If so, is there any timeline for doing so? Feel free to read the JIRA and the related JIRAs: http://jira.codehaus.org/browse/MNG-2971 Th

RE: Property surprises in published POMS

2010-08-20 Thread Haszlakiewicz, Eric
>-Original Message- >From: Wayne Fay [mailto:wayne...@gmail.com] > >> IMO, maven should probably create a "resolved pom" as part of the build >> process and deploy that along with the artifact, but I don't have time >> to figure out how to make it do that. > >This was done (briefly) in a fe

Re: Property surprises in published POMS

2010-08-18 Thread Wayne Fay
> IMO, maven should probably create a "resolved pom" as part of the build > process and deploy that along with the artifact, but I don't have time > to figure out how to make it do that. This was done (briefly) in a few Maven versions and it caused a lot of problems, so it was pulled out/disabled.

RE: Property surprises in published POMS

2010-08-18 Thread Haszlakiewicz, Eric
>-Original Message- >From: Benson Margulies [mailto:bimargul...@gmail.com] >Apache CXF has several poms that follow this pattern: > > > > 6.1.24 > > ... > > > g > a > ${jetty.version} > > > >I was very surprised to learn, recently, that t