File: control

package info (click to toggle)
maven-cache-cleanup 1.0.4-1.2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 128 kB
  • sloc: java: 588; xml: 217; makefile: 7; sh: 3
file content (24 lines) | stat: -rw-r--r-- 1,062 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Source: maven-cache-cleanup
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Emmanuel Bourg <ebourg@apache.org>
Build-Depends:
 debhelper (>= 11),
 default-jdk,
 maven-debian-helper (>= 2.1)
Standards-Version: 4.1.4
Vcs-Git: https://salsa.debian.org/java-team/maven-cache-cleanup.git
Vcs-Browser: https://salsa.debian.org/java-team/maven-cache-cleanup
Homepage: https://github.com/nadestin/tools

Package: maven-cache-cleanup
Architecture: all
Depends: ${maven:Depends}, ${misc:Depends}, default-jre-headless | java7-runtime-headless, java-wrappers
Suggests: ${maven:OptionalDepends}
Description: Utility to purge timestamped snapshots from Maven repositories
 Maven 3 dropped support for non-unique snapshot versions, which had the
 side effect of filling up Maven caches on developer machines and on CI
 build hosts. The Maven Cache Cleanup utility scans a specified Maven cache
 directory for snapshot versions and deletes all but the latest version of
 the timestamped artifacts.