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
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
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
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
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