Hey,
If you see build errors like this:
:"Unable to satisfy dependency from <your test bundle> to bundle
org.jboss.tools.tests 0.0.0."
then please check you are using the latest parent in 4.1.x branch: 4.1.1.Beta1-SNAPSHOT
and run with mvn -U to ensure you have the latest snapshot from yesterday.
After this tools.tests should be available to you again.
Background:
tools.tests went missing because our parent pom was referring to integration-stack tests
site instead
of the core tests site and the old integration-stack by error had org.jboss.tools.tests
included thus
when we updated the borked integrationtests to be correct it had this cascading effect of
breaking
the dependency.
Martin and Nick found this issue yesterday and we got it fixed in the parent pom.
If you see similar errors on older branches and can't use 4.1.1.Beta1 then let us know
and
we need to probably update the parent pom for those too if there are other builds needed
from that.
related jiras/PRs: JBIDE-13790,
https://github.com/jbosstools/jbosstools-build/commit/ffcaead94ab989b0693...
/max