Guillaume Nodet
f2224cb563
Next is 0.9.0-SNAPSHOT
2022-10-04 09:06:03 +02:00
Guillaume Nodet
2bba2d6a4d
[release] Release 0.8.2
2022-10-04 09:05:56 +02:00
Guillaume Nodet
da369cfe0d
Next is 0.9.0-SNAPSHOT
2022-10-04 07:51:14 +02:00
Guillaume Nodet
a9f7d1156f
[release] Release 0.8.2
2022-10-04 07:51:08 +02:00
Guillaume Nodet
aacd3eb4cc
Handle the multimodule project directory as early as possible in the client ( fixes #694 ) ( #697 )
2022-10-03 22:46:09 +02:00
Guillaume Nodet
309d0c7eff
Next is 0.9.0-SNAPSHOT
2022-09-08 11:39:54 +02:00
Guillaume Nodet
821c6a54a2
[release] Release 0.8.1
2022-09-08 11:39:51 +02:00
Guillaume Nodet
449e815973
Missing argument for option -D, fixes #662 ( #679 )
...
Co-authored-by: 核桃 <hetao@2dfire.com >
2022-08-30 09:14:12 +02:00
Guillaume Nodet
1327fe2af4
Cleanup ( #650 )
...
* Improve reproducibility of builds by using digest on docker images
* Inline the manifest Multi-Release entry
* Remove unused files
* Switch the groupId to org.apache.maven.daemon and use maven parent pom
* Fix distribution
* Fix ITs
* Fix native build for windows
2022-06-15 08:09:12 +02:00
Guillaume Nodet
dddc3e60f1
Next is 0.8.1-SNAPSHOT
2022-05-04 14:22:05 +02:00
Guillaume Nodet
2cfffe23ee
[release] Release 0.8.0
2022-05-04 14:22:01 +02:00
Guillaume Nodet
ff7bbbe458
Move BuildProperties to the client ( #630 )
2022-05-02 13:13:07 +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
Stephan Schroevers
0288988d63
Replace github.com/mvndaemon/mvnd
references ( #622 )
...
As the repository is now hosted under `github.com/apache/maven-mvnd`.
2022-04-28 09:43:19 +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
Guillaume Nodet
73f4d50bcb
Remove default values for heap options ( #610 )
...
* Set default max heap size to null
Let the JVM decide the max heap size instead of using hardcoded defaults
to match the behaviour of vanilla Maven.
* Add ITs for verifying max heap behaviour
- By default no max heap should be set
- If configured via jvm.config then max heap should be set but not mvnd.maxHeapSize
- If configured via mvnd.maxHeapSize then max heap should be set
* Remove defaults memory options
* Add missing test project
* Fix too small heap size
* Fix tests
Co-authored-by: Ashhar Hasan <hashhar_dev@outlook.com >
2022-04-26 13:22:37 +02:00
Guillaume Nodet
dbe2feaf0c
Fix missing space
2022-04-26 13:22:06 +02:00
Guillaume Nodet
4755734708
Avoid caching parent with a version containing a property, fixes #594 ( #602 )
2022-03-03 13:22:27 +01:00
Guillaume Nodet
b5a8ebfb47
Reformat
2022-01-21 09:36:49 +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
4c99b52e03
Make sure the maven.home and maven.conf properties are correctly set when the JVM is started, fixes #553
2022-01-11 08:12:18 +01:00
Guillaume Nodet
b3a55333a8
Fix NoSuchFileException when using the compile phase, fixes #564
2022-01-07 11:46:54 +01:00
Guillaume Nodet
4bb5c5d5b5
Fix resident extensions ( #531 )
2021-12-14 18:20:34 +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
Guillaume Nodet
a886562a65
Fix passing options, fixes #515 ( #520 )
2021-12-06 16:18:22 +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
f760a1da78
Upgrade to GraalVM 21.3.0 and JDK 17 ( #506 )
...
* Upgrade to GraalVM 21.3.0 and JDK 17
* Upgrade groovy
* Upgrade quarkus version
2021-10-20 12:21:01 +02:00
Guillaume Nodet
e89f81b88e
Code formatting
2021-10-20 08:30:17 +02:00
Guillaume Nodet
dae96da65e
Negative local Maven repo lookup persists after installing the artifact, fixes #482
2021-10-07 05:09:13 +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
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
ee49cb3414
Provide a way to remove decoration on the standard out/err streams, fixes #356
2021-09-02 14:37:19 +02:00
Guillaume Nodet
caade66f19
Improve test stability on OSX ( #453 )
2021-07-29 07:42:36 +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
6524569d94
Modify the environment test to check for mismatches
2021-06-15 16:40:38 +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