Commit graph

760 commits

Author SHA1 Message Date
b01bfa7f9c Merge branch 'release/2.3.0'
* release/2.3.0:
  CHANGELOG
  pom.xml: version set to 2.3.0
  regressions: add missign sample javadoc
  ForbidWildcardAsReturnType: disabled
  regressions: Values: add failing regression test for immutables
  LICENSE.txt: updated
  regressions: enable regression testing
  ruleset/pom.xml: fix version to be snapshot
  pom.xml: upgrade checkstyle to 7.6.1
  pom.xml: version set to 2.3.0-SNAPSHOT
2017-04-02 16:15:23 +01:00
2e21c63413 CHANGELOG 2017-04-02 16:14:54 +01:00
2004fc60d6 pom.xml: version set to 2.3.0 2017-04-02 16:14:23 +01:00
23cfb80c85 Merge pull request #21 from kemitix/immutables-compatibility
Immutables compatibility
2017-04-02 14:27:12 +01:00
78b8529e57 regressions: add missign sample javadoc 2017-04-02 14:22:00 +01:00
42985446a0 ForbidWildcardAsReturnType: disabled
When used with org.immutables:value, this check will kill the
Checkstyle process by throwing a NullPointerException.
2017-04-02 14:17:57 +01:00
63c0db9c8d regressions: Values: add failing regression test for immutables 2017-04-02 13:48:38 +01:00
8b1627df0b LICENSE.txt: updated 2017-04-02 13:45:59 +01:00
16842d5215 regressions: enable regression testing 2017-04-02 13:38:03 +01:00
e3e4cdf5f5 Merge pull request #20 from kemitix/19-upgrade-checkstyle-to-7.6.1
Upgrade checkstyle to 7.6.1
2017-04-02 12:35:04 +01:00
86d28a692d ruleset/pom.xml: fix version to be snapshot 2017-04-02 12:29:42 +01:00
6be041af38 pom.xml: upgrade checkstyle to 7.6.1 2017-04-02 12:05:58 +01:00
fe21038945 Merge branch 'release/2.2.0' into develop 2017-03-11 17:44:45 +00:00
efa9b98378 pom.xml: version set to 2.3.0-SNAPSHOT 2017-03-11 17:44:34 +00:00
4526dd4b8e Merge branch 'release/2.2.0' 2017-03-11 17:43:31 +00:00
de799dbc08 CHANGELOG 2017-03-11 17:43:15 +00:00
cc5d8f7ed1 pom.xml: version set to 2.2.0 2017-03-11 17:42:31 +00:00
5479caa66d Merge pull request #16 from kemitix/upgrade-sevntu-to-1.23.1
Upgrade sevntu to 1.23.1
2017-03-11 17:34:17 +00:00
0e33cc2bea Upgrade sevntu to 1.23.1 2017-03-11 17:29:57 +00:00
3c567eb815 Merge pull request #14 from kemitix/upgrade-checkstyle-to-7.6
pom.xml: upgrade Checkstyle to 7.6
2017-03-11 17:21:50 +00:00
3b097ead9f pom.xml: upgrade Checkstyle to 7.6
http://checkstyle.sourceforge.net/releasenotes.html#Release_7.6
2017-03-11 17:07:01 +00:00
e24f77f3fc Merge pull request #13 from kemitix/detect-sync-conflicts
RegexpOnFilename: Add a new rule to detect if there are any sync conflict files
2017-03-11 17:03:22 +00:00
f9ee73f148 RegexpOnFilename: Add a new rule to detect if there are any sync conflict files
Fails if there there are any Syncthing or Dropbox sync conflicts on any *.java file.
2017-03-11 16:55:34 +00:00
5287aaadeb Merged branch release/2.1.3 into develop 2017-02-26 18:40:02 +00:00
d15f5df684 pom.xml: version set to 2.2.0-SNAPSHOT 2017-02-26 18:39:21 +00:00
82514c4bcb Merge branch 'release/2.1.3' 2017-02-26 18:35:39 +00:00
e75a1b924e CHANGELOG 2017-02-26 18:34:05 +00:00
dc757d6e3a pom.xml: version set to 2.1.3 2017-02-26 18:33:57 +00:00
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