89 Commits

Author SHA1 Message Date
Guillaume Nodet
2cfffe23ee [release] Release 0.8.0 2022-05-04 14:22:01 +02:00
Guillaume Nodet
50bfcf8c15 Use maven-mvnd as a distribution name (#638) 2022-05-04 12:02:10 +02:00
Guillaume Nodet
30c41aa8d5 Next is 0.8.1-SNAPSHOT 2022-04-29 17:31:50 +02:00
Guillaume Nodet
709ac3f888 [release] Release 0.8.0 2022-04-29 17:31:45 +02:00
Guillaume Nodet
c1393eac4d Next is 0.8.1-SNAPSHOT 2022-04-29 16:26:06 +02:00
Guillaume Nodet
0dc83af8f6 [release] Release 0.8.0 2022-04-29 16:26:01 +02:00
Guillaume Nodet
72cb8343d9 Next is 0.8.1-SNAPSHOT 2022-04-29 13:43:13 +02:00
Guillaume Nodet
4e5be51e4f [release] Release 0.8.0 2022-04-29 13:43:07 +02:00
Guillaume Nodet
73b99b89b1 Next is 0.8.1-SNAPSHOT 2022-04-29 13:25:18 +02:00
Guillaume Nodet
d567f1d140 [release] Release 0.8.0 2022-04-29 13:25:13 +02:00
Guillaume Nodet
dd193f1b6b Next is 0.8.1-SNAPSHOT 2022-04-27 22:08:56 +02:00
Guillaume Nodet
c1039a6d67 [release] Release 0.8.0 2022-04-27 22:08:52 +02:00
Tamas Cservenak
d2365ee166 Mvnd with file locking (#508)
* Update mvnd to include Maven Resolver 1.7

As mvnd itself is Java8 lang level, it is completely
okay to up resolver to 1.7 (that is java8 as well).
The only reason why Maven 3.8.x CANNOT use resolver
1.7 is that it is still Java7 level.

* Move missing piece to SPI

* Add global exclusions

* Example of mvnd using file locking (of resolver)

* Drop irrelevant

* Upgrade to released 1.7.3

Co-authored-by: Guillaume Nodet <gnodet@gmail.com>
2022-04-11 13:29:42 +02:00
Guillaume Nodet
7463d65d56 Remove unused logback-client.xml file (#603) 2022-03-03 13:22:06 +01:00
Guillaume Nodet
10d80d434a Add missing mvnDebug scripts (#605) 2022-03-03 13:21:53 +01:00
Piotr Findeisen
4b4288bef9 Fix user's pronoun in mvnd.properties comment (#585) 2022-01-19 16:00:34 +01:00
Guillaume Nodet
62d580b930 Daemon reuse ignores differences in .mvn/jvm.config, fixes #576 (#580) 2022-01-13 10:01:33 +01:00
Guillaume Nodet
bbfe926a57 Next is 0.7.2-SNAPSHOT 2021-12-07 14:15:31 +01:00
Guillaume Nodet
97c587c113 Release 0.7.1 2021-12-07 14:15:27 +01:00
Tamas Cservenak
807409d507 Update mvnd to include Maven Resolver 1.7 (#507)
As mvnd itself is Java8 lang level, it is completely
okay to up resolver to 1.7 (that is java8 as well).
The only reason why Maven 3.8.x CANNOT use resolver
1.7 is that it is still Java7 level.
2021-11-26 17:34:10 +01:00
Guillaume Nodet
5095a50145 Next is 0.7.1-SNAPSHOT 2021-10-20 20:47:52 +02:00
Guillaume Nodet
0ebc71628c Release 0.7.0 2021-10-20 20:47:49 +02:00
Guillaume Nodet
4eda0d54cf Regen bash completion 2021-10-20 08:30:17 +02:00
Jeff Smits
adbe953463 Add thread stack size (-Xss) option (#489) 2021-10-19 11:44:22 +02:00
Peter Palaga
3ac4030a1b Next is 0.6.1-SNAPSHOT 2021-09-07 18:33:48 +02:00
Peter Palaga
038257e127 Release 0.6.0 2021-09-07 18:33:45 +02:00
Guillaume Nodet
0fc2a0d06b Regen completion 2021-09-07 16:27:43 +02:00
Guillaume Nodet
b6ca242d1e Regen #440 2021-09-02 13:50:47 +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
4b75fec3e1 Use unix sockets and native compilation for the ipc sync context 2021-08-31 08:43:30 +02:00
Guillaume Nodet
b7c6a8a58b Next is 0.5.3-SNAPSHOT 2021-06-18 16:24:27 +02:00
Guillaume Nodet
7c6cd4fcbc Release 0.5.2 2021-06-18 16:24:22 +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
ce8c08fd4c Next is 0.5.2-SNAPSHOT 2021-06-04 11:23:14 +02:00
Guillaume Nodet
e091728f6d Release 0.5.1 2021-06-04 11:23:09 +02:00
Guillaume Nodet
8b690282e5 Next is 0.5.1-SNAPSHOT 2021-05-31 11:34:57 +02:00
Guillaume Nodet
ce80fc5ed8 Release 0.5.0 2021-05-31 11:34:53 +02:00
Guillaume Nodet
3b6a164db3 Fix the client log configuration on windows 2021-05-21 16:15:43 +02:00
Guillaume Nodet
3aa356433d Add a global synccontext implementation 2021-05-18 15:35:01 +02:00
Michael Goldschmidt
57df40216f Global mvn settings.xml via mvnd.properties #383 (#386)
Improve doc related to configuration, add a few properties to the mvnd.properties included in the distribution.
Co-authored-by: Guillaume Nodet <gnodet@gmail.com>
2021-04-28 18:09:10 +02:00
Guillaume Nodet
585b5a9546 Add the --color option as an alias to -Dstyle.color, fixes #376 2021-04-28 11:53:58 +02:00
Guillaume Nodet
b847f602c6 Merge pull request #396 from gnodet/i389
Use a proper property different from the maven-buildtime-extension on…
2021-04-27 14:35:16 +02:00
Guillaume Nodet
50ed5ece37 Switch version to 0.5.0-SNAPSHOT 2021-04-27 11:02:33 +02:00
Guillaume Nodet
5815f7b992 Use a proper property different from the maven-buildtime-extension one, fixes #389 2021-04-12 09:28:31 +02:00
Peter Palaga
1447249249 Next is 0.4.4-SNAPSHOT 2021-03-19 11:17:50 +01:00
Peter Palaga
e20989ddd4 Release 0.4.3 2021-03-19 11:17:45 +01:00
Peter Palaga
bd20efa78e Next is 0.4.3-SNAPSHOT 2021-03-10 08:07:54 +01:00
Peter Palaga
7d488f2c97 Release 0.4.2 2021-03-10 08:07:50 +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
d1e916fe4f Regen 2021-03-05 13:40:03 +01:00