Re: POM inheritance breaks build

2010-12-17 Thread cowwoc
auses the SWT project to build correctly (generating a Windows JAR file). What I can't see is how to get that JAR file to show up as a dependency in the project that depends on SWT. One final complication: is there a way for me to define ${swt.classifier}

Re: POM inheritance breaks build

2010-12-17 Thread cowwoc
2 ... leads to the inclusion of the Windows-specific SWT library. It doesn't seem to activate the "win32" profile in the SWT project. Any ideas? Gili -- View this message in context: http://maven.40175.n5.nabble.com/POM-inheritance-breaks-build-tp3263869p3309523.html Sent

Re: POM inheritance breaks build

2010-12-16 Thread Jörg Schaible
Hi Gili, cowwoc wrote: > > > Jörg Schaible-3 wrote: >> >> cowwoc wrote: >> >>> >>> Hi Zac, >>> >>> I added: >>> >>> >>> win32-x86 >>> >> >> You can define this property in your settings.xmll in the appropriate >> profile. >> >> - Jörg >> > > Jörg, > > Isn't one of the main selling p

Re: POM inheritance breaks build

2010-12-16 Thread cowwoc
at a time. ... Is this as good as it gets? ... Really?! Surely there is a better way? Gili -- View this message in context: http://maven.40175.n5.nabble.com/POM-inheritance-breaks-build-tp3263869p3308116.html Sent from the Maven - Users mailing list archive at Nabble.com. ---

Re: POM inheritance breaks build

2010-12-16 Thread Jörg Schaible
cowwoc wrote: > > Hi Zac, > > I added: > > > win32-x86 > You can define this property in your settings.xmll in the appropriate profile. - Jörg - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional c

Re: POM inheritance breaks build

2010-12-16 Thread cowwoc
r B, and as a result >> fails >> to locate its transitive dependencies. The build breaks. >> >> Please help! >> >> Thanks, >> Gili > > - > To unsubscribe, e-mail: users-unsubscr...@maven

Re: POM inheritance breaks build

2010-12-14 Thread Zac Thompson
I posted a reply to this on stackoverflow, since that's where you included more details. The bottom line was that the properties are *not* defined in A or B, only in *profiles* in A and B. And there's the rub: those profiles do not apply when building C, and the property is not defined anywhere i

POM inheritance breaks build

2010-11-13 Thread cowwoc
A and B * C fails to resolve properties defined in A or B, and as a result fails to locate its transitive dependencies. The build breaks. Please help! Thanks, Gili -- View this message in context: http://maven.40175.n5.nabble.com/POM-inheritance-breaks-build-tp3263869p3263869.html Sent fro