Le 04/09/12 23:48, Mattmann, Chris A (388J) a écrit :
+1 to remove the above lines.
Cool, I will update the pom.xml tomorrow then.
With that karma you should be able to do job-config for the sis-trunk job here:
http://builds.apache.org/job/sis-trunk/
Right now I set it to do nightly builds, and upon SVN changes
polled hourly. Feel free to update the config and let others know if you
do.
Thanks! I just had a look at the config (but didn't touched anything
yet). My proposal would be (just to be kind toward server load):
* Check-out Strategy: replace "Always check-out a fresh copy" by "Use
SVN update as much as possible"
* Maven goal: replace "install" by "clean install" (as a replacement
for the "svn update" checkout strategy)
* Build: keep the check for SVN changes, but omit the unconditional
daily build. This one is not only for server load, but also as an
easy way to know when was the last commit, just by looking at the
time stamp of JAR files or web site home page.
Martin