Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] Running tests from another build

Hi,

Either your module hosting the snippet needs to use `eclipse-test-plugin` packaging (which implicitly triggers execution of tycho-surefire-plugin) or you need to define an `execution` for your tycho-surefire-plugin in the configuration to trigger it explicitly.

Back to the top