From: Brett P. <bre...@gm...> - 2004-10-15 11:50:00
|
Hi all, I've made the following changes for maven-plugins at sourceforge: - moved http://maven-plugins.sf.net/maven/maven-plugins to /repository/maven-plugins (old one is symlinked) - copied http://maven-plugins.sf.net/maven/findbugs to /repository/findbugs (I'm assuming this is the distribution point for findbugs as it is newer than ibiblio. If this is not correct, we should remove this directory from maven-plugins) - left other files as is - am setting up an automated sync of http://maven-plugins.sf.net/repository to ibiblio - have set up properties so that jar:deploy will deploy to the new repository only (you need to specify some properties in your own build.properties: see the root project.properties file) Still to be done: - remove the http://maven-plugins.sf.net/maven/ directory altogether - remove the http://maven-plugins.sf.net/repository/maven-plugins/jpox empty directory (andy_jefferson - you need to do this) Anyone using -Dmaven.repo.remote=http://maven-plugins.sf.net/maven/ should shortly be able to remove it. Regards, Brett |