# maven-java-formatter-plugin **Repository Path**: mirrors_subchen/maven-java-formatter-plugin ## Basic Information - **Project Name**: maven-java-formatter-plugin - **Description**: fork from http://code.google.com/p/maven-java-formatter-plugin with extra log for batch usage - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-18 - **Last Updated**: 2026-08-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README java-formatter-maven-plugin =========================== fork from http://code.google.com/p/maven-java-formatter-plugin ver 0.4.2-SNAPSHOT ====================== - name changed to java-formatter-maven-plugin , Artifact Ids of the format maven-___-plugin are reserved for plugins in the Group Id org.apache.maven.plugins - add some verbosity and debug for when variables are changed by other mojo (see http://code.google.com/p/maven-java-formatter-plugin/issues/detail?id=22) - using eclipse formatter version 3.8 instead of 3.5 (newer maven dependencies) - added back configuration option: directories, to allow formatting source files other than main and test, such as generated sources - accept new configuration options for storing the "maven-java-formatter-cache.properties" file. If you are running a "clean install" each time, this can be handy ver 0.4-SNAPSHOT ====================== - accept new configuration options : verboseOutput ver 0.3 (2011-03-01) ====================== - accept new configuration options: includes, excludes, encoding - removed configuration option: directories - uses specific Eclipse dependency versions to avoid checking for updates ver 0.1.0 (2010-07-07) ====================== - accept following configuration options: directories, compilerSource, compilerCompliance, compilerTargetPlatform, configFile (eclipse formatter configuration file) ver 0.2.0 (2010-09-28) ====================== - accept new configuration options: lineEnding, overrideConfigCompilerVersion, configFile (from dependency classpath, fail if invalid) - use Eclipse 3.5 code formatter - use process-sources phase - use googlecode groupId - provide Maven site - available from Maven central repository