Approach towards Maven profiles and Jenkins

2012-04-26 Thread sebastian.st...@softwareag.com
Hi, I wonder how to best use Maven profiles on Jenkins. Our profile is stored in a settings.xml file, which is contained in our source tree. We can include this profile in Jenkins using -s path/to/settings.xml option. Usually, a developer would need to alter this file and adapt it to his working

Fails on maven dependency resolution

2012-04-17 Thread sebastian.st...@softwareag.com
Hi, I'm trying to set up Jenkins on a complex Maven 3 project. Before doing so, I tested a simple project like https://github.com/codebrickie/GWT-Java-EE-6-Integration, which is running fine. I can download Git source, run the jenkins build and I also connected Sonar to it. An example of a more