Skip to content

Check apache header and format code

XuYi edited this page Jan 14, 2019 · 5 revisions
# remove apache header
$ mvn clean license:remove

# format codes
$ mvn clean formatter:format

# add apache header
$ mvn clean license:format

# check whether all files contains apache header
$ mvn clean license:check

You should:

  1. remove header
  2. format codes
  3. add apache header
  4. check apache header

please do not change the order!

Clone this wiki locally