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
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