Not all Maven versions are installed on all build node. In particular using "Maven (lastest)" failed with some file-not-found error. We resolved this by setting our builds to use another version. "Maven 3.0.3" seems to be working nicely.
Not all build node have a settings.xml which allows deploying to nexus. This causes 404 errors during deployment, e.g. on windows2. This can be fixed with the following steps: * open the job config * scroll to the "Build" section and open the "advanced" settings * scroll to "Settings file" and select "provided settings.xml" * select "simple-deploy-settings-no-mirror" The procedure will roll out the settings and credentials to deploy to repository.apache.org to any build node (cf. [1]). -- Richard [1] http://mail-archives.apache.org/mod_mbox/www-builds/201306.mbox/%[email protected]%3e
