我在激活个人资料时遇到问题。有一个带有配置文件的主 pom:
<profile>
<id>EntityUpdater</id>
<activation>
<property>
<name>entityupdater.start</name>
<value>true</value>
</property>
</activation>
....
在我的 childpom(jar 包)中,我指定了属性:
<properties>
<!-- ENTITY UPDATER CONFIG -->
<entityupdater.start>true</entityupdater.start>
....
但是在构建过程中,配置文件没有启动。
如果有人可以帮助我,我会非常高兴。
最好的问候,丹尼尔