Releases: yamcs/yamcs-maven-plugin
Releases · yamcs/yamcs-maven-plugin
v1.3.5
- Small improvements to experimental webapp mojo
v1.3.4
- Fixes an issue with the protoc goal when the source tree is in a location with spaces in its path. yamcs/yamcs#955
v1.3.3
- Add
system
dependencies to classpath of run mojo
v1.3.2
- Fix plugin detection when Plugin is implemented on a superclass
- Use more conventional defaults on protoc mojo
- Add experimental webapp mojo
v1.3.1
- Fix protoc issue when compiling with Java 22
v1.3.0
- Bump to Maven 3.6.x
- Prevent unneccesary execution fork in detect mojo
- Add experimental protoc mojo
v1.2.13
- Include latest
yamcsd
wrapper script in generated bundles
v1.2.12
- Add
scope
property to bundle mojo, to allow for some more customization on bundled dependencies.
v1.2.11
- Add
lib
and lib/ext
to library path
- Fix a sporadic issue with snapshot resolution
- Add
includes
/excludes
/useDefaultExcludes
options to bundle mojo
- Do not autocreate
etc
folder in generated bundles
- Add Zstandard compression support to bundle mojo
v1.2.9
- Reworked process shutdown to be more reliable. Especially on Windows, where subprocesses were not always terminating.
- Set classpath through environment instead of cmdline