Hi All,
I'm using the maven classifier to distingish between two artefacts from the same source - this is mentioned here
http://maven.apache.org/pom.html#Dependencies, in the context of two jars targetted at different jdk versions.
Using this pattern with pure maven is working just fine for me.
However, when I start using jenkins and "maven project" job types, the dependency resolution isn't working and I'm getting the wrong builds triggered.
Is jenkins simply ignoring the maven classifier to calculate build triggers, or is there something else going on ?
Thanks,
Pete