Commit Graph

192 Commits

Author SHA1 Message Date
Jeff Smits
adbe953463 Add thread stack size (-Xss) option (#489) 2021-10-19 11:44:22 +02:00
Guillaume Nodet
dff50ace35 Fix mvnd command line aliases, fixes #490 2021-10-06 15:20:59 +02:00
Guillaume Nodet
30e1747d84 The maven.multiModuleProjectDirectory is badly set when using -f [path-to-pom], fixes #484 2021-10-06 15:18:00 +02:00
Guillaume Nodet
aa89bd64ba Introduce a SocketFamily instead 2021-08-31 08:44:53 +02:00
Guillaume Nodet
b67ab81c3d Allow unix domain sockets for client/daemon connection (not used by default) 2021-08-31 08:43:31 +02:00
Guillaume Nodet
df44238c26 Fix the JDK_JAVA_OPTIONS 2021-06-17 17:32:06 +02:00
Guillaume Nodet
d36a226112 The JDK_JAVA_OPTIONS environment variable is not honoured, fixes #429 2021-06-17 13:55:11 +02:00
Guillaume Nodet
4fe532addf Open java.io and sun.nio.fs 2021-06-15 17:10:03 +02:00
Guillaume Nodet
6a7f172412 Fix the number of cancelled daemons displayed 2021-05-18 15:58:44 +02:00
Frederik Boster
784264c087 #390 Restrict usage of mvnd daemons to the current user by utilizing a token check 2021-04-06 20:38:56 +02:00
Guillaume Nodet
74ebee0697 The update of the environment does not work with jdk 16, fixes #380 2021-03-18 21:57:42 +01:00
Peter Palaga
bc4d2e6176 Leverage Maven's -Dstyle.color to avoid coloring instead of stripping
the ASCII codes in the client
2021-03-10 08:07:03 +01:00
Peter Palaga
90cae47f1a Leverage Maven's -Dstyle.color to avoid coloring instead of stripping the ASCII codes in the client 2021-03-10 08:07:03 +01:00
Guillaume Nodet
7fb15766b1 Fix color output for file / tty #358 2021-02-15 17:15:15 +01:00
Guillaume Nodet
c85f2ea285 mvnd ignores the .mvn/jvm.config file , fixes #348 2021-02-15 09:08:36 +01:00
Guillaume Nodet
e2a419a870 Add a a few debug entries to help diagnosing test failures 2021-02-12 09:18:20 +01:00
Peter Palaga
ddea5d8ea8 Fixup 143f4f13 Display the daemon id and shorten it a bit #314 2021-01-08 23:07:15 +00:00
Guillaume Nodet
143f4f13ab Display the daemon id and shorten it a bit, fixes #314 2021-01-08 21:50:20 +00:00
Peter Palaga
aae395e8b2 Speed up bash completion loading by packaging it as a file in the ZIP distribution #296 2021-01-07 07:29:14 +00:00
Peter Palaga
c6de4dbd9a Right-pad projectIds to improve mojo readability in the threaded view #288 2021-01-06 20:07:39 +00:00
Guillaume Nodet
d6464ed790 Use an agent to support processes launched with redirected io, fixes #241 2021-01-06 17:25:08 +01:00
Peter Palaga
fc2c4076a7 Support short variants of boolean properties #279 2020-12-21 21:43:45 +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
Peter Palaga
38b7185155 A new daemon is always started on Java 8 #266 #260 #261 2020-12-15 14:20:57 +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
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
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
Guillaume Nodet
27528cec37 Use client terminal width to format help 2020-12-08 22:59:31 +01:00
Peter Palaga
404a56fe34 Show more lines when the daemon crashes 2020-12-08 20:53:22 +00:00
Peter Palaga
3a4d86bc64 Let -h/--help display also mvnd specific options #243 2020-12-08 20:53:22 +00:00
Peter Palaga
87cbcce9e4 mvn -Dmvnd.noBuffering=true has no effect #239 2020-11-27 13:15:13 +00:00
Peter Palaga
63d59257e0 Output revision with -v/--version 2020-11-18 09:13:20 +00:00
Peter Palaga
8ad2734cbf Avoid environment lookups and value conversions on hot paths 2020-11-18 07:57:26 +00:00
Guillaume Nodet
b6cc70e923 Move mvnd logback config file into [MVND_HOME]/conf and use the standard name for the mvn specific config file, fixes #226 2020-11-16 17:46:34 +01:00
Guillaume Nodet
7879a057a5 Reformat 2020-11-16 15:02:11 +01:00
Guillaume Nodet
668d4e4526 Clean the names of properties, fixes #221 2020-11-16 15:02:11 +01:00
Peter Palaga
fa2af29bd4 Output received messages on JVM test failure 2020-11-15 15:50:32 +00:00
Peter Palaga
ab85aa1903 Exit code not propagated from the daemon to mvnd client #220 2020-11-15 15:50:32 +00:00
Guillaume Nodet
ca55b244c8 Provide an automatic purge of daemon logs, fixes #196 2020-11-13 08:33:49 +00:00
Guillaume Nodet
7d1c7c072c Use human readable durations instead of milliseconds 2020-11-13 08:33:49 +00:00
Peter Palaga
1b65cade65 Store registry under ~/.m2 where we already have mvnd.properties 2020-11-12 10:12:42 +00:00
Peter Palaga
4afe9057a2 Activate TerminalOutput.noBuffering when -B/--batch-mode is passed via CLI 2020-11-12 09:48:46 +00:00