Maven Repository Scheduled Cleanup

Deprecated: This plugin has been marked as deprecated. In general, this means that this plugin is either obsolete, no longer being developed, or may no longer work.

More information about the cause of this deprecation, and suggestions on how to proceed may be found at https://github.com/jenkinsci/jenkins/pull/6323.

Clean your jobs maven repositories.

Known issues

How it works

Global configuration

Allows you to schedule a clean up of your local maven repositories.

Project configuration

History

Version 1.1 (Not released yet)
Version 1.2 (April 24, 2012)
  • alternative strategy to cleanup the repo for all artifacts not used during the build (require last access time support on filesystem)
  • fix NullPointerException saving empty configuration (JENKINS-12978)
Version 1.0 (Aug 2,2011)
  • First version