Re: Jenkins ignores Maven profile properties

2016-02-16 Thread Arnaud Héritier
Hi Martijn, How did you ensure that the maven settings.xml file is used by your build ? Did you manually deployed it on the slave where the job is executed or by using a plugin like the Config File Provider ? What you did seems good, thus I think that the problem is that Maven doesn't see at

Jenkins ignores Maven profile properties

2016-02-09 Thread Martijn Hiemstra
I have a maven project and locally everything perfectly. When I do maven tomcat7:redeploy everything works perfectly. When I run that same project on Jenkins then the wrong profile properties are loaded. This is the situation. In my pom.xml in the build plugins section I have this: