RE: Depending on POM using inheritance breaks build

2010-12-14 Thread cowwoc
Eric Haszlakiewicz wrote: > >>-Original Message- >>From: cowwoc [mailto:cow...@bbs.darktech.org] >> >>Wayne Fay wrote: >>> What do you recommend I do to work around this problem? >>> >>> Don't use the ${swt.classifier} for now... >>> >>> You may notice it was reported 5 years ago so

RE: Depending on POM using inheritance breaks build

2010-11-15 Thread Haszlakiewicz, Eric
>Dear god, that's terrible! I don't want to have to maintain 8 different POM >files (the number of platforms I support) per variable. Is there an easier >workaround? One thing I've been thinking about, but never actually tried, is to set up a wrapper maven build that has all the various variable

RE: Depending on POM using inheritance breaks build

2010-11-15 Thread cowwoc
Eric Haszlakiewicz wrote: > >>-Original Message- >>From: cowwoc [mailto:cow...@bbs.darktech.org] >> >>Wayne Fay wrote: >>> What do you recommend I do to work around this problem? >>> >>> Don't use the ${swt.classifier} for now... >>> >>> You may notice it was reported 5 years ago so

RE: Depending on POM using inheritance breaks build

2010-11-15 Thread Haszlakiewicz, Eric
>-Original Message- >From: cowwoc [mailto:cow...@bbs.darktech.org] > >Wayne Fay wrote: >> >>> What do you recommend I do to work around this problem? >> >> Don't use the ${swt.classifier} for now... >> >> You may notice it was reported 5 years ago so if you actually want it >> fixed, you'll

Re: Depending on POM using inheritance breaks build

2010-11-14 Thread cowwoc
Wayne Fay wrote: > >> What do you recommend I do to work around this problem? > > Don't use the ${swt.classifier} for now... > > You may notice it was reported 5 years ago so if you actually want it > fixed, you'll probably need to help on MNG-1388. > How do you deal with artifacts that need

Re: Depending on POM using inheritance breaks build

2010-11-14 Thread Wayne Fay
> What do you recommend I do to work around this problem? Don't use the ${swt.classifier} for now... You may notice it was reported 5 years ago so if you actually want it fixed, you'll probably need to help on MNG-1388. Wayne -

Re: Depending on POM using inheritance breaks build

2010-11-14 Thread cowwoc
Benjamin Bentmann wrote: > > Looks like http://jira.codehaus.org/browse/MNG-1388 > Benjamin What do you recommend I do to work around this problem? -- View this message in context: http://maven.40175.n5.nabble.com/POM-inheritance-breaks-build-tp3263869p3264522.html Sent from the Maven - Users

Re: Depending on POM using inheritance breaks build

2010-11-14 Thread Benjamin Bentmann
cowwoc wrote: org.eclipse.swt swt ${swt.classifier} 3.6.1 windows-x86 win32-x86 Looks like http://jira.codehaus.org/brow

Re: Depending on POM using inheritance breaks build

2010-11-14 Thread cowwoc
Hi, I'm getting a build error when my project depends on a POM that uses inheritance. Given three POM files: * C depends on B. * B inherits from A. * I can build A and B * C fails to build because of its dependency on B. The full source-code and build output is included below