maven - Forbid using certain packages in a Java project (especially unit tests) -
i'd prevent people team using testng asserts , instead use assertj. aware of solutions: maven plugin restrict specific packages being used unfortunately, neither (restrict-plugin , macker) of them checks test directory. i'd maven check both main , test source code.
Comments
Post a Comment