gnu: Add java-modello-test.

gnu/packages/java.scm (java-modello-test): New variable.
This commit is contained in:
Julien Lepiller 2018-02-10 23:23:38 +01:00
parent a0ce95ba8f
commit e470856017
No known key found for this signature in database
GPG Key ID: 43111F4520086A0C
1 changed files with 19 additions and 0 deletions

View File

@ -2933,6 +2933,25 @@ XSD and documentation.")
(description "Modello XML Plugin contains shared code for every plugins (description "Modello XML Plugin contains shared code for every plugins
working on XML representation of the model."))) working on XML representation of the model.")))
(define-public java-modello-test
(package
(inherit java-modello-core)
(name "java-modello-test")
(arguments
`(#:jar-name "modello-test.jar"
#:source-dir "modello-test/src/main/java"
#:tests? #f; no tests
#:jdk ,icedtea-8))
(inputs
`(("java-plexus-utils" ,java-plexus-utils)
("java-plexus-compiler-api" ,java-plexus-compiler-api)
("java-plexus-compiler-javac" ,java-plexus-compiler-javac)
("java-plexus-container-default" ,java-plexus-container-default)))
(synopsis "Modello test package")
(description "The modello test package contains the basis to create
Modello generator unit-tests, including sample models and xml files to test
every feature for every plugin.")))
(define-public java-asm (define-public java-asm
(package (package
(name "java-asm") (name "java-asm")