Could you please help me out with the following issue.
I have installed Jenkins
in my Windows 7
OS using Windows Installer
.
My project has
settings.xml
andtoolchains.xml
, which are placed underconf
directory ofMaven.Neither
.settings.xml
ortoolchains.xml
files are present under/usr_home/.m2/
directory.I can successfully build project manually , but when tried to build with
Jenkins
,toolchains.xml
file is not getting identified. I have been receiving error message
Please make sure you define the required toolchains in your ~/.m2/toochains.xml file.
- I tried putting toolchain.xml file in
/usr_home/.m2/
, but didn't work.
Any kind of help will be really appreciated.