Commit Graph

754 Commits

Author SHA1 Message Date
Guillaume Nodet
92ddff964d Fix loading resources from JVM, fixes #277 2021-01-22 10:58:51 +01:00
Guillaume Nodet
2019848faf Add a reproducer test for #277 2021-01-22 09:52:56 +01:00
github-actions[bot]
9d40b5b7ee Updated CHANGELOG.md 2021-01-22 04:02:16 +00:00
github-actions[bot]
fbc2df8d3e Updated CHANGELOG.md 2021-01-21 04:02:14 +00:00
github-actions[bot]
296e82829c Updated CHANGELOG.md 2021-01-19 04:00:35 +00:00
Guillaume Nodet
249f724cac Merge pull request #332 from famod/point-to-help
README: Mention --help in 'specific options'
2021-01-18 18:24:12 +01:00
Guillaume Nodet
4d3e907d8d Merge pull request #335 from gnodet/i333
Fix error when the reactor contains duplicate groupId:artifactId, fix…
2021-01-18 15:31:12 +01:00
Guillaume Nodet
9e6ceed856 Fix error when the reactor contains duplicate groupId:artifactId, fixes #333 2021-01-18 13:45:54 +01:00
github-actions[bot]
724f7660cf Updated CHANGELOG.md 2021-01-16 03:57:52 +00:00
Falko Modler
9d1a206723 README: Mention --help in 'specific options' 2021-01-15 19:31:03 +01:00
github-actions[bot]
4050f03797 Updated CHANGELOG.md 2021-01-15 03:57:28 +00:00
Guillaume Nodet
efe703183b Merge pull request #329 from gnodet/fixes
Various small fixes
2021-01-15 00:47:24 +01:00
Guillaume Nodet
d4d322f8ce Fix logging configuration and references to renamed property mvnd.uid 2021-01-14 15:17:33 +01:00
Guillaume Nodet
890c872760 Remove old junit dependency 2021-01-14 15:15:29 +01:00
Guillaume Nodet
642d06480b Add missing assertion in the test 2021-01-14 15:14:56 +01:00
Guillaume Nodet
eeb17ee18a Fix duplicate space in the javadoc 2021-01-14 15:03:09 +01:00
Guillaume Nodet
4b35613a81 Speed up parallel plugin setup, fixes #310 2021-01-14 14:59:30 +01:00
Guillaume Nodet
a846ccb96d Fix the integration test 2021-01-14 14:08:16 +01:00
Guillaume Nodet
3b2efbfead Add an integration test 2021-01-14 13:31:57 +01:00
Guillaume Nodet
66471b4906 Remove synchronization on the MavenPluginManager implementation 2021-01-14 13:30:39 +01:00
github-actions[bot]
ade8708e2c Updated CHANGELOG.md 2021-01-14 03:59:15 +00:00
Guillaume Nodet
a9b69c6dee Add a computeIfAbsent method to the Cache 2021-01-13 23:32:04 +01:00
Guillaume Nodet
58d080484c Reformat 2021-01-13 23:30:21 +01:00
Guillaume Nodet
6c748d5ef1 Copy unmodified DefaultMavenPluginManager and required class from maven 3.6.3 2021-01-13 16:32:43 +01:00
Guillaume Nodet
cee0ba6443 The caches are not all cleaned when deleting the local repository, fixes #312
* The caches are not all cleaned when deleting the local repository, fixes #312
* Try to workaround file locking on windows
* Split the integration test
* Raise watch service sensitivity, add a delay in the test for windows to make sure the poll has been done
* Disable test on windows because all jar files are locked and the repository can't even be deleted
2021-01-13 16:01:56 +01:00
Guillaume Nodet
8d929889da Disable test on windows because all jar files are locked and the repository can't even be deleted 2021-01-13 15:19:17 +01:00
Guillaume Nodet
6dd4add35e Raise watch service sensitivity, add a delay in the test for windows to make sure the poll has been done 2021-01-13 14:08:16 +01:00
Guillaume Nodet
4bdedf12b0 Split the integration test 2021-01-13 13:46:04 +01:00
Guillaume Nodet
29e823eb1b Try to workaround file locking on windows 2021-01-13 13:07:54 +01:00
Guillaume Nodet
b10af9fe15 The caches are not all cleaned when deleting the local repository, fixes #312 2021-01-13 11:36:37 +01:00
github-actions[bot]
123ee63d0d Updated CHANGELOG.md 2021-01-13 03:53:56 +00:00
github-actions[bot]
dad6b13706 Updated CHANGELOG.md 2021-01-12 03:48:39 +00:00
github-actions[bot]
6deaa033bf Updated CHANGELOG.md 2021-01-10 03:46:07 +00:00
Peter Palaga
0ee89b9a5d Use mvnd instead of mvn in the help output 2021-01-09 22:06:05 +00:00
Guillaume Nodet
9b4172fd61 Add a bit of doc for the various supported keys, #293 2021-01-09 20:14:11 +00:00
github-actions[bot]
7a102fa443 Updated CHANGELOG.md 2021-01-09 03:40:44 +00:00
Peter Palaga
7dd3d5da70 NPE after pressing CTRL+B in the client #324 2021-01-08 23:28:17 +00: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
3eb9d8d41b Fixup 28ffaea Send transfer events to the client for better display #284 2021-01-08 21:38:45 +00:00
Falko Modler
3beb854cc9 Fix TestUtils imports 2021-01-08 20:21:35 +00:00
Guillaume Nodet
28ffaeaecc Send transfer events to the client for better display, fixes #284 (#313) 2021-01-08 20:28:02 +01:00
Peter Palaga
0f438bdb09 One more attempt to workaround #281 2021-01-08 13:14:44 +00:00
Falko Modler
b958a91405 Add TOC to README.adoc 2021-01-08 11:41:47 +00:00
github-actions[bot]
a9d0f4dbfb Updated CHANGELOG.md 2021-01-08 03:40:33 +00:00
Peter Palaga
aea39765bc Update the demo video in the README.adoc 2021-01-07 17:31:30 +01:00
github-actions[bot]
8ec92718eb Updated CHANGELOG.md 2021-01-07 15:50:41 +00:00
Peter Palaga
3c107020a9 Next is 0.3.1-SNAPSHOT 2021-01-07 16:48:59 +01:00
Peter Palaga
dd0a46b276 Release 0.3.0 0.3.0 2021-01-07 16:48:52 +01:00
Romain Manni-Bucau
440ed76b3c Replace mvnd --completion by a plain source now the bash file is in the distrib 2021-01-07 09:02:26 +00:00