we have following setup our product. main feature - build , deploy nexus. test feature - build , installed locally.
we have test extension points in our test plugins. use extension points in our testing. problem tycho brings dependent plugins in target during test runtime(which misses out few test extension points), although want test plugins there in target.
is there solution problem i'm facing? build plugins first , run test cases plugins in target. current behaviour once test plugin bulid, test executed. also, dont want deploy test plugins in nexus.
did try approaches mentioned in below link ? https://wiki.eclipse.org/tycho/target_platform
i hope solve issue.
Comments
Post a Comment