2012/11/29 Lewis John Mcgibbney <[email protected]>: > Hi All, > > We are currently experiencing problems with the Gora-trunk build where > an old core SNAPSHOT testing jar dependency is being used in other > module tests, because it is old the tests fail. > I've since pruned this dependency from the SNAPSHOT's repository on > repository.apache.org, however I wonder if there is some functionality > to delete/clean the entire workspace for the Gora-trunk job, this > would hopefully force a download of the brand new SNAPSHOT dependency > which has been deployed to repository.apache.org. option -U must do that so add it to your job goals.
An other option: select "use private maven repository" then "local to repository" so the local maven repository will $WORKSPACE/.repository so before the build, just do rm -rf $WORKSPACE/.repository I would prefer you use option with -U to avoid download the internet for each build :-) > > Any ideas/help please? > > Thanks > > Lewis > > -- > Lewis -- Olivier Lamy Talend: http://coders.talend.com http://twitter.com/olamy | http://linkedin.com/in/olamy
