gnu: Add java-sonatype-spice-parent-pom-17.
* gnu/packages/maven-parent-pom.scm (java-sonatype-spice-parent-pom-17): New variable.
This commit is contained in:
parent
a98ff9b8ab
commit
03e792108c
1 changed files with 25 additions and 0 deletions
|
@ -233,3 +233,28 @@ other projects as their parent pom.")
|
||||||
(description "This package contains a single pom.xml file that is used by
|
(description "This package contains a single pom.xml file that is used by
|
||||||
other projects as their parent pom.")
|
other projects as their parent pom.")
|
||||||
(license license:asl2.0))))
|
(license license:asl2.0))))
|
||||||
|
|
||||||
|
(define-public java-sonatype-spice-parent-pom-17
|
||||||
|
(hidden-package
|
||||||
|
(package
|
||||||
|
(inherit java-sonatype-spice-parent-pom-15)
|
||||||
|
(version "17")
|
||||||
|
(source (origin
|
||||||
|
(method git-fetch)
|
||||||
|
(uri (git-reference
|
||||||
|
(url "https://github.com/sonatype/oss-parents")
|
||||||
|
(commit "spice-parent-17")))
|
||||||
|
(file-name (git-file-name "java-sonatype-spice-parent-pom" version))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"1d4jh1scgnjwhv8f0r052vrksg0kman09hslfvfvpfidl8rwiigq"))))
|
||||||
|
(arguments
|
||||||
|
`(#:tests? #f
|
||||||
|
#:phases
|
||||||
|
(modify-phases %standard-phases
|
||||||
|
(delete 'build)
|
||||||
|
(delete 'configure)
|
||||||
|
(replace 'install
|
||||||
|
(install-pom-file "spice-parent/pom.xml")))))
|
||||||
|
(propagated-inputs
|
||||||
|
`(("java-sonatype-forge-parent-pom-10" ,java-sonatype-forge-parent-pom-10))))))
|
||||||
|
|
Reference in a new issue