Commit Graph

484 Commits

Author SHA1 Message Date
github-actions[bot]
c8f8267f21 Updated CHANGELOG.md 2021-01-02 03:28:44 +00:00
github-actions[bot]
892f7dbfa4 Updated CHANGELOG.md 2020-12-31 03:29:41 +00:00
github-actions[bot]
1c610c3412 Updated CHANGELOG.md 2020-12-28 03:25:37 +00:00
github-actions[bot]
60a6ecae95 Updated CHANGELOG.md 2020-12-27 03:24:47 +00:00
Falko Modler
7b2d4d6254 Document how to install bash completion
Relates to #215.
2020-12-27 00:01:16 +00:00
github-actions[bot]
1a91c87ecc Updated CHANGELOG.md 2020-12-23 03:26:10 +00:00
github-actions[bot]
d0b2229855 Updated CHANGELOG.md 2020-12-22 03:24:39 +00:00
Peter Palaga
c5a038bd84 Workaround for #281 2020-12-21 21:43:45 +00:00
Peter Palaga
fc2c4076a7 Support short variants of boolean properties #279 2020-12-21 21:43:45 +00:00
github-actions[bot]
87e6712992 Updated CHANGELOG.md 2020-12-19 03:17:54 +00:00
Guillaume Nodet
1302ab3a28 mvnd fails when version range is used in extensions.xml, fixes #275 2020-12-18 08:38:24 +01:00
github-actions[bot]
6ca5d77402 Updated CHANGELOG.md 2020-12-18 03:17:56 +00:00
github-actions[bot]
41272bb3f6 Updated CHANGELOG.md 2020-12-16 20:01:30 +00:00
Peter Palaga
d3b58e4d34 Next is 0.2.1-SNAPSHOT 2020-12-16 20:59:28 +01:00
Peter Palaga
0cd0b3f046 Release 0.2.0 0.2.0 2020-12-16 20:59:21 +01:00
Peter Palaga
f2cdcf9e5f Maven-like rolling output when the build happens to be linear #269 2020-12-16 19:58:34 +00:00
github-actions[bot]
803f6ce995 Updated CHANGELOG.md 2020-12-16 03:25:05 +00:00
Peter Palaga
38b7185155 A new daemon is always started on Java 8 #266 #260 #261 2020-12-15 14:20:57 +00:00
Guillaume Nodet
29c92d9e2c Remove warning about unsupported TSTP signal on windows 2020-12-15 15:02:53 +01:00
Peter Palaga
603190ffaf Upgrade to xstream 1.4.15 2020-12-15 11:27:31 +00:00
Peter Palaga
8fbb6a755c Deprecate mvnd.builder.rule* and mvnd.builder.rules.provider.* features #264 2020-12-15 11:27:31 +00:00
Guillaume Nodet
02fe681807 Upgrade jansi 2020-12-15 11:34:25 +01:00
Guillaume Nodet
6566c50048 Upgrade JLine 2020-12-15 11:34:25 +01:00
Peter Palaga
3c968a5fff Fixup c19d26d Fix getCurrentProjects #262 2020-12-15 09:23:38 +01:00
Guillaume Nodet
c19d26dc50 Fix getCurrentProject, #fixes #262 2020-12-15 09:16:11 +01:00
github-actions[bot]
6c12c9835b Updated CHANGELOG.md 2020-12-12 03:25:08 +00:00
dependabot[bot]
44a56b7346 Bump groovy.version from 3.0.0 to 3.0.7
Bumps `groovy.version` from 3.0.0 to 3.0.7.

Updates `groovy` from 3.0.0 to 3.0.7
- [Release notes](https://github.com/apache/groovy/releases)
- [Commits](https://github.com/apache/groovy/commits)

Updates `groovy-all` from 3.0.0 to 3.0.7
- [Release notes](https://github.com/apache/groovy/releases)
- [Commits](https://github.com/apache/groovy/commits)

Signed-off-by: dependabot[bot] <support@github.com>
2020-12-11 12:24:57 +00:00
github-actions[bot]
d07ace0e11 Updated CHANGELOG.md 2020-12-11 03:25:12 +00:00
Peter Palaga
73dec36bed Yet another attempt to avoid IllegalStateException: Failed to lock offset 0 of .../daemon/registry.bin within 20.0 seconds #102 2020-12-10 21:10:34 +00:00
Peter Palaga
b695b51f05 Bash completion #215 2020-12-10 21:10:34 +00:00
Peter Palaga
b842a9422e Copy the bash completion script from
https://github.com/juven/maven-bash-completion/blob/master/bash_completion.bash
2020-12-10 21:10:34 +00:00
Guillaume Nodet
80c93aabe9 Fix SERIAL command line option
The boolean type cause the following argument to be swallowed
2020-12-10 17:26:33 +01:00
Guillaume Nodet
e19bd7cb55 Extract a method for common code 2020-12-10 10:34:32 +01:00
Guillaume Nodet
4c310c5793 Extract assertions on the registry size into a method 2020-12-10 10:34:32 +01:00
Guillaume Nodet
e8c39062ab Move the code to set system properties to its own method, make sure it's called from JvmTestClient 2020-12-10 10:34:32 +01:00
Guillaume Nodet
438e76c370 Completely remove the usage of hardcoded command line options 2020-12-10 10:34:32 +01:00
Guillaume Nodet
8b9ba24713 Make Environment methods related to command line options more homogeneous 2020-12-10 10:34:32 +01:00
Guillaume Nodet
68a363c696 Remove duplicated code and simply copy the arg list 2020-12-10 10:34:32 +01:00
Guillaume Nodet
3b13c88c02 Fix daemon logging system 2020-12-10 10:34:32 +01:00
Guillaume Nodet
b6a1f40b1b Add a simple command option to toggle maven-like behavior, fixes #248 2020-12-10 10:34:32 +01:00
Guillaume Nodet
732a8e1a83 Use Environment to deal with command line options 2020-12-10 10:34:32 +01:00
Guillaume Nodet
8eee89e189 Use 0-sized array in toArray 2020-12-10 10:34:32 +01:00
Guillaume Nodet
1534665e4f Avoid superflous newlines when displaying help 2020-12-10 10:34:32 +01:00
Guillaume Nodet
10c95301e7 Use method reference instead of lambda 2020-12-10 10:34:32 +01:00
Guillaume Nodet
37da2361a1 Pass the arguments list instead of the add method only 2020-12-10 10:34:32 +01:00
github-actions[bot]
e638f74c4e Updated CHANGELOG.md 2020-12-09 03:25:18 +00:00
Guillaume Nodet
27528cec37 Use client terminal width to format help 2020-12-08 22:59:31 +01:00
Guillaume Nodet
79137867e5 Fix the mvnd.sh client log configuration, fixes #246 2020-12-08 22:59:11 +01:00
Peter Palaga
e5e2a1cd86 Document --status, --stop and --purge in -h/--help #249 2020-12-08 21:42:02 +00:00
Peter Palaga
dc25d0ca1f Workaround connection resets and other network issues on Azure cloud 2020-12-08 20:53:22 +00:00