Commit graph

46 commits

Author SHA1 Message Date
e3e38f90eb plugin: DefaultCheckstyleExecutorTest: added 2017-05-26 17:14:25 +01:00
c9258fcdc5 plugin: AbstractCheckMojoTest: added 2017-05-26 17:14:13 +01:00
3549014a03 plugin: pom.xml: enable jacoco support 2017-05-26 17:13:34 +01:00
92e9a289fa plugin: extract CheckConfiguration and variour other refactorings 2017-05-26 17:08:44 +01:00
d91f392bf1 plugin: add assertj and mockito test dependencies 2017-05-26 15:42:02 +01:00
337524ed97 plugin: CheckstyleExecutor: extracted from AbstractCheckMojo 2017-05-26 12:14:09 +01:00
e46f8d5d1f plugin: AbstractCheckMojo: replace abstract execute() with getLevel()
Child classes don't need to implement the execute() method now, but a
getLevel() method instead.
2017-05-26 12:03:03 +01:00
abe7251453 plugin: AbstractCheckMojo: use PluginExecutor 2017-05-26 09:16:09 +01:00
1d0d24c1d3 plugin: PluginExecutor: add wrapper for static methods on MojoExecutor 2017-05-26 09:06:31 +01:00
7c774a5057 {builder,plugin}: pom.xml: upgrades
* kemitix-parent: 2.4.0 -> 2.8.0
* spring-boot: 1.5.1 -> 1.5.3
* lombok: 1.16.12 -> 1.16.16 (reverting to kemitix-parent version)
* assertj: 3.6.2 -> 3.8.0
* maven: 3.3.9 -> 3.5.0
* mojo-executor: 2.2.0 -> 2.3.0
2017-05-25 16:28:35 +01:00
db496848cc pom.xml: version set to 2.4.0-SNAPSHOT 2017-04-02 16:16:50 +01:00
2004fc60d6 pom.xml: version set to 2.3.0 2017-04-02 16:14:23 +01:00
8b1627df0b LICENSE.txt: updated 2017-04-02 13:45:59 +01:00
efa9b98378 pom.xml: version set to 2.3.0-SNAPSHOT 2017-03-11 17:44:34 +00:00
cc5d8f7ed1 pom.xml: version set to 2.2.0 2017-03-11 17:42:31 +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
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
718041b054 pom.xml: version set to 2.1.1 2017-02-09 09:25:38 +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
829cc5dff6 pom.xml: version set to 2.2.0-SNAPSHOT 2017-02-08 12:30:18 +00:00
961eb2c1db pom.xml: version set to 2.1.0 2017-02-08 12:26:55 +00:00
9170a36684 plugin:pom.xml: upgrade dependencies
* maven-compiler-plugin 3.6.1
2017-02-08 11:31:44 +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
f01098170b plugin:AbstractCheckMojo: upgrade checkstyle to 7.4 2017-01-15 14:25:04 +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
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
793a3b730e version set to 2.0.3 2017-01-14 18:57:13 +00:00
6f5ef9569a Remove versionsBackup files 2017-01-14 18:13:25 +00:00
bc96586857 version set to 2.0.2 2017-01-14 18:11:52 +00:00
38a5134a46 version set to 2.0.1 2017-01-14 18:01:37 +00:00
7e2a0790ff pom.xml: version set to 2.1.0-SNAPSHOT 2017-01-14 17:53:26 +00:00
c5d0bda1ca pom.xml: version set to 2.0.0 2017-01-14 17:47:14 +00:00
67557955cc plugin: provide goals for each ruleset level 2017-01-14 17:04:18 +00:00
3bed524b27 plugin: remove redundant properties 2017-01-14 16:35:25 +00:00
1380fb54ae plugin:pom.xml: add maven-compiler-plugin 2017-01-14 16:34:50 +00:00
9ce647d769 plugin:pom.xml: remove kemitix-parent to avoid cyclic dependency
kemitix-parent will include this plugin, so we can't have it as our parent.
2017-01-14 16:17:04 +00:00
5a259aa050 plugin:pom.xml: set version, don't inherit it
Parent has been changed so need to set version explicitly.
2017-01-14 10:18:07 +00:00
dc639da079 plugin: added 2017-01-13 22:53:01 +00:00