gnu: Add java-sonatype-spice-parent-pom-15.

* gnu/packages/maven-parent-pom.scm (java-sonatype-spice-parent-pom-15):
New variable.
This commit is contained in:
Julien Lepiller 2020-06-27 14:34:24 +02:00
parent 94f2bac18e
commit a98ff9b8ab
No known key found for this signature in database
GPG key ID: 53D457B2D636EE82

View file

@ -201,3 +201,35 @@ (define-public java-sonatype-forge-parent-pom-6
(define-public java-sonatype-forge-parent-pom-10
(make-java-sonatype-forge-parent-pom
"10" "1n89wb00q4s9nwpqq6q1h4nzakw1l1rppjygxkl3iid7m5fnj60n"))
(define-public java-sonatype-spice-parent-pom-15
(hidden-package
(package
(name "java-sonatype-spice-parent-pom")
(version "15")
(source (origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/sonatype/oss-parents")
;; The only commit where spice-parent is version 15
(commit "a4d1169c66fb21b214cb3eff2f056ec3e3695ca7")))
(file-name (git-file-name name version))
(sha256
(base32
"0h62h6m31srmqnd1bhyspz6hdhkkv48knkj0ximq3pzdixgzyxgy"))))
(build-system ant-build-system)
(propagated-inputs
`(("java-sonatype-forge-parent-pom-5" ,java-sonatype-forge-parent-pom-5)))
(arguments
`(#:tests? #f
#:phases
(modify-phases %standard-phases
(delete 'build)
(delete 'configure)
(replace 'install
(install-pom-file "pom.xml")))))
(home-page "https://github.com/sonatype/oss-parents")
(synopsis "Sonatype spice parent pom")
(description "This package contains a single pom.xml file that is used by
other projects as their parent pom.")
(license license:asl2.0))))