https://github.com/mycontroller-org/mycontroller-build-tools
Contains build tools for MyController projects
https://github.com/mycontroller-org/mycontroller-build-tools
Last synced: 4 months ago
JSON representation
Contains build tools for MyController projects
- Host: GitHub
- URL: https://github.com/mycontroller-org/mycontroller-build-tools
- Owner: mycontroller-org
- Created: 2016-03-05T10:58:51.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-03-25T01:34:47.000Z (almost 10 years ago)
- Last Synced: 2024-12-28T01:23:13.205Z (12 months ago)
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.adoc
Awesome Lists containing this project
README
= MyController Build Tools
Contains resources used during the build of other MyController projects:
* The configuration for Checkstyle in `src/main/resources/mycontroller-checkstyle` directory.
* `org.mycontroller.build.checkstyle.xml.XmlIndentCheck` - an extension for Checkstyle to enforce indentation in XML files.
* A license header template to be used by com.mycila:license-maven-plugin in
`src/main/resources/mycontroller-license/mycontroller-apache-2-template.txt`.
* `org.mycontroller.build.license.CopyrightRangeProvider` - an extension of license-maven-plugin to set copyright years
range based on git history.
* IDE configuration files - import these in your IDE so your IDE can format files according to MyController style rules.
** `ide-configs/eclipse` - Eclipse preferences for code style. The names of the files
in here indicates where you should import these files.
e.g, mycontroller-eclipse-preferences-java-codestyle-cleanup.xml
should be imported in Preferences > Java > Code Style > Cleanup.