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
>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
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
>-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
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
> 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
-
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
cowwoc wrote:
org.eclipse.swt
swt
${swt.classifier}
3.6.1
windows-x86
win32-x86
Looks like http://jira.codehaus.org/brow
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