90e3652e6e
{builder,plugin}:*Test: replace deprecated org.mockito.Matchers.* imports
2017-07-13 14:19:39 +01:00
ecf22ade2f
version: set to 3.3.0-SNAPSHOT
...
remove redundant version elements in sub-module poms as they will inherit from the parent pom
2017-06-12 10:12:48 +01:00
f5f69a006f
version: set to 3.2.0
2017-06-12 09:48:06 +01:00
6620ee2bec
plugin: pom.xml: remove redundant configuration
...
This is all provided by kemitix-parent
2017-06-09 20:13:31 +01:00
a9ad65e9e6
pom.xml: use kemitix-parent 3.0.0 as parent pom
...
Updates to conform with checkstyle requirements this imposes.
2017-06-09 19:43:38 +01:00
0e0d2cc3c9
plugin: CheckMojo: provide name for parameter 'level'
2017-06-09 19:15:10 +01:00
6969d5459a
plugin: pom.xml: use maven-plugin-plugin.version explicitly
2017-06-09 19:15:10 +01:00
2bfdaa1087
plugin: pom.xml: use java.version property for compiler-plugin
2017-06-09 19:15:10 +01:00
de597e0164
pom.xml: normalise maven pom names
2017-06-02 19:27:14 +01:00
b28771989a
version: set to 3.2.0-SNAPSHOT
2017-05-30 15:27:29 +01:00
9e657b36ec
version: set to 3.1.0
2017-05-30 14:36:46 +01:00
4cca4286a1
KXR36: plugin: DefaultCheckstyleExecutorTest: artifactFile: make local variable
2017-05-29 13:31:56 +01:00
6072613b44
pom.xml: upgrade sevntu to 1.24.0
...
* Fixes bug in ForbidWildcardAsReturnType which is now enabled again
* Additional pluginRepositories config is no longer required
2017-05-28 19:52:24 +01:00
c482517327
Merge branch 'release/3.0.0' into develop
2017-05-27 20:37:06 +01:00
2584ed4bb3
version: set to 3.1.0-SNAPSHOT
2017-05-27 16:48:15 +01:00
5af558544e
pom.xml: version set to 3.0.0
2017-05-27 16:45:22 +01:00
11904dad97
plugin: pom.xml: remove duplicate release profile
...
Already exists in parent pom.
2017-05-27 16:23:50 +01:00
7d4e2394e0
plugin: pom.xml: remove help mojo
2017-05-27 15:52:22 +01:00
c14c9ea8ca
KCR22: builder: sort rules alphabetically
2017-05-27 14:04:19 +01:00
1b27a84bd6
version: set to 3.0.0-SNAPSHOT
2017-05-27 08:58:11 +01:00
d1d174d5a7
API Change: plugin: level is specified as a configuration parameter
...
* merge all level-based goals into a single 'check' goal
* specify the level to apply as a configuration parameter
* add remaining unit tests for plugin
2017-05-27 08:53:56 +01:00
84269c1dd6
plugin: AbstractCheckMojo: minor tidy-up
2017-05-26 22:31:23 +01:00
a67a64e851
plugin: CheckConfiguration: simple builder toString coverage test
2017-05-26 22:26:43 +01:00
981893d1a1
plugin: DefaultPluginExecutorTest: added
2017-05-26 18:19:36 +01:00
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