[ http://jira.codehaus.org/browse/MNG-3307?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Brett Porter closed MNG-3307. ----------------------------- Resolution: Won't Fix you need to disable release update checks as well, or make sure all plugins have their version specified. > Always update daily plugin snapshots > ------------------------------------ > > Key: MNG-3307 > URL: http://jira.codehaus.org/browse/MNG-3307 > Project: Maven 2 > Issue Type: Bug > Components: Plugins and Lifecycle > Affects Versions: 2.0.8 > Reporter: Franck HUGOT > > If I specify this in my project pom : > <pluginRepositories> > <pluginRepository> > <id>inhouse</id> > > <url>http://canope:8080/px-webapp/repository/private</url> > </pluginRepository> > <pluginRepository> > <id>Codehaus Snapshots</id> > > <url>http://canope.sofinco.fr:8080/px-webapp/repository/codehaus.snapshot</url> > <snapshots> > <updatePolicy>never</updatePolicy> > </snapshots> > </pluginRepository> > </pluginRepositories> > (canope is my maven proxy) > it seems maven always check daily for plugin updates because I get this log > each day : > [INFO] artifact org.codehaus.mojo:dashboard-maven-plugin: checking for > updates from inhouse > [INFO] artifact org.codehaus.mojo:dashboard-maven-plugin: checking for > updates from Codehaus Snapshots > It works with --no-plugin-updates command line options but I would like not > to change my developers command line and put the pluginRepositories in a > parent pom. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira