[ISSUE-16300_maven] add comment

This commit is contained in:
Kai.Yuan 2024-04-14 16:28:44 +02:00
parent db732c7c94
commit a25ad3d064
1 changed files with 8 additions and 1 deletions

View File

@ -9,6 +9,13 @@
<name>multimodulemavenproject</name>
<packaging>pom</packaging>
<!--
No <parent> tag since we want the compiler plugin defined
in the <pluginManagement> to be used in submodules.
Detailed discussion:
https://jira.baeldung.com/browse/BAEL-7813
-->
<modules>
<module>maven-entitymodule</module>
<module>maven-daomodule</module>
@ -38,4 +45,4 @@
<target.version>1.9</target.version>
</properties>
</project>
</project>