]
Marián Labuda updated JBIDE-14842:
----------------------------------
Labels: jax-rs, jax-ws (was: )
Include optional dependencies in pom.xml at surefire level
----------------------------------------------------------
Key: JBIDE-14842
URL:
https://issues.jboss.org/browse/JBIDE-14842
Project: Tools (JBoss Tools)
Issue Type: Task
Components: webservices
Affects Versions: 4.1.0.Beta1
Reporter: Xavier Coulon
Assignee: Xavier Coulon
Labels: jax-rs, jax-ws
Fix For: 4.3.x
running tests during a tycho build on MacOSX requires an optional/platform specific
bundle (o.e.jdt.launching.macosx) that is currently defined in a profile.
Problem is that this profile includes *all* optional dependencies, not only this one,
while other profiles (ie, platform) include no optional dependency at all.
Solution: configure this optional dependency at the surefire level and for macosx only