Это мой pom.xml
(часть):
<profiles>
<profile>
<id>production</id>
...
</profile>
</profile>
Это мой profiles.xml
:
<profilesXml>
<profiles>
<profile>
<id>production</id>
...
</profile>
</profiles>
</profilesXml>
Maven говорит:
[WARNING] Overriding profile: 'production' (source: pom) with
new instance from source: profiles.xml
Что я делаю не так?