diff options
| author | Julien Lepiller <julien@lepiller.eu> | 2026-02-22 13:02:50 +0100 |
|---|---|---|
| committer | Julien Lepiller <julien@lepiller.eu> | 2026-03-18 18:50:10 +0100 |
| commit | 25b722ae5b65ce652593aad913eb5b7460a7a3f9 (patch) | |
| tree | af0af9f26087f01f433c59b3cf63f35bada98c91 /gnu | |
| parent | 226208840e26abea68926fd58177a65c5b54505d (diff) | |
gnu: Add apache-commons-parent-pom-85.
* gnu/packages/maven-parent-pom.scm (apache-commons-parent-pom-85): New
variable.
Change-Id: I911c7dbb1a55921ed4ef75966b177db51abd304e
Signed-off-by: Julien Lepiller <julien@lepiller.eu>
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/maven-parent-pom.scm | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/gnu/packages/maven-parent-pom.scm b/gnu/packages/maven-parent-pom.scm index 6c24bcffa20..f643651e72f 100644 --- a/gnu/packages/maven-parent-pom.scm +++ b/gnu/packages/maven-parent-pom.scm @@ -176,6 +176,25 @@ apache-parent-pom-33 #:tag-prefix "rel/commons-parent-")) +(define-public apache-commons-parent-pom-85 + (let ((base + (make-apache-commons-parent-pom + "85" "0iys93q84bq7xqbf49lspgpj4m4y0p6ga0ck8a47m0mwj79i8s81" + apache-parent-pom-35 + #:tag-prefix "rel/commons-parent-"))) + (package + (inherit base) + (arguments + (substitute-keyword-arguments (package-arguments base) + ((#:phases phases) + `(modify-phases ,phases + (add-before 'install 'fix-pom + (lambda _ + ;; prevent junit-bom from leaking from the parent pom, since + ;; we don't package it yet. + (substitute* "pom.xml" + (("<scope>import</scope>") "<scope>test</scope>"))))))))))) + (define-public java-weld-parent-pom (hidden-package (package |
