guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/02: etc: teams: Define Java team scope.


From: guix-commits
Subject: 02/02: etc: teams: Define Java team scope.
Date: Sun, 25 Sep 2022 08:42:27 -0400 (EDT)

roptat pushed a commit to branch master
in repository guix.

commit bfa723ba108b01d3bfc6947876dd97add166f308
Author: Julien Lepiller <julien@lepiller.eu>
AuthorDate: Sun Sep 25 14:35:39 2022 +0200

    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(-)

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 @@ importer, and the ocaml-build-system."
         #: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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]