mvn clean test # This will run all unit tests # you can also open rat and style plugin to check if every file meets requirements. mvn clean test -Drat.skip=false -Dcheckstyle.skip=false
I suggest to use a dedicate profile for release, which will including all the checks, rat, checkstyle, etc, so that we can run [ Full content available at: https://github.com/apache/incubator-dubbo/issues/2416 ] This message was relayed via gitbox.apache.org for [email protected]
