This is my pom.xml
(portion of it):
<profiles>
<profile>
<id>production</id>
...
</profile>
</profile>
This is my profiles.xml
:
<profilesXml>
<profiles>
<profile>
<id>production</id>
...
</profile>
</profiles>
</profilesXml>
Maven says:
[WARNING] Overriding profile: 'production' (source: pom) with
new instance from source: profiles.xml
What am I doing wrong?