Commit graph

532 commits

Author SHA1 Message Date
257b0c1242 Merge pull request #11 from kemitix/locate-pom
Locate pom for settings
2017-02-26 18:29:31 +00:00
0e2f762cd0 builder: pom.xml: remove dependency on plugin
The checkstyle plugin wouldn't have been installed yet.
2017-02-26 17:42:08 +00:00
eebe90b44b builder: pom.xml: rename map-builder property for consistency 2017-02-26 17:41:24 +00:00
7134a476a2 builder: pom.xml: kemitix-spring-parent replaced with kemitix-parent:2.4.0 2017-02-26 17:40:34 +00:00
c5dfdc7c1c plugin: AbstractCheckMojo: Only apply checks to code in source directory
Prevents attempt to apply checks to generated code.
2017-02-26 17:39:57 +00:00
93ac9f74df plugin: pom.xml: add dependency upon parent pom (for version properties)
Moved version properties to parent pom (i.e. a pom that isn't itself)
2017-02-26 17:38:13 +00:00
f429bf1dc7 Merge branch 'hotfix/2.1.2'
* hotfix/2.1.2:
  pom.xml: version set to 2.1.2
  CHANGELOG
  AbstractCheckMojo: use version of plugin not the using project
2017-02-09 12:03:32 +00:00
b8133989e5 Merge branch 'hotfix/2.1.2' into develop
* hotfix/2.1.2:
  CHANGELOG
  AbstractCheckMojo: use version of plugin not the using project
2017-02-09 12:03:07 +00:00
3f919b5ceb pom.xml: version set to 2.1.2 2017-02-09 12:02:04 +00:00
d8c1323093 CHANGELOG 2017-02-09 12:02:04 +00:00
a74f097844 AbstractCheckMojo: use version of plugin not the using project
${project.version} resolves to the version of the project using the plugin, rather than the version of the plugin that is being used.
2017-02-09 12:02:04 +00:00
50d37aef07 Merge branch 'release/2.1.1' into develop
* release/2.1.1:
  pom.xml: version set to 2.2.0-SNAPSHOT
  CHANGELOG
  pom.xml: version set to 2.1.1
2017-02-09 09:30:15 +00:00
1cdf43adf4 pom.xml: version set to 2.2.0-SNAPSHOT 2017-02-09 09:30:03 +00:00
68dc770f8d Merge branch 'release/2.1.1'
* release/2.1.1:
  CHANGELOG
  pom.xml: version set to 2.1.1
  plugin:AbstractCheckMojo: load the version from the plugin's pom file
  plugin:pom.xml: remove properties-maven-plugin
  builder:CheckstyleWriterTest: use system's file separator
  builder:CheckstyleWriter: use system's line separator
  pom.xml: version set to 2.2.0-SNAPSHOT
2017-02-09 09:26:35 +00:00
1bc5e9b0ba CHANGELOG 2017-02-09 09:26:08 +00:00
718041b054 pom.xml: version set to 2.1.1 2017-02-09 09:25:38 +00:00
7b6ea80e05 Merge pull request #10 from kemitix/load-versions-from-plugin-pom
Load versions from plugin pom
2017-02-08 20:05:53 +00:00
cf22d09a60 plugin:AbstractCheckMojo: load the version from the plugin's pom file 2017-02-08 19:57:35 +00:00
64330d01da plugin:pom.xml: remove properties-maven-plugin
This was loading the properties from the project that was using the plugin.
2017-02-08 19:57:35 +00:00
aa443a26a6 Merge pull request #9 from kemitix/cross-platform-build
Cross platform build
2017-02-08 19:56:19 +00:00
4de68a84ce builder:CheckstyleWriterTest: use system's file separator 2017-02-08 19:50:54 +00:00
df4c951142 builder:CheckstyleWriter: use system's line separator 2017-02-08 19:40:53 +00:00
7a4ff3cc0d Merge branch 'release/2.1.0' into develop
* release/2.1.0:
  pom.xml: version set to 2.2.0-SNAPSHOT
  CHANGELOG
  pom.xml: version set to 2.1.0
2017-02-08 12:30:28 +00:00
829cc5dff6 pom.xml: version set to 2.2.0-SNAPSHOT 2017-02-08 12:30:18 +00:00
7e96bd3558 Merge branch 'release/2.1.0'
* release/2.1.0:
  CHANGELOG
  pom.xml: version set to 2.1.0
  plugin:pom.xml: upgrade dependencies
  builder:pom.xml: upgrade dependencies
  plugin:AbstractCheckMojo: load dependency versions from plugin pom.xml
  plugin:AbstractCheckMojo: include ruleset version on log line
  plugin:AbstractCheckMojo: use ruleset version from pom.xml
  plugin:AbstractCheckMojo: upgrade checkstyle to 7.5.1
  plugin-sample:Sample: add note clarifying ruleset level compliance
  plugin:AbstractCheckMojo: upgrade checkstyle to 7.4
  plugin-sample:pom.xml: fix name of plugin
  Add release profile for release-only plugins
  pom.xml: version set to 2.1.0-SNAPSHOT
2017-02-08 12:27:52 +00:00
e7bf2435a7 CHANGELOG 2017-02-08 12:27:38 +00:00
961eb2c1db pom.xml: version set to 2.1.0 2017-02-08 12:26:55 +00:00
c3818848c2 Merge pull request #8 from kemitix/upgrade-dependencies
Upgrade dependencies
2017-02-08 11:48:10 +00:00
9170a36684 plugin:pom.xml: upgrade dependencies
* maven-compiler-plugin 3.6.1
2017-02-08 11:31:44 +00:00
5fc556aaf2 builder:pom.xml: upgrade dependencies
* spring-boot 1.5.1
* assertj 3.6.2
* mapstream 2.3.5
2017-02-08 11:29:48 +00:00
472758f1dc Merge pull request #7 from kemitix/upgrade-checkstyle-to-7.5.1
Upgrade checkstyle to 7.5.1
2017-02-08 11:05:17 +00:00
ca01a08e81 plugin:AbstractCheckMojo: load dependency versions from plugin pom.xml 2017-02-08 10:56:55 +00:00
e951d2c99b plugin:AbstractCheckMojo: include ruleset version on log line 2017-02-08 09:55:29 +00:00
87f74dec16 plugin:AbstractCheckMojo: use ruleset version from pom.xml 2017-02-08 09:49:28 +00:00
d54ae55f0a plugin:AbstractCheckMojo: upgrade checkstyle to 7.5.1
http://checkstyle.sourceforge.net/releasenotes.html#Release_7.5.1

Bug fixes:

* PackageObjectFactory hides real exception. Author: rnveach #3778
* RightCurly: handling of try-with-resources on several lines with CS 7.5. Author: rnveach, Roman Ivanov #3776

Notes:

* Add the Hibernate Search project to the Checkstyle CI. Author: Roman Ivanov #3790
2017-02-08 09:49:01 +00:00
4fdcae8d12 plugin-sample:Sample: add note clarifying ruleset level compliance
The class is meant to fail at higher levels.
2017-02-08 09:48:06 +00:00
8306b096a6 Merge pull request #6 from kemitix/upgrade-dependencies
Upgrade dependencies
2017-01-18 10:35:23 +00:00
f01098170b plugin:AbstractCheckMojo: upgrade checkstyle to 7.4 2017-01-15 14:25:04 +00:00
8c0f721a42 plugin-sample:pom.xml: fix name of plugin 2017-01-15 14:24:12 +00:00
0c5dd2d1e4 Merge pull request #5 from kemitix/fix-release-plugins
Add release profile for release-only plugins
2017-01-15 11:34:02 +00:00
e4b4be18a0 Add release profile for release-only plugins 2017-01-15 11:20:30 +00:00
ad1472b00b Merge branch 'hotfix/2.0.4' into develop
* hotfix/2.0.4:
  plugin-sample:pom.xml: add missing details
  Add missing javadoc, source, gpg and deploy plugins
  version set to 2.0.4
2017-01-15 10:53:47 +00:00
a80275b87f Merge branch 'hotfix/2.0.4'
* hotfix/2.0.4:
  plugin-sample:pom.xml: add missing details
  Add missing javadoc, source, gpg and deploy plugins
  version set to 2.0.4
2017-01-15 10:50:38 +00:00
9326062006 plugin-sample:pom.xml: add missing details 2017-01-15 10:49:35 +00:00
cabf59edb8 Add missing javadoc, source, gpg and deploy plugins 2017-01-15 10:49:18 +00:00
6bd0c22938 version set to 2.0.4 2017-01-14 20:25:24 +00:00
4cac075f56 Merge branch 'hotfix/2.0.3' into develop
* hotfix/2.0.3:
  CHANGELOG: update
  plugin-sample:pom.xml: add distributionManagement element
  version set to 2.0.3
2017-01-14 19:11:22 +00:00
dff523980f Merge branch 'hotfix/2.0.3'
* hotfix/2.0.3:
  CHANGELOG: update
  plugin-sample:pom.xml: add distributionManagement element
  version set to 2.0.3
2017-01-14 19:03:57 +00:00
be9f3452e1 CHANGELOG: update 2017-01-14 19:03:11 +00:00
9fa3b42016 plugin-sample:pom.xml: add distributionManagement element 2017-01-14 18:58:24 +00:00