gnu: Add maven-components-parent-pom-21.
* gnu/packages/maven-parent-pom.scm (maven-components-parent-pom-21): New variable.
This commit is contained in:
parent
b5710bbc4a
commit
c2cef73132
1 changed files with 12 additions and 0 deletions
|
@ -531,3 +531,15 @@ tool. This package contains the Maven parent POM.")
|
||||||
(description "This package contains the parent pom files for maven shared
|
(description "This package contains the parent pom files for maven shared
|
||||||
components.")
|
components.")
|
||||||
(license license:lgpl2.1+))))
|
(license license:lgpl2.1+))))
|
||||||
|
|
||||||
|
(define-public maven-components-parent-pom-21
|
||||||
|
(package
|
||||||
|
(inherit maven-components-parent-pom-22)
|
||||||
|
(source (origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (string-append "https://repo1.maven.org/maven2/org/apache/"
|
||||||
|
"maven/shared/maven-shared-components/21/"
|
||||||
|
"maven-shared-components-21.pom"))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"0cqa072fz55j5xyvixqv8vbd7jsbhb1cd14bzjvm0hbv2wpd9npf"))))))
|
||||||
|
|
Reference in a new issue