2
0
Fork 0
mirror of https://github.com/ethauvin/bld.git synced 2025-04-26 08:37:11 -07:00

Added support for generating POM properties.

Projects with javaRelease specified automatically set the maven compiler properties in their POM at generation.
This commit is contained in:
Geert Bevin 2024-06-23 13:07:03 -04:00
parent a30b290c0d
commit ecb9289001
9 changed files with 295 additions and 10 deletions

View file

@ -22,6 +22,16 @@
</licenses>
<!--/b-->
<!--v properties-tag--><!--/v-->
<!--b properties-tag-->
<properties>
<!--v properties--><!--/v-->
<!--b property-->
<{{v property-key/}}><!--v property-value--><!--/v--></{{v property-key/}}>
<!--/b-->
</properties>
<!--/b-->
<!--v dependencies-tag--><!--/v-->
<!--b dependencies-tag-->
<dependencies>