Files
quarkus/core/builder
Stuart Douglas 0d3335d47a Build jar and native image in the augment phase
This allows extensions much greater control over the output,
including the ability to define new output formats.

There are some breaking changes introduced by this commit. Namely:

- The 'thin jar' now resides in its own folder, rather than in the target directory
- Native image is now produced from a dedicated native jar file, rather than by running native-image on an existing jar
- Most Maven/Gradle config has been moved to application.properties. This is still supported for now, but is deprecated
- The 'native-image' mojo has been depricated
2019-10-21 10:41:01 +02:00
..