开发者

Hudson / default Maven

开发者 https://www.devze.com 2023-01-18 05:37 出处:网络
i cannot figure out how to set a default maven. Within a job configuration if you add a Maven Build you have to specify a Version and the goal. The first item in the select box for version is \"defaul

i cannot figure out how to set a default maven. Within a job configuration if you add a Maven Build you have to specify a Version and the goal. The first item in the select box for version is "default". If you have specified other versions under "configure hudson" t开发者_开发问答hey will appear there too. However i want all my jobs to use the default. Do i have to set some kind of envoirment variable so hudson knows which maven version is the default one?

Thanks,

kuku


Try setting MAVEN_HOME and adding ${MAVEN_HOME}/bin to your executable PATH.


Interesting, I don't have the default option for maven. So either you have a different Hudson version (I run 1.376) or HUdson recognizes that you have set up maven on the command prompt. In this case the maven installation might not be complete/correct for the user Hudson is running under.

If that doesn't help, let us know what OS you are running on.

0

精彩评论

暂无评论...
验证码 换一张
取 消