I use Hudson to do continuous integration on some maven projects. For these projects, I would like to have the pom description used as content for the Hudson job description. is there a solution to automatically have this configured ?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
That's a bit hard to do because Hudson needs the config so it can checkout the POM. What you can try is use the command line API to configure the project. Another solution is to run
|
|||
|
|
|
You can just run mvn site no mvn install needed to see the link about the generated site in Hudson. |
|||
|
|