guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

11/13: gnu: Add java-modello-test.


From: julien lepiller
Subject: 11/13: gnu: Add java-modello-test.
Date: Sun, 25 Feb 2018 06:04:44 -0500 (EST)

roptat pushed a commit to branch master
in repository guix.

commit e470856017a705d4ba1881363717579e62f28671
Author: Julien Lepiller <address@hidden>
Date:   Sat Feb 10 23:23:38 2018 +0100

    gnu: Add java-modello-test.
    
    gnu/packages/java.scm (java-modello-test): New variable.
---
 gnu/packages/java.scm | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/gnu/packages/java.scm b/gnu/packages/java.scm
index 6d77967..f8bb5e5 100644
--- a/gnu/packages/java.scm
+++ b/gnu/packages/java.scm
@@ -2933,6 +2933,25 @@ XSD and documentation.")
     (description "Modello XML Plugin contains shared code for every plugins
 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
   (package
     (name "java-asm")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]