Add a mvn-deploy script for releasing convenience.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=107402290
1 file changed
tree: 44b37f13a8022ef924cd7769ce534e908abe4f24
  1. core/
  2. idea_plugin/
  3. scripts/
  4. .gitignore
  5. .travis.yml
  6. CONTRIBUTING.md
  7. LICENSE
  8. pom.xml
  9. README.md
README.md

google-java-format

Build Status

google-java-format is a program that reformats Java source code to comply with Google Java Style.

Building

To build google-java-format from source, you will need copy IntelliJ's platform JARs from a local IntelliJ install; see install-idea-jars.sh. Alternatively, you can skip building the IntelliJ plugin:

mvn -pl '!idea_plugin' install