Mycontroller Build Tools Parent

Contains build tools for MyController projects

License

License

Categories

Categories

Build Tools
GroupId

GroupId

org.mycontroller
ArtifactId

ArtifactId

mycontroller-build-tools-parent
Last Version

Last Version

1
Release Date

Release Date

Type

Type

pom
Description

Description

Mycontroller Build Tools Parent
Contains build tools for MyController projects
Source Code Management

Source Code Management

https://github.com/mycontroller-org/mycontroller-build-tools

Download mycontroller-build-tools-parent

How to add to project

<!-- https://jarcasting.com/artifacts/org.mycontroller/mycontroller-build-tools-parent/ -->
<dependency>
    <groupId>org.mycontroller</groupId>
    <artifactId>mycontroller-build-tools-parent</artifactId>
    <version>1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.mycontroller/mycontroller-build-tools-parent/
implementation 'org.mycontroller:mycontroller-build-tools-parent:1'
// https://jarcasting.com/artifacts/org.mycontroller/mycontroller-build-tools-parent/
implementation ("org.mycontroller:mycontroller-build-tools-parent:1")
'org.mycontroller:mycontroller-build-tools-parent:pom:1'
<dependency org="org.mycontroller" name="mycontroller-build-tools-parent" rev="1">
  <artifact name="mycontroller-build-tools-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.mycontroller', module='mycontroller-build-tools-parent', version='1')
)
libraryDependencies += "org.mycontroller" % "mycontroller-build-tools-parent" % "1"
[org.mycontroller/mycontroller-build-tools-parent "1"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • build-tools
  • ide-configs

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.

org.mycontroller

MyController.org

The Open Source Controller

Versions

Version
1