File: rules

package info (click to toggle)
maven-cache-cleanup 1.0.4-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 128 kB
  • sloc: java: 588; xml: 217; makefile: 7; sh: 3
file content (12 lines) | stat: -rwxr-xr-x 230 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f

%:
	dh $@ --buildsystem=maven

override_dh_auto_build:
	dh_auto_build -- -f MavenCacheCleanup/pom.xml package

override_dh_auto_test:

override_dh_auto_install:
	dh_auto_install -- -f MavenCacheCleanup/pom.xml