Commit Graph

140 Commits

Author SHA1 Message Date
Jeremy Long b8c6c86330 snapshot version 2017-01-28 08:12:51 -05:00
Jeremy Long e246757f47 version 1.4.5 2017-01-22 17:10:42 -05:00
Jeremy Long dd17f7393f snapshot version 2016-12-03 14:28:36 -05:00
Jeremy Long bfa67fcba7 fix #617 2016-12-03 13:46:25 -05:00
Jeremy Long 668161081a moved the invoker plugin to a profile so that it does not execute on every build 2016-12-03 06:54:03 -05:00
Alix Lourme ddbca24f33 Maven mojos 'purge' & 'update-only' aggregator #618 2016-11-19 00:32:10 +01:00
Jeremy Long e0b549e427 v1.4.4 2016-11-05 09:34:53 -04:00
Anthony Whitford 40ede24a99 Upgraded plugins and dependencies. 2016-09-18 22:30:12 -07:00
Jeremy Long f6aaaa8815 updated pre-req per issue #560 2016-09-16 10:25:40 -04:00
Jeremy Long 29d127303c snapshot version 2016-09-06 20:34:22 -04:00
Jeremy Long 5574f1c24f version 1.4.3 2016-09-06 07:04:34 -04:00
Jeremy Long 4f6f248421 reworked aggregation mojo to resolve issues #325, #386, and #531 2016-08-20 12:15:49 -04:00
Jeremy Long d9ce3cda66 snapshot version 2016-08-11 20:09:34 -04:00
Jeremy Long 6bd7d6b078 version 1.4.2 2016-07-31 08:01:47 -04:00
Jeremy Long d22c920b35 version 1.4.1 2016-07-30 06:52:48 -04:00
Jeremy Long c6bf41b8ba staging 2016-06-18 06:17:55 -04:00
Jeremy Long bc656c6218 version 1.4.0 2016-06-16 06:49:24 -04:00
Jeremy Long c34dc97bd4 updated snapshot version 2016-06-11 08:13:14 -04:00
Jeremy Long bcc2478ef7 snapshot version 2016-04-24 07:17:42 -04:00
Jeremy Long 8722eae766 version 1.3.6 2016-04-10 07:06:07 -04:00
Jeremy Long dca465b801 fixed minor warning about file encoding during build 2016-04-09 07:31:40 -04:00
Jeremy Long 1a9cc4b6be snapshot 2016-03-06 17:42:18 -05:00
Jeremy Long a612f206bf version 1.3.5.1 2016-03-06 17:30:37 -05:00
Jeremy Long a19dd7687e v 1.3.6-SNAPSHOT 2016-03-05 16:13:29 -05:00
Jeremy Long 550d6ca083 v1.3.5 2016-03-05 16:08:59 -05:00
Jeremy Long 6fc805369e snapshot version 2016-01-31 17:11:37 -05:00
Jeremy Long 9e29939cd3 version 1.3.4 2016-01-31 16:50:34 -05:00
Jeremy Long c8a1c6a318 fixed issue #431 - missing dependency 2015-12-28 06:11:57 -05:00
Jeremy Long fed60907dc snapshot version 2015-12-18 05:48:37 -05:00
Jeremy Long e204971a6c version 1.3.3 2015-12-10 19:44:38 -05:00
Jeremy Long e544384dd5 1.3.3-SNAPSHOT 2015-12-02 05:46:28 -05:00
Jeremy Long 1b3b4a5906 version 1.3.2 2015-11-29 07:34:45 -05:00
Jeremy Long b0b096c3f5 updated version to 1.3.2-SNAPSHOT 2015-10-09 08:51:58 -04:00
Jeremy Long b45700df03 version 1.3.1 2015-09-20 07:17:00 -04:00
Jeremy Long 1f48af024e Merge pull request #338 from awhitford/PomCleanup
Pom cleanup
2015-09-07 07:34:07 -04:00
Anthony Whitford 6d70332cd6 Centralized the Versions report to the parent pom. 2015-09-06 22:21:50 -07:00
Anthony Whitford 717f6240e3 Centralized javadoc reporting to parent pom. 2015-09-06 20:51:56 -07:00
Anthony Whitford b481f01217 Moved the maven-plugin-plugin declarations into the maven module since it is unique to that module. 2015-09-06 13:05:17 -07:00
Anthony Whitford d0f884f5b2 Centralized the maven-surefire-report-plugin to the parent pom. Note that gradle and jenkins modules are skipped since it does not apply. 2015-09-06 12:56:36 -07:00
Anthony Whitford 7b47b7549d Removed redundant declarations for maven-compiler-plugin and maven-jar-plugin. 2015-09-06 01:42:01 -07:00
Anthony Whitford a32fa69823 Moved taglist-maven-plugin to the parent pom. (Gradle and Jenkins modules don't have them -- before or after.) This will make it easier to manage and evolve. 2015-09-06 01:29:17 -07:00
Anthony Whitford 5c53b6528f Centralized the findbugs-maven-plugin to the parent pom. Gradle and Jenkins modules skip it naturally. The onlyAnlyze setting for utils is maintained via a property. Also was able to upgrade to latest plugin, version 3.0.2. 2015-09-06 00:51:28 -07:00
Anthony Whitford 9b92007eff Centralized cobertura plugin to the parent pom and was able to upgrade it from 2.6 to 2.7. 2015-09-06 00:23:24 -07:00
Anthony Whitford e433809f4d Moved maven-jxr-plugin and maven-project-info-reports-plugin reporting declarations into the parent pom. No need to duplicate in child modules. Utils did not have project-info reports, but there does not seem to be a good reason. Also note that the JXR plugin is naturally skipped when it does not apply (there is no java code), so not necessary to explicitly skip it for gradle and jenkins modules. 2015-09-05 23:57:53 -07:00
Anthony Whitford f7974b324b Exclude generated HelpMojo.java file from Checkstyle analysis. 2015-09-05 22:25:38 -07:00
Jeremy Long c4c670a3b1 Merge pull request #334 from awhitford/MavenPluginWarnings
Removed deprecated code.
2015-09-05 20:59:05 -04:00
Jeremy Long 2cf974ef02 maven-reporting-api cannot be scoped to provided 2015-09-05 07:09:01 -04:00
Anthony Whitford d009e39842 Removed unnecessary maven-site-plugin dependency, and maven-plugin-annotations dependency is provided. 2015-09-03 01:47:46 -07:00
Jeremy Long 3fdcd12b4f maven dependencies should be marked as provided per issue #329 2015-09-02 06:05:56 -04:00
Jeremy Long 8d1f3f723f version 1.3.1-SNAPSHOT 2015-08-09 10:25:44 -04:00