From bfa723ba108b01d3bfc6947876dd97add166f308 Mon Sep 17 00:00:00 2001 From: Julien Lepiller Date: Sun, 25 Sep 2022 14:35:39 +0200 Subject: etc: teams: Define Java team scope. * etc/teams.scm.in (java): Define it. --- etc/teams.scm.in | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'etc') diff --git a/etc/teams.scm.in b/etc/teams.scm.in index 9c7ae31275..17d0fe11ba 100644 --- a/etc/teams.scm.in +++ b/etc/teams.scm.in @@ -159,7 +159,19 @@ (define-team java #:name "Java and Maven team" #:description "The JDK and JRE, the Maven build system, Java packages, the ant-build-system, -and the maven-build-system.")) +and the maven-build-system." + #:scope + (list ;; Match java.scm and java-*.scm. + (make-regexp "^gnu/packages/java(-.+|)\\.scm$") + ;; Match maven.scm and maven-*.scm + (make-regexp "^gnu/packages/maven(-.+|)\\.scm$") + "guix/build/ant-build-system.scm" + "guix/build/java-utils.scm" + "guix/build/maven-build-system.scm" + ;; The maven directory + (make-regexp "^guix/build/maven/") + "guix/build-system/ant.scm" + "guix/build-system/maven.scm"))) (define-team science (team 'science -- cgit v1.2.3