rename inputs to there package name
more/packages/java.scm
64 | 64 | (zero? (system* "antlr3" "-o" "buildSrc/src/main/java/com/sun/scenario/effect/compiler" | |
65 | 65 | "buildSrc/src/main/antlr/JSL.g"))))))) | |
66 | 66 | (inputs | |
67 | - | `(("antlr" ,antlr3) | |
68 | - | ("ST4" ,java-stringtemplate))) | |
67 | + | `(("antlr3" ,antlr3) | |
68 | + | ("java-stringtemplate" ,java-stringtemplate))) | |
69 | 69 | (native-inputs | |
70 | - | `(("junit" ,java-junit) | |
71 | - | ("hamcrest" ,java-hamcrest-core))) | |
70 | + | `(("java-junit" ,java-junit) | |
71 | + | ("java-hamcrest-core" ,java-hamcrest-core))) | |
72 | 72 | (home-page "http://openjdk.java.net/projects/openjfx/") | |
73 | 73 | (synopsis "") | |
74 | 74 | (description "") | |
… | |||
115 | 115 | (package (inherit java-openjfx) | |
116 | 116 | (name "java-openjfx-media") | |
117 | 117 | (inputs | |
118 | - | `(("graphics" ,java-openjfx-graphics) | |
119 | - | ("base" ,java-openjfx-base) | |
120 | - | ("openjfx" ,java-openjfx))) | |
118 | + | `(("java-openjxf-graphics" ,java-openjfx-graphics) | |
119 | + | ("java-openjxf-base" ,java-openjfx-base) | |
120 | + | ("java-openjfx" ,java-openjfx))) | |
121 | 121 | (arguments | |
122 | 122 | `(#:jar-name "java-openjfx-media.jar" | |
123 | 123 | #:source-dir "modules/media/src/main/java" | |
… | |||
137 | 137 | "03zfr6lw6ry643l6pbg0myg52clypxd0y0igd84dslchf3svvkb9")))) | |
138 | 138 | (build-system ant-build-system) | |
139 | 139 | (native-inputs | |
140 | - | `(("junit" ,java-junit))) | |
140 | + | `(("java-junit" ,java-junit))) | |
141 | 141 | (arguments | |
142 | 142 | `(#:jar-name "brotli-dec.jar" | |
143 | 143 | #:tests? #f; no test target | |
… | |||
163 | 163 | (base32 | |
164 | 164 | "1msfjbknfgx78j96fsiqk44r45plz10x9sw88flrpf3yaf4d3br1")))) | |
165 | 165 | (inputs | |
166 | - | `(("dec" ,java-brotli-dec) | |
166 | + | `(("java-brotli-dec" ,java-brotli-dec) | |
167 | 167 | ,@(package-inputs java-commons-compress))))) | |
168 | 168 | ||
169 | 169 | (define-public java-jmapviewer | |
… | |||
396 | 396 | #:tests? #f; no tests | |
397 | 397 | #:source-dir "src")) | |
398 | 398 | (inputs | |
399 | - | `(("bcprov" ,java-bouncycastle-bcprov) | |
400 | - | ("bcpkix" ,java-bouncycastle-bcpkix))) | |
399 | + | `(("java-bouncycastle-bcprov" ,java-bouncycastle-bcprov) | |
400 | + | ("java-bouncycastle-bcpkix" ,java-bouncycastle-bcpkix))) | |
401 | 401 | (native-inputs | |
402 | - | `(("junit" ,java-junit))) | |
402 | + | `(("java-junit" ,java-junit))) | |
403 | 403 | (home-page "https://www.bouncycastle.org") | |
404 | 404 | (synopsis "Cryptographic library") | |
405 | 405 | (description "") | |
… | |||
468 | 468 | `(#:jar-name "java-jboss-el-api_spec.jar" | |
469 | 469 | #:jdk ,icedtea-8)) | |
470 | 470 | (inputs | |
471 | - | `(("junit" ,java-junit))) | |
471 | + | `(("java-junit" ,java-junit))) | |
472 | 472 | (home-page "https://github.com/jboss/jboss-el-api_spec") | |
473 | 473 | (synopsis "") | |
474 | 474 | (description "") | |
… | |||
493 | 493 | #:source-dir "src/main/java" | |
494 | 494 | #:tests? #f)); no tests | |
495 | 495 | (inputs | |
496 | - | `(("cdi-api" ,java-cdi-api) | |
497 | - | ("interceptors" ,java-jboss-interceptors-api-spec))) | |
496 | + | `(("java-cdi-api" ,java-cdi-api) | |
497 | + | ("java-jboss-interceptors-api-spec" ,java-jboss-interceptors-api-spec))) | |
498 | 498 | (home-page "https://github.com/jboss/jboss-transaction-api_spec") | |
499 | 499 | (synopsis "") | |
500 | 500 | (description "") | |
… | |||
538 | 538 | (mkdir-p "build/classes") | |
539 | 539 | (copy-file "aspectj_1_5_0.dtd" "build/classes/aspectj_1_5_0.dtd")))))) | |
540 | 540 | (inputs | |
541 | - | `(("commons-logging" ,java-commons-logging-minimal) | |
542 | - | ("asm" ,java-asm))) | |
541 | + | `(("java-commons-logging-minimal" ,java-commons-logging-minimal) | |
542 | + | ("java-asm" ,java-asm))) | |
543 | 543 | (home-page "https://www.eclipse.org/aspectj") | |
544 | 544 | (synopsis "") | |
545 | 545 | (description "") | |
… | |||
578 | 578 | (lambda* (#:key inputs #:allow-other-keys) | |
579 | 579 | (copy-recursively (assoc-ref inputs "resources") "../test-resources")))))) | |
580 | 580 | (native-inputs | |
581 | - | `(("junit" ,java-junit) | |
582 | - | ("mockito" ,java-mockito-1) | |
583 | - | ("hamcrest" ,java-hamcrest-all) | |
584 | - | ("objenesis" ,java-objenesis) | |
585 | - | ("asm" ,java-asm) | |
586 | - | ("cglib" ,java-cglib) | |
581 | + | `(("java-junit" ,java-junit) | |
582 | + | ("java-mockito-1" ,java-mockito-1) | |
583 | + | ("java-hamcrest-all" ,java-hamcrest-all) | |
584 | + | ("java-objenesis" ,java-objenesis) | |
585 | + | ("java-asm" ,java-asm) | |
586 | + | ("java-cglib" ,java-cglib) | |
587 | 587 | ("resources" ,java-xmlunit-test-resources))) | |
588 | 588 | (home-page "https://github.com/xmlunit/xmlunit") | |
589 | 589 | (synopsis "") | |
… | |||
599 | 599 | #:source-dir "xmlunit-legacy/src/main/java" | |
600 | 600 | #:test-dir "xmlunit-legacy/src/test")) | |
601 | 601 | (inputs | |
602 | - | `(("xmlunit" ,java-xmlunit) | |
603 | - | ("junit" ,java-junit))) | |
602 | + | `(("java-xmlunit" ,java-xmlunit) | |
603 | + | ("java-junit" ,java-junit))) | |
604 | 604 | (native-inputs | |
605 | - | `(("mockito" ,java-mockito-1))))) | |
605 | + | `(("java-mockito-1" ,java-mockito-1))))) | |
606 | 606 | ||
607 | 607 | (define-public java-spring-framework-core | |
608 | 608 | (package | |
… | |||
663 | 663 | (copy-file file (string-append dir file))) | |
664 | 664 | (find-files "." ".*"))))))))) | |
665 | 665 | (inputs | |
666 | - | `(("logging" ,java-commons-logging-minimal) | |
666 | + | `(("java-commons-logging-minimal" ,java-commons-logging-minimal) | |
667 | 667 | ("java-jopt-simple" ,java-jopt-simple) | |
668 | 668 | ("java-commons-codec" ,java-commons-codec) | |
669 | 669 | ("java-log4j-1.2-api" ,java-log4j-1.2-api) | |
670 | - | ("objenesis" ,java-objenesis) | |
671 | - | ("cglib" ,java-cglib) | |
672 | - | ("weaver" ,java-aspectj-weaver))) | |
670 | + | ("java-objenesis" ,java-objenesis) | |
671 | + | ("java-cglib" ,java-cglib) | |
672 | + | ("java-aspectj-weaver" ,java-aspectj-weaver))) | |
673 | 673 | (native-inputs | |
674 | - | `(("junit" ,java-junit) | |
675 | - | ("hamcrest" ,java-hamcrest-all) | |
676 | - | ("asm" ,java-asm) | |
674 | + | `(("java-junit" ,java-junit) | |
675 | + | ("java-hamcrest-all" ,java-hamcrest-all) | |
676 | + | ("java-asm" ,java-asm) | |
677 | 677 | ("java-jboss-annotations-api-spec" ,java-jboss-annotations-api-spec) | |
678 | 678 | ("java-xmlunit-legacy" ,java-xmlunit-legacy) | |
679 | 679 | ("java-xmlunit" ,java-xmlunit) | |
680 | - | ("java-mockito" ,java-mockito-1))) | |
680 | + | ("java-mockito-1" ,java-mockito-1))) | |
681 | 681 | (build-system ant-build-system) | |
682 | 682 | (home-page "https://projects.spring.io/spring-framework/") | |
683 | 683 | (synopsis "") | |
… | |||
696 | 696 | ; `(("core" ,java-spring-framework-core) | |
697 | 697 | ; ("aspectj" ,java-aspectj-weaver) | |
698 | 698 | ; ("tomcat" ,java-tomcat) | |
699 | - | ; ("logging" ,java-commons-logging-minimal))) | |
699 | + | ; ("java-commons-logging-minimal" ,java-commons-logging-minimal))) | |
700 | 700 | ; (native-inputs '()))) | |
701 | 701 | ; | |
702 | 702 | ;(define-public java-spring-framework-test | |
… | |||
712 | 712 | ; ("http" ,java-spring-framework-web) | |
713 | 713 | ; ("aspectj" ,java-aspectj-weaver) | |
714 | 714 | ; ("tomcat" ,java-tomcat) | |
715 | - | ; ("logging" ,java-commons-logging-minimal))) | |
715 | + | ; ("java-commons-logging-minimal" ,java-commons-logging-minimal))) | |
716 | 716 | ; (native-inputs '()))) | |
717 | 717 | ; | |
718 | 718 | ;(define-public java-spring-framework-aop | |
… | |||
727 | 727 | ; `(("core" ,java-spring-framework-core) | |
728 | 728 | ; ("beans" ,java-spring-framework-beans) | |
729 | 729 | ; ("aspectj" ,java-aspectj-weaver) | |
730 | - | ; ("logging" ,java-commons-logging-minimal))) | |
730 | + | ; ("java-commons-logging-minimal" ,java-commons-logging-minimal))) | |
731 | 731 | ; (native-inputs '()))) | |
732 | 732 | ; | |
733 | 733 | ;(define-public java-spring-framework-beans | |
… | |||
750 | 750 | ; "net.sf.cglib.core.DefaultGeneratorStrategy"))))))) | |
751 | 751 | ; (inputs | |
752 | 752 | ; `(("core" ,java-spring-framework-core) | |
753 | - | ; ("cglib" ,java-cglib) | |
753 | + | ; ("java-cglib" ,java-cglib) | |
754 | 754 | ; ("inject" ,java-javax-inject) | |
755 | 755 | ; ("snakeyaml" ,java-snakeyaml) | |
756 | 756 | ; ("el" ,java-jboss-el-api-spec) | |
757 | 757 | ; ("aspectj" ,java-aspectj-weaver) | |
758 | - | ; ("logging" ,java-commons-logging-minimal))) | |
758 | + | ; ("java-commons-logging-minimal" ,java-commons-logging-minimal))) | |
759 | 759 | ; (native-inputs | |
760 | - | ; `(("junit" ,java-junit) | |
761 | - | ; ("hamcrest" ,java-hamcrest-all) | |
760 | + | ; `(("java-junit" ,java-junit) | |
761 | + | ; ("java-hamcrest-all" ,java-hamcrest-all) | |
762 | 762 | ; ("test" ,java-spring-framework-test) | |
763 | - | ; ("mockito" ,java-mockito-1))))) | |
763 | + | ; ("java-mockito-1" ,java-mockito-1))))) | |
764 | 764 | ; | |
765 | 765 | ;(define-public java-spring-framework-context | |
766 | 766 | ; (package (inherit java-spring-framework-core) | |
… | |||
795 | 795 | #:tests? #f)); FIXME: circular dependencies | |
796 | 796 | (build-system ant-build-system) | |
797 | 797 | (native-inputs | |
798 | - | `(("junit" ,java-junit))) | |
798 | + | `(("java-junit" ,java-junit))) | |
799 | 799 | (home-page "https://lucene.apache.org/") | |
800 | 800 | (synopsis "") | |
801 | 801 | (description "") | |
… | |||
812 | 812 | #:test-dir "queries/src/test" | |
813 | 813 | #:tests? #f));; FIXME: not in java subdirectory | |
814 | 814 | (inputs | |
815 | - | `(("lucene" ,java-lucene-core))))) | |
815 | + | `(("java-lucene-core" ,java-lucene-core))))) | |
816 | 816 | ||
817 | 817 | (define-public java-lucene-sandbox | |
818 | 818 | (package | |
… | |||
825 | 825 | #:test-dir "sandbox/src/test" | |
826 | 826 | #:tests? #f));; FIXME: not in java subdirectory | |
827 | 827 | (inputs | |
828 | - | `(("lucene" ,java-lucene-core) | |
829 | - | ("queries" ,java-lucene-queries))))) | |
828 | + | `(("java-lucene-core" ,java-lucene-core) | |
829 | + | ("java-lucene-queries" ,java-lucene-queries))))) | |
830 | 830 | ||
831 | 831 | (define-public java-lucene-queryparser | |
832 | 832 | (package | |
… | |||
839 | 839 | #:test-dir "queryparser/src/test" | |
840 | 840 | #:tests? #f));; FIXME: not in java subdirectory | |
841 | 841 | (inputs | |
842 | - | `(("lucene" ,java-lucene-core) | |
843 | - | ("sandbox" ,java-lucene-sandbox) | |
844 | - | ("queries" ,java-lucene-queries))))) | |
842 | + | `(("java-lucene-core" ,java-lucene-core) | |
843 | + | ("java-lucene-sandbox" ,java-lucene-sandbox) | |
844 | + | ("java-lucene-queries" ,java-lucene-queries))))) | |
845 | 845 | ||
846 | 846 | (define-public java-jts | |
847 | 847 | (package | |
… | |||
861 | 861 | #:test-dir "modules/core/src/test" | |
862 | 862 | #:tests? #f)); requires swingui from junit3 | |
863 | 863 | (native-inputs | |
864 | - | `(("junit" ,java-junit))) | |
864 | + | `(("java-junit" ,java-junit))) | |
865 | 865 | (home-page "") | |
866 | 866 | (synopsis "") | |
867 | 867 | (description "") | |
… | |||
897 | 897 | (substitute* "h2/src/main/org/h2/fulltext/FullTextLucene.java" | |
898 | 898 | (("queryParser.QueryParser") "queryparser.classic.QueryParser"))))))) | |
899 | 899 | (inputs | |
900 | - | `(("osgi" ,java-osgi-framework) | |
901 | - | ("tomcat" ,java-tomcat) | |
902 | - | ("jts" ,java-jts) | |
903 | - | ("lucene" ,java-lucene-core) | |
904 | - | ("lucene-queryparser" ,java-lucene-queryparser) | |
905 | - | ("slf4j" ,java-slf4j-api) | |
906 | - | ("osgi-service-jdbc" ,java-osgi-service-jdbc))) | |
900 | + | `(("java-osgi-framework" ,java-osgi-framework) | |
901 | + | ("java-tomcat" ,java-tomcat) | |
902 | + | ("java-jts" ,java-jts) | |
903 | + | ("java-lucene-core" ,java-lucene-core) | |
904 | + | ("java-lucene-queryparser" ,java-lucene-queryparser) | |
905 | + | ("java-slf4j-api" ,java-slf4j-api) | |
906 | + | ("java-osgi-service-jdbc" ,java-osgi-service-jdbc))) | |
907 | 907 | (home-page "http://h2database.com") | |
908 | 908 | (synopsis "") | |
909 | 909 | (description "") | |
… | |||
971 | 971 | "}\n" | |
972 | 972 | "public Bundle getBundle()")))))))) | |
973 | 973 | (inputs | |
974 | - | `(("framework" ,java-osgi-framework) | |
975 | - | ("log" ,java-osgi-service-log) | |
976 | - | ("cm" ,java-osgi-service-cm) | |
977 | - | ("tracker" ,java-osgi-util-tracker))) | |
974 | + | `(("java-osgi-framework" ,java-osgi-framework) | |
975 | + | ("java-osgi-service-log" ,java-osgi-service-log) | |
976 | + | ("java-osgi-service-cm" ,java-osgi-service-cm) | |
977 | + | ("java-osgi-util-tracker" ,java-osgi-util-tracker))) | |
978 | 978 | (native-inputs | |
979 | - | `(("junit" ,java-junit) | |
980 | - | ("hamcrest" ,java-hamcrest-core))) | |
979 | + | `(("java-junit" ,java-junit) | |
980 | + | ("java-hamcrest-core" ,java-hamcrest-core))) | |
981 | 981 | (home-page "") | |
982 | 982 | (synopsis "") | |
983 | 983 | (description "") | |
… | |||
1000 | 1000 | `(#:jar-name "felix-resolver.jar" | |
1001 | 1001 | #:source-dir "src/main/java")) | |
1002 | 1002 | (inputs | |
1003 | - | `(("resource" ,java-osgi-resource) | |
1004 | - | ("framework" ,java-osgi-framework))) | |
1003 | + | `(("java-osgi-resource" ,java-osgi-resource) | |
1004 | + | ("java-osgi-framework" ,java-osgi-framework))) | |
1005 | 1005 | (native-inputs | |
1006 | - | `(("junit" ,java-junit) | |
1007 | - | ("mockito" ,java-mockito-1) | |
1008 | - | ("utils" ,java-apache-felix-utils) | |
1009 | - | ("hamcrest" ,java-hamcrest-core) | |
1010 | - | ("cglib" ,java-cglib) | |
1011 | - | ("asm" ,java-asm) | |
1012 | - | ("objenesis" ,java-objenesis))) | |
1006 | + | `(("java-junit" ,java-junit) | |
1007 | + | ("java-mockito-1" ,java-mockito-1) | |
1008 | + | ("java-apache-felix-utils" ,java-apache-felix-utils) | |
1009 | + | ("java-hamcrest-core" ,java-hamcrest-core) | |
1010 | + | ("java-cglib" ,java-cglib) | |
1011 | + | ("java-asm" ,java-asm) | |
1012 | + | ("java-objenesis" ,java-objenesis))) | |
1013 | 1013 | (home-page "") | |
1014 | 1014 | (synopsis "") | |
1015 | 1015 | (description "") | |
… | |||
1033 | 1033 | #:source-dir "src/main/java" | |
1034 | 1034 | #:tests? #f)); tests require easymock 2, but we have easymock 3 | |
1035 | 1035 | (inputs | |
1036 | - | `(("osgi-annotation" ,java-osgi-annotation) | |
1037 | - | ("resolver" ,java-apache-felix-resolver) | |
1038 | - | ("osgi-service-resolver" ,java-osgi-service-resolver))) | |
1036 | + | `(("java-osgi-annotation" ,java-osgi-annotation) | |
1037 | + | ("java-apache-felix-resolver" ,java-apache-felix-resolver) | |
1038 | + | ("java-osgi-service-resolver" ,java-osgi-service-resolver))) | |
1039 | 1039 | (native-inputs | |
1040 | - | `(("junit" ,java-junit) | |
1041 | - | ("hamcrest" ,java-hamcrest-core) | |
1042 | - | ("asm" ,java-asm) | |
1043 | - | ("easymock" ,java-easymock) | |
1044 | - | ("mockito" ,java-mockito-1))) | |
1040 | + | `(("java-junit" ,java-junit) | |
1041 | + | ("java-hamcrest-core" ,java-hamcrest-core) | |
1042 | + | ("java-asm" ,java-asm) | |
1043 | + | ("java-easymock" ,java-easymock) | |
1044 | + | ("java-mockito-1" ,java-mockito-1))) | |
1045 | 1045 | (home-page "https://felix.apache.org/") | |
1046 | 1046 | (synopsis "") | |
1047 | 1047 | (description "") | |
… | |||
1124 | 1124 | #:tests? #f; FIXME: not in the java subdirectory | |
1125 | 1125 | #:test-dir "src/test")) | |
1126 | 1126 | (inputs | |
1127 | - | `(("log" ,java-avalon-logkit))) | |
1127 | + | `(("java-avalon-logkit" ,java-avalon-logkit))) | |
1128 | 1128 | (native-inputs | |
1129 | - | `(("junit" ,java-junit))) | |
1129 | + | `(("java-junit" ,java-junit))) | |
1130 | 1130 | (home-page "") | |
1131 | 1131 | (synopsis "") | |
1132 | 1132 | (description "") | |
… | |||
1156 | 1156 | (lambda _ | |
1157 | 1157 | (copy-recursively "src/test/resources" "build/test-classes")))))) | |
1158 | 1158 | (inputs | |
1159 | - | `(("logging" ,java-commons-logging-minimal) | |
1160 | - | ("cglib" ,java-cglib) | |
1161 | - | ("beanutils", java-commons-beanutils))) | |
1159 | + | `(("java-commons-logging-minimal" ,java-commons-logging-minimal) | |
1160 | + | ("java-cglib" ,java-cglib) | |
1161 | + | ("java-commons-beanutils", java-commons-beanutils))) | |
1162 | 1162 | (native-inputs | |
1163 | - | `(("junit" ,java-junit) | |
1164 | - | ("hamcrest" ,java-hamcrest-core))) | |
1163 | + | `(("java-junit" ,java-junit) | |
1164 | + | ("java-hamcrest-core" ,java-hamcrest-core))) | |
1165 | 1165 | (home-page "https://commons.apache.org/proper/commons-digester/") | |
1166 | 1166 | (synopsis "") | |
1167 | 1167 | (description "") | |
… | |||
1228 | 1228 | (("createDigester\\(rulesUrl\\)") | |
1229 | 1229 | "newLoader(rulesModule(rulesUrl)).newDigester()"))))))) | |
1230 | 1230 | (inputs | |
1231 | - | `(("digester" ,java-commons-digester) | |
1232 | - | ("beanutils" ,java-commons-beanutils) | |
1233 | - | ("collections" ,java-commons-collections) | |
1234 | - | ("logging" ,java-commons-logging-minimal))) | |
1231 | + | `(("java-commons-digester" ,java-commons-digester) | |
1232 | + | ("java-commons-beanutils" ,java-commons-beanutils) | |
1233 | + | ("java-commons-collections" ,java-commons-collections) | |
1234 | + | ("java-commons-logging-minimal" ,java-commons-logging-minimal))) | |
1235 | 1235 | (native-inputs | |
1236 | - | `(("junit" ,java-junit))) | |
1236 | + | `(("java-junit" ,java-junit))) | |
1237 | 1237 | (home-page "https://commons.apache.org/proper/commons-validator") | |
1238 | 1238 | (synopsis "") | |
1239 | 1239 | (description "") | |
… | |||
1284 | 1284 | ; (assoc-ref inputs "docbook-xml")) | |
1285 | 1285 | ; ))))))) | |
1286 | 1286 | (inputs | |
1287 | - | `(("javassist" ,java-jboss-javassist))) | |
1287 | + | `(("java-jboos-javassist" ,java-jboss-javassist))) | |
1288 | 1288 | (native-inputs | |
1289 | - | `(("junit" ,java-junit) | |
1290 | - | ("hamcrest" ,java-hamcrest-core) | |
1289 | + | `(("java-junit" ,java-junit) | |
1290 | + | ("java-hamcrest-core" ,java-hamcrest-core) | |
1291 | 1291 | ("docbook-xml" ,docbook-xml) | |
1292 | 1292 | ("docbook-xsl" ,docbook-xsl) | |
1293 | 1293 | ("libxml2" ,libxml2))) | |
… | |||
1313 | 1313 | #:source-dir "src/core/src/main/java" | |
1314 | 1314 | #:test-dir "src/core/src/test")) | |
1315 | 1315 | (inputs | |
1316 | - | `(("log4j" ,java-log4j-api) | |
1317 | - | ("lang3" ,java-commons-lang3) | |
1318 | - | ("io" ,java-commons-io) | |
1319 | - | ("logging" ,java-commons-logging-minimal) | |
1320 | - | ("servlet" ,java-classpathx-servletapi) | |
1321 | - | ("ognl" ,java-ognl) | |
1322 | - | ("velocity" ,java-velocity) | |
1323 | - | ("testng" ,java-testng))) | |
1316 | + | `(("java-log4j-api" ,java-log4j-api) | |
1317 | + | ("java-commons-lang3" ,java-commons-lang3) | |
1318 | + | ("java-commons-io" ,java-commons-io) | |
1319 | + | ("java-commons-logging-minimal" ,java-commons-logging-minimal) | |
1320 | + | ("java-classpathx-servletapi" ,java-classpathx-servletapi) | |
1321 | + | ("java-ognl" ,java-ognl) | |
1322 | + | ("java-velocity" ,java-velocity) | |
1323 | + | ("java-testng" ,java-testng))) | |
1324 | 1324 | (native-inputs | |
1325 | - | `(("junit" ,java-junit) | |
1325 | + | `(("java-junit" ,java-junit) | |
1326 | 1326 | ("unzip" ,unzip))) | |
1327 | 1327 | (home-page "https://struts.apache.org/") | |
1328 | 1328 | (synopsis "") | |
… | |||
1432 | 1432 | "/main/java/org/apache/velocity/runtime/parser") | |
1433 | 1433 | "velocity-engine-core/src/main/java/org/apache/velocity/runtime/parser/Parser.jj")))))))) | |
1434 | 1434 | (native-inputs | |
1435 | - | `(("javacc" ,java-javacc-5))) | |
1435 | + | `(("java-javacc-5" ,java-javacc-5))) | |
1436 | 1436 | (propagated-inputs '()) | |
1437 | 1437 | (inputs | |
1438 | 1438 | `(("java-commons-collections" ,java-commons-collections) | |
… | |||
1478 | 1478 | (copy-file "../bin/velocity-tools-2.0.jar" | |
1479 | 1479 | (string-append dir "/velocity-tools-2.0.jar")))))))) | |
1480 | 1480 | (inputs | |
1481 | - | `(("dom4j" ,java-dom4j) | |
1482 | - | ("velocity" ,java-velocity) | |
1483 | - | ("digester" ,java-commons-digester) | |
1484 | - | ("validator" ,java-commons-validator) | |
1485 | - | ("beanutils", java-commons-beanutils))) | |
1481 | + | `(("java-dom4j" ,java-dom4j) | |
1482 | + | ("java-velocity" ,java-velocity) | |
1483 | + | ("java-commons-digester" ,java-commons-digester) | |
1484 | + | ("java-commons-validator" ,java-commons-validator) | |
1485 | + | ("java-commons-beanutils", java-commons-beanutils))) | |
1486 | 1486 | ;; apache struts | |
1487 | 1487 | (home-page "https://velocity.apache.org/tools/devel") | |
1488 | 1488 | (synopsis "") | |
… | |||
1550 | 1550 | #:source-dir "httpcore/src/main" | |
1551 | 1551 | #:test-dir "httpcore/src/test")) | |
1552 | 1552 | (native-inputs | |
1553 | - | `(("junit" ,java-junit) | |
1554 | - | ("logging" ,java-commons-logging-minimal) | |
1553 | + | `(("java-junit" ,java-junit) | |
1554 | + | ("java-commons-logging-minimal" ,java-commons-logging-minimal) | |
1555 | 1555 | ("lang3" ,java-commons-lang3) | |
1556 | - | ("mockito" ,java-mockito-1))) | |
1556 | + | ("java-mockito-1" ,java-mockito-1))) | |
1557 | 1557 | (home-page "https://hc.apache.org/") | |
1558 | 1558 | (synopsis "") | |
1559 | 1559 | (description "") | |
… | |||
1577 | 1577 | #:source-dir "httpclient/src/main" | |
1578 | 1578 | #:test-dir "httpclient/src/test")) | |
1579 | 1579 | (inputs | |
1580 | - | `(("core" ,java-httpcomponents-core) | |
1581 | - | ("codec" ,java-commons-codec) | |
1582 | - | ("logging" ,java-commons-logging-minimal))) | |
1580 | + | `(("java-httpcomponents-core" ,java-httpcomponents-core) | |
1581 | + | ("java-commons-codec" ,java-commons-codec) | |
1582 | + | ("java-commons-logging-minimal" ,java-commons-logging-minimal))) | |
1583 | 1583 | (native-inputs | |
1584 | - | `(("junit" ,java-junit) | |
1585 | - | ("mockito" ,java-mockito-1) | |
1586 | - | ("hamcrest" ,java-hamcrest-core))) | |
1584 | + | `(("java-junit" ,java-junit) | |
1585 | + | ("java-mockito-1" ,java-mockito-1) | |
1586 | + | ("java-hamcrest-core" ,java-hamcrest-core))) | |
1587 | 1587 | (home-page "https://hc.apache.org/") | |
1588 | 1588 | (synopsis "") | |
1589 | 1589 | (description "") | |
… | |||
1606 | 1606 | #:source-dir "gson/src/main/java" | |
1607 | 1607 | #:test-dir "gson/src/test")) | |
1608 | 1608 | (native-inputs | |
1609 | - | `(("junit" ,java-junit) | |
1610 | - | ("hamcrest" ,java-hamcrest-core))) | |
1609 | + | `(("java-junit" ,java-junit) | |
1610 | + | ("java-hamcrest-core" ,java-hamcrest-core))) | |
1611 | 1611 | (home-page "") | |
1612 | 1612 | (synopsis "") | |
1613 | 1613 | (description "") | |
… | |||
1640 | 1640 | (copy-file file dist))) | |
1641 | 1641 | (find-files "." ".*.properties"))))))))) | |
1642 | 1642 | (native-inputs | |
1643 | - | `(("junit" ,java-junit) | |
1644 | - | ("hamcrest" ,java-hamcrest-core) | |
1643 | + | `(("java-junit" ,java-junit) | |
1644 | + | ("java-hamcrest-core" ,java-hamcrest-core) | |
1645 | 1645 | ("gson" ,java-gson))) | |
1646 | 1646 | (home-page "https://jsoup.org") | |
1647 | 1647 | (synopsis "HTML Parser") | |
… | |||
1704 | 1704 | target))))))) | |
1705 | 1705 | (build-system ant-build-system) | |
1706 | 1706 | (inputs | |
1707 | - | `(("cglib" ,java-cglib))) | |
1707 | + | `(("java-cglib" ,java-cglib))) | |
1708 | 1708 | (native-inputs | |
1709 | 1709 | `(("java-junit" ,java-junit) | |
1710 | - | ("java-hamcrest" ,java-hamcrest-core) | |
1711 | - | ("asm" ,java-asm) | |
1712 | - | ("objenesis" ,java-objenesis))) | |
1710 | + | ("java-hamcrest-core" ,java-hamcrest-core) | |
1711 | + | ("java-asm" ,java-asm) | |
1712 | + | ("java-objenesis" ,java-objenesis))) | |
1713 | 1713 | (home-page "https://commons.apache.org/proper/commons-pool") | |
1714 | 1714 | (synopsis "") | |
1715 | 1715 | (description "") | |
… | |||
1746 | 1746 | #t))))) | |
1747 | 1747 | (inputs | |
1748 | 1748 | `(("java-javax-inject" ,java-javax-inject) | |
1749 | - | ("javax-el" ,java-jboss-el-api-spec) | |
1750 | - | ("javax-interceptors" ,java-jboss-interceptors-api-spec))) | |
1749 | + | ("java-jboss-el-api-spec" ,java-jboss-el-api-spec) | |
1750 | + | ("java-jboss-interceptors-api-spec" ,java-jboss-interceptors-api-spec))) | |
1751 | 1751 | (native-inputs | |
1752 | - | `(("testng" ,java-testng) | |
1753 | - | ("hamcrest" ,java-hamcrest-core))) | |
1752 | + | `(("java-testng" ,java-testng) | |
1753 | + | ("java-hamcrest-core" ,java-hamcrest-core))) | |
1754 | 1754 | (home-page "") | |
1755 | 1755 | (synopsis "") | |
1756 | 1756 | (description "") | |
… | |||
1842 | 1842 | ("java-commons-dbcp" ,java-commons-dbcp2) | |
1843 | 1843 | ("java-velocity" ,java-velocity))) | |
1844 | 1844 | (native-inputs | |
1845 | - | `(("junit" ,java-junit))) | |
1845 | + | `(("java-junit" ,java-junit))) | |
1846 | 1846 | (home-page "https://commons.apache.org/proper/commons-jcs/") | |
1847 | 1847 | (synopsis "") | |
1848 | 1848 | (description "") | |
… | |||
1889 | 1889 | (symlink (string-append bin "/javacc") | |
1890 | 1890 | (string-append bin "/jjtree")))))))) | |
1891 | 1891 | (native-inputs | |
1892 | - | `(("junit" ,java-junit))) | |
1892 | + | `(("java-junit" ,java-junit))) | |
1893 | 1893 | (home-page "https://javacc.org") | |
1894 | 1894 | (synopsis "") | |
1895 | 1895 | (description "") | |
… | |||
1971 | 1971 | #:source-dir "org.abego.treelayout/src/main/java" | |
1972 | 1972 | #:test-dir "org.abego.treelayout/src/test")) | |
1973 | 1973 | (inputs | |
1974 | - | `(("junit" ,java-junit))) | |
1974 | + | `(("java-junit" ,java-junit))) | |
1975 | 1975 | (native-inputs | |
1976 | - | `(("hamcrest" ,java-hamcrest-core))) | |
1976 | + | `(("java-hamcrest-core" ,java-hamcrest-core))) | |
1977 | 1977 | (home-page "http://treelayout.sourceforge.net") | |
1978 | 1978 | (synopsis "") | |
1979 | 1979 | (description "") | |
… | |||
1997 | 1997 | `(#:jar-name "commons-cli-1.4.jar" | |
1998 | 1998 | #:tests? #f)) | |
1999 | 1999 | (native-inputs | |
2000 | - | `(("junit" ,java-junit))) | |
2000 | + | `(("java-junit" ,java-junit))) | |
2001 | 2001 | (home-page "https://commons.apache.org/proper/commons-cli") | |
2002 | 2002 | (synopsis "Java API for parsing command line options passed to programs") | |
2003 | 2003 | (description "Apache Commons CLI library provides an API for parsing command | |
… | |||
2096 | 2096 | #:jdk ,icedtea-8)) | |
2097 | 2097 | (native-inputs | |
2098 | 2098 | `(("guice" ,java-guice) | |
2099 | - | ("junit" ,java-junit))) | |
2099 | + | ("java-junit" ,java-junit))) | |
2100 | 2100 | (home-page "https://github.com/square/javapoet") | |
2101 | 2101 | (synopsis "") | |
2102 | 2102 | (description "") | |
… | |||
2121 | 2121 | #:jdk ,icedtea-8 | |
2122 | 2122 | #:tests? #f)) | |
2123 | 2123 | (inputs | |
2124 | - | `(("guava" ,java-guava) | |
2125 | - | ("javapoet" ,java-javapoet))) | |
2124 | + | `(("java-guava" ,java-guava) | |
2125 | + | ("java-javapoet" ,java-javapoet))) | |
2126 | 2126 | (home-page "https://github.com/google/auto/tree/master/value") | |
2127 | 2127 | (synopsis "") | |
2128 | 2128 | (description "") | |
… | |||
2163 | 2163 | `(("guava" ,java-guava) | |
2164 | 2164 | ("java-jsr305" ,java-jsr305))) | |
2165 | 2165 | (native-inputs | |
2166 | - | `(("junit" ,java-junit))) | |
2166 | + | `(("java-junit" ,java-junit))) | |
2167 | 2167 | (build-system ant-build-system) | |
2168 | 2168 | (home-page "https://github.com/KengoTODA/java-diff-utils") | |
2169 | 2169 | (synopsis "") | |
… | |||
2311 | 2311 | "1350yl003y1fjzdwis0dg5jhi5kggk2sxnkv9821z5janw4p986m")))) | |
2312 | 2312 | (build-system ant-build-system) | |
2313 | 2313 | (propagated-inputs | |
2314 | - | `(("asm" ,java-asm))) | |
2314 | + | `(("java-asm" ,java-asm))) | |
2315 | 2315 | (arguments | |
2316 | 2316 | `(#:tests? #f | |
2317 | 2317 | #:jar-name (string-append ,name "-" ,version ".jar") | |
… | |||
2402 | 2402 | (inputs | |
2403 | 2403 | `(("java-guava" ,java-guava))) | |
2404 | 2404 | (native-inputs | |
2405 | - | `(("junit" ,java-junit) | |
2406 | - | ("hamcrest" ,java-hamcrest-core))) | |
2405 | + | `(("java-junit" ,java-junit) | |
2406 | + | ("java-hamcrest-core" ,java-hamcrest-core))) | |
2407 | 2407 | (home-page "") | |
2408 | 2408 | (synopsis "") | |
2409 | 2409 | (description "") | |
… | |||
2464 | 2464 | (inputs | |
2465 | 2465 | `(("java-joda-convert" ,java-joda-convert))) | |
2466 | 2466 | (native-inputs | |
2467 | - | `(("junit" ,java-junit) | |
2468 | - | ("hamcrest" ,java-hamcrest-core) | |
2467 | + | `(("java-junit" ,java-junit) | |
2468 | + | ("java-hamcrest-core" ,java-hamcrest-core) | |
2469 | 2469 | ("tzdata" ,tzdata))) | |
2470 | 2470 | (home-page "") | |
2471 | 2471 | (synopsis "") | |
… | |||
2493 | 2493 | "**/BadgerFishDOMTest.java" | |
2494 | 2494 | "**/MappedDOMTest.java"))) | |
2495 | 2495 | (native-inputs | |
2496 | - | `(("junit" ,java-junit))) | |
2496 | + | `(("java-junit" ,java-junit))) | |
2497 | 2497 | (home-page "") | |
2498 | 2498 | (synopsis "") | |
2499 | 2499 | (description "") | |
… | |||
2545 | 2545 | `(#:jar-name (string-append "xml-resolver.jar") | |
2546 | 2546 | #:tests? #f)); no tests | |
2547 | 2547 | (native-inputs | |
2548 | - | `(("junit" ,java-junit))) | |
2548 | + | `(("java-junit" ,java-junit))) | |
2549 | 2549 | (home-page "http://xerces.apache.org/xml-commons/") | |
2550 | 2550 | (synopsis "") | |
2551 | 2551 | (description "TODO") | |
… | |||
2569 | 2569 | #:source-dir ".." | |
2570 | 2570 | #:tests? #f)); no tests | |
2571 | 2571 | ;; TODO: Debian builds several jars out of this: jaxp-1.4.jar, | |
2572 | - | ;; xml-apis.jar and xml-apis-1.4.01.jar. Additionally it adds maven-repo | |
2573 | - | ;; data (.pom). The poms get fetch directly using wget, see | |
2574 | - | ;; <https://anonscm.debian.org/viewvc/pkg-java/trunk/libjaxp1.3-java/debian/rules?revision=15402&view=markup> | |
2572 | + | ;; xml-apis.jar and xml-apis-1.4.01.jar. | |
2575 | 2573 | (home-page "http://xerces.apache.org/xml-commons/") | |
2576 | 2574 | (synopsis "Java XML parser and transformer APIs (DOM, SAX, JAXP, TrAX)") | |
2577 | 2575 | (description "xml-apis.jar from the Apache XML Commons project is used by | |
… | |||
2654 | 2652 | enable normalization checking as described in section 2.13 of this | |
2655 | 2653 | specification. It also handles namespaces according to the XML Namespaces 1.1 | |
2656 | 2654 | Candidate Recommendation, and will correctly serialize XML 1.1 documents if | |
2657 | - | the DOM level 3 load/save API's are in use. | |
2658 | - | ||
2659 | - | TODO Verify signature") | |
2655 | + | the DOM level 3 load/save API's are in use.") | |
2660 | 2656 | (license license:asl2.0))) | |
2661 | 2657 | ||
2662 | 2658 | ;; This is very old (2002)! | |
… | |||
2776 | 2772 | #:jar-name "xsdlib.jar" | |
2777 | 2773 | #:jdk ,icedtea-8)) | |
2778 | 2774 | (inputs | |
2779 | - | `(("xerces" ,java-xerces))) | |
2775 | + | `(("java-xerces" ,java-xerces))) | |
2780 | 2776 | (home-page "") | |
2781 | 2777 | (synopsis "") | |
2782 | 2778 | (description "") | |
… | |||
2801 | 2797 | ;; FIXME: requires org.openjdk.jmh.* and com.sun.jna.platform.win32 for tests | |
2802 | 2798 | #:tests? #f)) | |
2803 | 2799 | (native-inputs | |
2804 | - | `(("junit" ,java-junit) | |
2800 | + | `(("java-junit" ,java-junit) | |
2805 | 2801 | ("collections" ,java-commons-collections4) | |
2806 | 2802 | ("lang3" ,java-commons-lang3) | |
2807 | 2803 | ("io" ,java-commons-io))) | |
… | |||
2890 | 2886 | #:jdk ,icedtea-8 | |
2891 | 2887 | #:tests? #f)); no tests | |
2892 | 2888 | (inputs | |
2893 | - | `(("bcel" ,java-commons-bcel) | |
2894 | - | ("xerces" ,java-xerces))) | |
2889 | + | `(("java-commons-bcel" ,java-commons-bcel) | |
2890 | + | ("java-xerces" ,java-xerces))) | |
2895 | 2891 | (home-page "") | |
2896 | 2892 | (synopsis "") | |
2897 | 2893 | (description "") | |
… | |||
2900 | 2896 | (define-public java-dom4j | |
2901 | 2897 | (package | |
2902 | 2898 | (name "java-dom4j") | |
2903 | - | (version "2.0.1") | |
2899 | + | (version "2.1.0") | |
2904 | 2900 | (source (origin | |
2905 | 2901 | (method url-fetch) | |
2906 | 2902 | (uri (string-append "https://github.com/dom4j/dom4j/archive/" | |
… | |||
2908 | 2904 | (file-name (string-append name "-" version ".tar.gz")) | |
2909 | 2905 | (sha256 | |
2910 | 2906 | (base32 | |
2911 | - | "04snvb8m4290l0z1nkzdhlgxhfzi36wfkk674fn90q75s80s72j6")) | |
2907 | + | "101drpnw6agmcvsi1jrfi0kn97r7liazrh5jbrip9vx26axn2fx9")) | |
2912 | 2908 | (modules '((guix build utils))) | |
2913 | 2909 | (snippet | |
2914 | 2910 | '(begin ;; Delete bundled jar archives. | |
… | |||
2919 | 2915 | `(#:jar-name "dom4j.jar" | |
2920 | 2916 | #:jdk ,icedtea-8 | |
2921 | 2917 | #:source-dir "src/main/java" | |
2922 | - | #:tests? #f; we can't build xalan | |
2918 | + | #:tests? #f; Requires xalan, but xalan -> java-cup -> jflex -> java-cup... | |
2923 | 2919 | #:phases | |
2924 | 2920 | (modify-phases %standard-phases | |
2925 | 2921 | (add-before 'build 'copy-jaxen-sources | |
… | |||
2931 | 2927 | (copy-file "jaxen-sources/org/jaxen/dom4j/DocumentNavigator.java" | |
2932 | 2928 | "src/main/java/org/jaxen/dom4j/DocumentNavigator.java") | |
2933 | 2929 | (copy-file "jaxen-sources/org/jaxen/dom4j/Dom4jXPath.java" | |
2934 | - | "src/main/java/org/jaxen/dom4j/Dom4jXPath.java"))) | |
2930 | + | "src/main/java/org/jaxen/dom4j/Dom4jXPath.java") | |
2931 | + | #t)) | |
2935 | 2932 | (add-before 'build 'fix-old-xpp2 | |
2936 | 2933 | (lambda _ | |
2937 | 2934 | ;; This package normally depends on xpp2 2.0, but we can only package | |
… | |||
2947 | 2944 | "}\n" | |
2948 | 2945 | "\n" | |
2949 | 2946 | "public void resetStartTag")) | |
2950 | - | (("Atttribute") "Attribute"))))))) | |
2947 | + | (("Atttribute") "Attribute")) | |
2948 | + | #t))))) | |
2951 | 2949 | (inputs | |
2952 | - | `(("jaxen" ,java-jaxen-no-rec-deps) | |
2953 | - | ("jaxen-sources" ,(package-source java-jaxen-no-rec-deps)) | |
2954 | - | ("xmlpull" ,java-xmlpull) | |
2955 | - | ("xmlpull2" ,java-xmlpull2) | |
2956 | - | ("xsdlib" ,java-xsdlib))) | |
2950 | + | `(("java-jaxen-no-rec-deps" ,java-jaxen-no-rec-deps) | |
2951 | + | ("java-jaxen-sources" ,(package-source java-jaxen-no-rec-deps)) | |
2952 | + | ("java-xmlpull2" ,java-xmlpull2) | |
2953 | + | ("java-xpp3" ,java-xpp3) | |
2954 | + | ("java-xsdlib" ,java-xsdlib))) | |
2957 | 2955 | (native-inputs | |
2958 | - | `(("testng" ,java-testng) | |
2959 | - | ("xerces" ,java-xerces))) | |
2960 | - | (home-page "https://github.com/dom4j/dom4j/") | |
2961 | - | ; Note: dom4j.org is outdated | |
2956 | + | `(("java-testng" ,java-testng) | |
2957 | + | ("java-xerces" ,java-xerces))) | |
2958 | + | (home-page "https://dom4j.github.io/") | |
2962 | 2959 | (synopsis "Flexible XML framework for Java") | |
2963 | - | (description "") | |
2964 | - | (license license:expat))) ;; TODO: some 4-clause license | |
2960 | + | (description "Dom4j is a flexible XML framework for Java. ") | |
2961 | + | ;; some BSD-like 5-clause license | |
2962 | + | (license (license:non-copyleft "file://LICENSE")))) | |
2965 | 2963 | ||
2966 | 2964 | (define-public java-jaxen-no-rec-deps | |
2967 | 2965 | (package | |
… | |||
2986 | 2984 | (delete-file-recursively "src/org/jaxen/dom4j") | |
2987 | 2985 | (delete-file-recursively "src/org/jaxen/xom")))))) | |
2988 | 2986 | (inputs | |
2989 | - | `(("jdom" ,java-jdom))) | |
2987 | + | `(("java-jdom" ,java-jdom))) | |
2990 | 2988 | (home-page "") | |
2991 | 2989 | (synopsis "") | |
2992 | 2990 | (description "") | |
… | |||
2997 | 2995 | (inherit java-jaxen-no-rec-deps) | |
2998 | 2996 | (name "java-jaxen") | |
2999 | 2997 | (inputs | |
3000 | - | `(("jodm" ,java-jdom) | |
3001 | - | ("xom" ,java-xom) | |
3002 | - | ("dom4j" ,java-dom4j))))) | |
2998 | + | `(("java-jodm" ,java-jdom) | |
2999 | + | ("java-xom" ,java-xom) | |
3000 | + | ("java-dom4j" ,java-dom4j))))) | |
3003 | 3001 | ||
3004 | 3002 | (define-public java-xom | |
3005 | 3003 | (package | |
… | |||
3029 | 3027 | (lambda _ | |
3030 | 3028 | (delete-file "src/nu/xom/tools/XHTMLJavaDoc.java")))))) | |
3031 | 3029 | (inputs | |
3032 | - | `(("jdom" ,java-jdom) | |
3033 | - | ("junit" ,java-junit) | |
3034 | - | ("servlet" ,java-tomcat) | |
3035 | - | ("jaxen" ,java-jaxen-no-rec-deps) | |
3036 | - | ("xerces" ,java-xerces))) | |
3030 | + | `(("java-jdom" ,java-jdom) | |
3031 | + | ("java-junit" ,java-junit) | |
3032 | + | ("java-tomcat" ,java-tomcat) | |
3033 | + | ("java-jaxen-no-rec-deps" ,java-jaxen-no-rec-deps) | |
3034 | + | ("java-xerces" ,java-xerces))) | |
3037 | 3035 | (home-page "") | |
3038 | 3036 | (synopsis "") | |
3039 | 3037 | (description "") | |
… | |||
3056 | 3054 | `(#:jar-name "kxml2.jar" | |
3057 | 3055 | #:tests? #f)); no tests | |
3058 | 3056 | (inputs | |
3059 | - | `(("xmlpull" ,java-xpp3))) | |
3057 | + | `(("java-xpp3" ,java-xpp3))) | |
3060 | 3058 | (home-page "http://kxml.org") | |
3061 | 3059 | (synopsis "") | |
3062 | 3060 | (description "") | |
… | |||
3109 | 3107 | #:jdk ,icedtea-8 | |
3110 | 3108 | #:source-dir "xstream/src/java")) | |
3111 | 3109 | (inputs | |
3112 | - | `(("jdom" ,java-jdom) | |
3113 | - | ("jdom2" ,java-jdom2) | |
3114 | - | ("cglib" ,java-cglib) | |
3115 | - | ("time" ,java-joda-time) | |
3116 | - | ("jettison" ,java-jettison) | |
3117 | - | ("xom" ,java-xom) | |
3118 | - | ("xmlpull3" ,java-xpp3) | |
3119 | - | ("dom4j" ,java-dom4j) | |
3120 | - | ("stax2" ,java-stax2-api) | |
3121 | - | ("woodstox" ,java-woodstox-core) | |
3122 | - | ("kxml2" ,java-kxml2) | |
3123 | - | ("stax" ,java-stax))) | |
3110 | + | `(("java-jdom" ,java-jdom) | |
3111 | + | ("java-jdom2" ,java-jdom2) | |
3112 | + | ("java-cglib" ,java-cglib) | |
3113 | + | ("java-joda-time" ,java-joda-time) | |
3114 | + | ("java-jettison" ,java-jettison) | |
3115 | + | ("java-xom" ,java-xom) | |
3116 | + | ("java-xpp3" ,java-xpp3) | |
3117 | + | ("java-dom4j" ,java-dom4j) | |
3118 | + | ("java-stax2-api" ,java-stax2-api) | |
3119 | + | ("java-woodstox-core" ,java-woodstox-core) | |
3120 | + | ("java-kxml2" ,java-kxml2) | |
3121 | + | ("java-stax" ,java-stax))) | |
3124 | 3122 | (native-inputs | |
3125 | 3123 | `(("unzip" ,unzip))) | |
3126 | 3124 | (home-page "https://x-stream.github.io") | |
… | |||
3168 | 3166 | (copy-file "libhawtjni.so" (string-append lib "/libhawtjni.so")) | |
3169 | 3167 | (copy-file "hawtjni.h" (string-append inc "/hawtjni.h"))))))))) | |
3170 | 3168 | (inputs | |
3171 | - | `(("cli" ,java-commons-cli) | |
3172 | - | ("asm" ,java-asm) | |
3173 | - | ("finder" ,java-geronimo-xbean-finder))) | |
3169 | + | `(("java-commons-cli" ,java-commons-cli) | |
3170 | + | ("java-asm" ,java-asm) | |
3171 | + | ("java-geronimo-xbean-finder" ,java-geronimo-xbean-finder))) | |
3174 | 3172 | (home-page "https://fusesource.github.io/hawtjni/") | |
3175 | 3173 | (synopsis "") | |
3176 | 3174 | (description "") | |
… | |||
3216 | 3214 | (string-append (assoc-ref outputs "out") | |
3217 | 3215 | "/bin/jansi.h"))))))) | |
3218 | 3216 | (inputs | |
3219 | - | `(("hawtjni" ,java-hawtjni))) | |
3217 | + | `(("java-hawtjni" ,java-hawtjni))) | |
3220 | 3218 | (home-page "https://fusesource.github.io/jansi/") | |
3221 | 3219 | (synopsis "") | |
3222 | 3220 | (description "") | |
… | |||
3239 | 3237 | #:source-dir "jansi/src/main/java" | |
3240 | 3238 | #:test-dir "jansi/src/test")) | |
3241 | 3239 | (inputs | |
3242 | - | `(("jansi-native" ,java-jansi-native))) | |
3240 | + | `(("java-jansi-native" ,java-jansi-native))) | |
3243 | 3241 | (native-inputs | |
3244 | - | `(("junit" ,java-junit) | |
3245 | - | ("hamcrest" ,java-hamcrest-core))) | |
3242 | + | `(("java-junit" ,java-junit) | |
3243 | + | ("java-hamcrest-core" ,java-hamcrest-core))) | |
3246 | 3244 | (home-page "https://fusesource.github.io/jansi/") | |
3247 | 3245 | (synopsis "") | |
3248 | 3246 | (description "") | |
… | |||
3276 | 3274 | "keybindings.properties" | |
3277 | 3275 | "windowsbindings.properties"))))))) | |
3278 | 3276 | (native-inputs | |
3279 | - | `(("junit" ,java-junit))) | |
3277 | + | `(("java-junit" ,java-junit))) | |
3280 | 3278 | (home-page "https://jline.github.io") | |
3281 | 3279 | (synopsis "") | |
3282 | 3280 | (description "") | |
… | |||
3374 | 3372 | (substitute* "build.xml" | |
3375 | 3373 | (("a") "a"))))))) | |
3376 | 3374 | (native-inputs | |
3377 | - | `(("junit" ,java-junit) | |
3378 | - | ("antlr" ,antlr2) | |
3379 | - | ("jmock" ,java-jmock-1) | |
3380 | - | ("xmlunit" ,java-xmlunit-legacy))) | |
3375 | + | `(("java-junit" ,java-junit) | |
3376 | + | ("antlr2" ,antlr2) | |
3377 | + | ("java-jmock-1" ,java-jmock-1) | |
3378 | + | ("java-xmlunit-legacy" ,java-xmlunit-legacy))) | |
3381 | 3379 | (inputs | |
3382 | - | `(("commons-cli" ,java-commons-cli) | |
3383 | - | ("asm" ,java-asm) | |
3384 | - | ("servlet" ,java-tomcat) | |
3385 | - | ("xstream" ,java-xstream) | |
3386 | - | ("jansi" ,java-jansi) | |
3387 | - | ("jline" ,java-jline))) | |
3380 | + | `(("java-commons-cli" ,java-commons-cli) | |
3381 | + | ("java-asm" ,java-asm) | |
3382 | + | ("java-tomcat" ,java-tomcat) | |
3383 | + | ("java-xstream" ,java-xstream) | |
3384 | + | ("java-jansi" ,java-jansi) | |
3385 | + | ("java-jline" ,java-jline))) | |
3388 | 3386 | (home-page "") | |
3389 | 3387 | (synopsis "") | |
3390 | 3388 | (description "") | |
3391 | 3389 | (license (list license:gpl2 | |
3392 | - | ;; actually CDDL 1.1 | |
3393 | - | license:cddl1.0)))) | |
3390 | + | license:cddl1.1)))) | |
3394 | 3391 | ||
3395 | 3392 | ;(define-public antlr3-3.4 | |
3396 | 3393 | ; (package | |
… | |||
3475 | 3472 | ; `(("antlr" ,antlr2) | |
3476 | 3473 | ; ("antlr3" ,antlr3-3.3))) | |
3477 | 3474 | ; (inputs | |
3478 | - | ; `(("junit" ,java-junit))) | |
3475 | + | ; `(("java-junit" ,java-junit))) | |
3479 | 3476 | ; (propagated-inputs | |
3480 | 3477 | ; `(("stringtemplate" ,java-stringtemplate-3) | |
3481 | 3478 | ; ("stringtemplate4" ,java-stringtemplate) | |
… | |||
3496 | 3493 | ("automake" ,automake) | |
3497 | 3494 | ("libtool" ,libtool))) | |
3498 | 3495 | (propagated-inputs | |
3499 | - | `(("antlr" ,antlr3))) | |
3496 | + | `(("antlr3" ,antlr3))) | |
3500 | 3497 | (arguments | |
3501 | 3498 | `(#:configure-flags (list "--enable-64bit" "--disable-static") | |
3502 | 3499 | #:phases | |
… | |||
3626 | 3623 | (system* "antlr3" "SourceGenTriggers.g"))))))) | |
3627 | 3624 | (inputs | |
3628 | 3625 | `(("antlr3" ,antlr3) | |
3629 | - | ("icu4j" ,java-icu4j) | |
3626 | + | ("java-icu4j" ,java-icu4j) | |
3630 | 3627 | ("java-json" ,java-json) | |
3631 | - | ("treelayout" ,java-treelayout) | |
3632 | - | ("stringtemplate4" ,java-stringtemplate))) | |
3628 | + | ("java-treelayout" ,java-treelayout) | |
3629 | + | ("java-stringtemplate" ,java-stringtemplate))) | |
3633 | 3630 | (native-inputs | |
3634 | - | `(("runtime" ,java-antlr4-runtime))) | |
3631 | + | `(("java-antlr4-runtime" ,java-antlr4-runtime))) | |
3635 | 3632 | (home-page "https://antlr.org") | |
3636 | 3633 | (synopsis "") | |
3637 | 3634 | (description "") | |
… | |||
3717 | 3714 | (copy-file (string-append "batik-" ,version "/lib/batik-all-" ,version ".jar") | |
3718 | 3715 | (string-append dir "batik-all.jar")))))))) | |
3719 | 3716 | (inputs | |
3720 | - | `(("xmlgraphics" ,java-xmlgraphics-commons))) | |
3717 | + | `(("java-xmlgraphics-commons" ,java-xmlgraphics-commons))) | |
3721 | 3718 | (home-page "https://xmlgraphics.apache.org/batik") | |
3722 | 3719 | (synopsis "") | |
3723 | 3720 | (description "") | |
… | |||
3741 | 3738 | #:test-dir "src/test" | |
3742 | 3739 | #:tests? #f)); FIXME: need commons-xml-resolver | |
3743 | 3740 | (inputs | |
3744 | - | `(("commons-io" ,java-commons-io) | |
3745 | - | ("commons-logging" ,java-commons-logging-minimal))) | |
3741 | + | `(("java-commons-io" ,java-commons-io) | |
3742 | + | ("java-commons-logging-minimal" ,java-commons-logging-minimal))) | |
3746 | 3743 | (native-inputs | |
3747 | - | `(("junit" ,java-junit) | |
3748 | - | ("mockito" ,java-mockito-1))) | |
3744 | + | `(("java-junit" ,java-junit) | |
3745 | + | ("java-mockito-1" ,java-mockito-1))) | |
3749 | 3746 | (home-page "https://xmlgraphics.apache.org") | |
3750 | 3747 | (synopsis "") | |
3751 | 3748 | (description "") | |
… | |||
3813 | 3810 | "CLASSPATH=\"$CLASSPATH:" (getenv "CLASSPATH") "\"")))))))))) | |
3814 | 3811 | (home-page "https://xmlgraphics.apache.org/fop") | |
3815 | 3812 | (inputs | |
3816 | - | `(("apache-logging" ,java-commons-logging-minimal) | |
3817 | - | ("commons-io" ,java-commons-io) | |
3818 | - | ("xmlgraphics" ,java-xmlgraphics-commons) | |
3819 | - | ("tomcat" ,java-tomcat) | |
3820 | - | ("batik" ,java-batik) | |
3821 | - | ("avalon" ,java-avalon-framework-api) | |
3822 | - | ("avalon" ,java-avalon-logkit))) | |
3813 | + | `(("java-commons-logging-minimal" ,java-commons-logging-minimal) | |
3814 | + | ("java-commons-io" ,java-commons-io) | |
3815 | + | ("java-xmlgraphics-commons" ,java-xmlgraphics-commons) | |
3816 | + | ("java-tomcat" ,java-tomcat) | |
3817 | + | ("java-batik" ,java-batik) | |
3818 | + | ("java-avalon-framework-api" ,java-avalon-framework-api) | |
3819 | + | ("java-avalon-logkit" ,java-avalon-logkit))) | |
3823 | 3820 | (native-inputs | |
3824 | - | `(("junit" ,java-junit))) | |
3821 | + | `(("java-junit" ,java-junit))) | |
3825 | 3822 | (synopsis "") | |
3826 | 3823 | (description "") | |
3827 | 3824 | (license license:asl2.0))) | |
… | |||
3835 | 3832 | #:source-dir "fop-util/src/main/java" | |
3836 | 3833 | #:tests? #f)); no tests | |
3837 | 3834 | (inputs | |
3838 | - | `(("io" ,java-commons-io) | |
3839 | - | ("xmlgraphics" ,java-xmlgraphics-commons) | |
3840 | - | ("logging" ,java-commons-logging-minimal))))) | |
3835 | + | `(("java-commons-io" ,java-commons-io) | |
3836 | + | ("java-xmlgraphics-commons" ,java-xmlgraphics-commons) | |
3837 | + | ("java-commons-logging-minimal" ,java-commons-logging-minimal))))) | |
3841 | 3838 | ||
3842 | 3839 | (define-public java-fop-events | |
3843 | 3840 | (package | |
… | |||
3848 | 3845 | #:source-dir "fop-events/src/main/java" | |
3849 | 3846 | #:test-dir "fop-events/src/test")) | |
3850 | 3847 | (inputs | |
3851 | - | `(("io" ,java-commons-io) | |
3852 | - | ("xmlgraphics" ,java-xmlgraphics-commons) | |
3853 | - | ("logging" ,java-commons-logging-minimal) | |
3854 | - | ("fop-util" ,java-fop-util))))) | |
3848 | + | `(("java-commons-io" ,java-commons-io) | |
3849 | + | ("java-xmlgraphics-commons" ,java-xmlgraphics-commons) | |
3850 | + | ("java-commons-logging-minimal" ,java-commons-logging-minimal) | |
3851 | + | ("java-fop-util" ,java-fop-util))))) | |
3855 | 3852 | ||
3856 | 3853 | ;; | |
3857 | 3854 | ;; | |
… | |||
3890 | 3887 | #:tests? #f | |
3891 | 3888 | #:source-dir "src/java")) | |
3892 | 3889 | (inputs | |
3893 | - | `(("servlet" ,java-tomcat) | |
3894 | - | ("jdom" ,java-jdom) | |
3895 | - | ("beanutils" ,java-commons-beanutils))) | |
3890 | + | `(("java-tomcat" ,java-tomcat) | |
3891 | + | ("java-jdom" ,java-jdom) | |
3892 | + | ("java-commons-beanutils" ,java-commons-beanutils))) | |
3896 | 3893 | (native-inputs | |
3897 | - | `(("junit" ,java-junit))) | |
3894 | + | `(("java-junit" ,java-junit))) | |
3898 | 3895 | (home-page "http://commons.apache.org/jxpath/") | |
3899 | 3896 | (synopsis "Simple interpreter of an expression language called XPath.") | |
3900 | 3897 | (description "The org.apache.commons.jxpath package defines a simple | |
… | |||
3932 | 3929 | "}\n" | |
3933 | 3930 | "public Bundle getBundle()")))))))) | |
3934 | 3931 | (inputs | |
3935 | - | `(("slf4j" ,java-slf4j-api) | |
3936 | - | ("asm" ,java-asm) | |
3937 | - | ("framework" ,java-osgi-framework) | |
3938 | - | ("eclipse-osgi" ,java-eclipse-osgi) | |
3939 | - | ("packageadmin" ,java-osgi-service-packageadmin))))) | |
3932 | + | `(("java-slf4j-api" ,java-slf4j-api) | |
3933 | + | ("java-asm" ,java-asm) | |
3934 | + | ("java-osgi-framework" ,java-osgi-framework) | |
3935 | + | ("java-eclipse-osgi" ,java-eclipse-osgi) | |
3936 | + | ("java-osgi-service-packageadmin" ,java-osgi-service-packageadmin))))) | |
3940 | 3937 | ||
3941 | 3938 | (define-public java-geronimo-xbean-asm-util | |
3942 | 3939 | (package | |
… | |||
3947 | 3944 | #:source-dir "xbean-asm-util/src/main/java" | |
3948 | 3945 | #:tests? #f)); no tests | |
3949 | 3946 | (inputs | |
3950 | - | `(("asm" ,java-asm))))) | |
3947 | + | `(("java-asm" ,java-asm))))) | |
3951 | 3948 | ||
3952 | 3949 | (define-public java-geronimo-xbean-finder | |
3953 | 3950 | (package | |
… | |||
3958 | 3955 | #:source-dir "xbean-finder/src/main/java" | |
3959 | 3956 | #:test-dir "xbean-finder/src/test")) | |
3960 | 3957 | (inputs | |
3961 | - | `(("slf4j" ,java-slf4j-api) | |
3962 | - | ("asm" ,java-asm) | |
3963 | - | ("bundleutils" ,java-geronimo-xbean-bundleutils) | |
3964 | - | ("asm-util" ,java-geronimo-xbean-asm-util) | |
3965 | - | ("packageadmin" ,java-osgi-service-packageadmin) | |
3966 | - | ("framework" ,java-osgi-framework))) | |
3958 | + | `(("java-slf4j-api" ,java-slf4j-api) | |
3959 | + | ("java-asm" ,java-asm) | |
3960 | + | ("java-geronimo-xbean-bundleutils" ,java-geronimo-xbean-bundleutils) | |
3961 | + | ("java-geronimo-xbean-asm-util" ,java-geronimo-xbean-asm-util) | |
3962 | + | ("java-osgi-service-packageadmin" ,java-osgi-service-packageadmin) | |
3963 | + | ("java-osgi-framework" ,java-osgi-framework))) | |
3967 | 3964 | (native-inputs | |
3968 | - | `(("junit" ,java-junit) | |
3969 | - | ("hamcrest" ,java-hamcrest-core))))) | |
3965 | + | `(("java-junit" ,java-junit) | |
3966 | + | ("java-hamcrest-core" ,java-hamcrest-core))))) | |
3970 | 3967 | ||
3971 | 3968 | (define-public java-plexus-component-annotations | |
3972 | 3969 | (package | |
… | |||
4044 | 4041 | #:jdk ,icedtea-8 | |
4045 | 4042 | #:test-dir "src/test")) | |
4046 | 4043 | (inputs | |
4047 | - | `(("cli" ,java-commons-cli) | |
4048 | - | ("container" ,java-plexus-container-default) | |
4049 | - | ("classworlds" ,java-plexus-classworlds))) | |
4044 | + | `(("java-commons-cli" ,java-commons-cli) | |
4045 | + | ("java-plexus-container-default" ,java-plexus-container-default) | |
4046 | + | ("java-plexus-classworlds" ,java-plexus-classworlds))) | |
4050 | 4047 | (native-inputs | |
4051 | - | `(("utils" ,java-plexus-utils) | |
4052 | - | ("junit" ,java-junit) | |
4053 | - | ("guava" ,java-guava))) | |
4048 | + | `(("java-plexus-utils" ,java-plexus-utils) | |
4049 | + | ("java-junit" ,java-junit) | |
4050 | + | ("java-guava" ,java-guava))) | |
4054 | 4051 | (home-page "https://codehaus-plexus.github.io/plexus-cli") | |
4055 | 4052 | (synopsis "") | |
4056 | 4053 | (description "") | |
… | |||
4103 | 4100 | "build/classes/") | |
4104 | 4101 | #t))))) | |
4105 | 4102 | (inputs | |
4106 | - | `(("container" ,java-plexus-container-default) | |
4107 | - | ("annotations" ,java-plexus-component-annotations) | |
4108 | - | ("utils" ,java-plexus-utils) | |
4109 | - | ("cli" ,java-plexus-cli) | |
4110 | - | ("classworlds" ,java-plexus-classworlds) | |
4111 | - | ("plugin-api" ,maven-plugin-api) | |
4112 | - | ("plugin-annotations" ,maven-plugin-annotations) | |
4113 | - | ("core" ,maven-core-boot) | |
4114 | - | ("model" ,maven-model) | |
4115 | - | ("cli" ,java-commons-cli) | |
4116 | - | ("qdox" ,java-qdox) | |
4117 | - | ("jdom2" ,java-jdom2) | |
4118 | - | ("asm" ,java-asm))) | |
4103 | + | `(("java-plexus-container-default" ,java-plexus-container-default) | |
4104 | + | ("java-plexu-component-annotations" ,java-plexus-component-annotations) | |
4105 | + | ("java-plexus-utils" ,java-plexus-utils) | |
4106 | + | ("java-plexus-cli" ,java-plexus-cli) | |
4107 | + | ("java-plexus-classworlds" ,java-plexus-classworlds) | |
4108 | + | ("maven-plugin-api" ,maven-plugin-api) | |
4109 | + | ("maven-plugin-annotations" ,maven-plugin-annotations) | |
4110 | + | ("maven-core-boot" ,maven-core-boot) | |
4111 | + | ("maven-model" ,maven-model) | |
4112 | + | ("java-commons-cli" ,java-commons-cli) | |
4113 | + | ("java-qdox" ,java-qdox) | |
4114 | + | ("java-jdom2" ,java-jdom2) | |
4115 | + | ("java-asm" ,java-asm))) | |
4119 | 4116 | (native-inputs | |
4120 | - | `(("junit" ,java-junit) | |
4121 | - | ("guava" ,java-guava) | |
4122 | - | ("xbean" ,java-geronimo-xbean-reflect))))) | |
4117 | + | `(("java-junit" ,java-junit) | |
4118 | + | ("java-guava" ,java-guava) | |
4119 | + | ("java-geronimo-xbean-reflect" ,java-geronimo-xbean-reflect))))) | |
4123 | 4120 | ||
4124 | 4121 | (define-public java-sisu-build-api | |
4125 | 4122 | (package | |
… | |||
4167 | 4164 | " </components>\n" | |
4168 | 4165 | "</component-set>\n"))))))))) | |
4169 | 4166 | (inputs | |
4170 | - | `(("plexus-utils" ,java-plexus-utils) | |
4171 | - | ("plexus-container-default" ,java-plexus-container-default))) | |
4167 | + | `(("java-plexus-utils" ,java-plexus-utils) | |
4168 | + | ("java-plexus-container-default" ,java-plexus-container-default))) | |
4172 | 4169 | (home-page "") | |
4173 | 4170 | (synopsis "") | |
4174 | 4171 | (description "") | |
… | |||
4189 | 4186 | #:jdk ,icedtea-8 | |
4190 | 4187 | #:test-dir "plexus-compiler-api/src/test")) | |
4191 | 4188 | (inputs | |
4192 | - | `(("container" ,java-plexus-container-default) | |
4193 | - | ("util" ,java-plexus-utils))) | |
4189 | + | `(("java-plexus-container-default" ,java-plexus-container-default) | |
4190 | + | ("java-plexus-util" ,java-plexus-utils))) | |
4194 | 4191 | (native-inputs | |
4195 | - | `(("junit" ,java-junit))) | |
4192 | + | `(("java-junit" ,java-junit))) | |
4196 | 4193 | (home-page "") | |
4197 | 4194 | (synopsis "") | |
4198 | 4195 | (description "") | |
… | |||
4209 | 4206 | #:tests? #f; depends on compiler-test -> maven-core -> ... -> this package. | |
4210 | 4207 | #:test-dir "plexus-compilers/plexus-compiler-javac/src/test")) | |
4211 | 4208 | (inputs | |
4212 | - | `(("api" ,java-plexus-compiler-api) | |
4213 | - | ("utils" ,java-plexus-utils) | |
4214 | - | ("logging" ,java-plexus-container-default))) | |
4209 | + | `(("java-plexus-compiler-api" ,java-plexus-compiler-api) | |
4210 | + | ("java-plexus-utils" ,java-plexus-utils) | |
4211 | + | ("java-plexus-container-default" ,java-plexus-container-default))) | |
4215 | 4212 | (native-inputs | |
4216 | - | `(("junit" ,java-junit))))) | |
4213 | + | `(("java-junit" ,java-junit))))) | |
4217 | 4214 | ||
4218 | 4215 | (define-public java-modello-core | |
4219 | 4216 | (package | |
… | |||
4244 | 4241 | "modello-core/src/test/java/org/codehaus/modello/core/io/ModelReaderTest.java") | |
4245 | 4242 | (("src/test") "modello-core/src/test"))))))) | |
4246 | 4243 | (inputs | |
4247 | - | `(("plexus-utils" ,java-plexus-utils) | |
4248 | - | ("container" ,java-plexus-container-default-bootstrap) | |
4249 | - | ("sisu" ,java-sisu-build-api))) | |
4244 | + | `(("java-plexus-utils" ,java-plexus-utils) | |
4245 | + | ("java-plexus-container-default-bootstrap" ,java-plexus-container-default-bootstrap) | |
4246 | + | ("java-sisu-build-api" ,java-sisu-build-api))) | |
4250 | 4247 | (native-inputs | |
4251 | - | `(("junit" ,java-junit) | |
4252 | - | ("classworlds" ,java-plexus-classworlds) | |
4253 | - | ("xbean" ,java-geronimo-xbean-reflect) | |
4254 | - | ("guava" ,java-guava))) | |
4248 | + | `(("java-junit" ,java-junit) | |
4249 | + | ("java-plexus-classworlds" ,java-plexus-classworlds) | |
4250 | + | ("java-geronimo-xbean-reflect" ,java-geronimo-xbean-reflect) | |
4251 | + | ("java-guava" ,java-guava))) | |
4255 | 4252 | (home-page "http://codehaus-plexus.github.io/modello/") | |
4256 | 4253 | (synopsis "") | |
4257 | 4254 | (description "") | |
… | |||
4276 | 4273 | "build/classes") | |
4277 | 4274 | #t))))) | |
4278 | 4275 | (inputs | |
4279 | - | `(("core" ,java-modello-core) | |
4276 | + | `(("java-modello-core" ,java-modello-core) | |
4280 | 4277 | ,@(package-inputs java-modello-core))))) | |
4281 | 4278 | ||
4282 | 4279 | (define-public java-modello-plugins-xml | |
… | |||
4301 | 4298 | (substitute* "modello-plugins/modello-plugin-xml/src/test/java/org/codehaus/modello/plugins/xml/XmlModelloPluginTest.java" | |
4302 | 4299 | (("src/test") "modello-plugins/modello-plugin-xml/src/test"))))))) | |
4303 | 4300 | (inputs | |
4304 | - | `(("core" ,java-modello-core) | |
4305 | - | ("java" ,java-modello-plugins-java) | |
4301 | + | `(("java-modello-core" ,java-modello-core) | |
4302 | + | ("java-modello-plugins-java" ,java-modello-plugins-java) | |
4306 | 4303 | ,@(package-inputs java-modello-core))))) | |
4307 | 4304 | ||
4308 | 4305 | (define-public java-modello-test | |
… | |||
4315 | 4312 | #:tests? #f; no tests | |
4316 | 4313 | #:jdk ,icedtea-8)) | |
4317 | 4314 | (inputs | |
4318 | - | `(("utils" ,java-plexus-utils) | |
4319 | - | ("compiler-api" ,java-plexus-compiler-api) | |
4320 | - | ("compiler-javac" ,java-plexus-compiler-javac) | |
4321 | - | ("container" ,java-plexus-container-default))))) | |
4315 | + | `(("java-plexus-utils" ,java-plexus-utils) | |
4316 | + | ("java-plexus-compiler-api" ,java-plexus-compiler-api) | |
4317 | + | ("java-plexus-compiler-javac" ,java-plexus-compiler-javac) | |
4318 | + | ("java-plexus-container-default" ,java-plexus-container-default))))) | |
4322 | 4319 | ||
4323 | 4320 | (define-public java-modello-plugins-xpp3 | |
4324 | 4321 | (package | |
… | |||
4339 | 4336 | "build/classes") | |
4340 | 4337 | #t))))) | |
4341 | 4338 | (inputs | |
4342 | - | `(("core" ,java-modello-core) | |
4343 | - | ("java" ,java-modello-plugins-java) | |
4344 | - | ("xml" ,java-modello-plugins-xml) | |
4339 | + | `(("java-modello-core" ,java-modello-core) | |
4340 | + | ("java-modello-plugins-java" ,java-modello-plugins-java) | |
4341 | + | ("java-modello-plugins-xml" ,java-modello-plugins-xml) | |
4345 | 4342 | ,@(package-inputs java-modello-core))) | |
4346 | 4343 | (native-inputs | |
4347 | - | `(("xmlunit" ,java-xmlunit) | |
4348 | - | ("test" ,java-modello-test) | |
4344 | + | `(("java-xmlunit" ,java-xmlunit) | |
4345 | + | ("java-modello-test" ,java-modello-test) | |
4349 | 4346 | ,@(package-native-inputs java-modello-core))))) | |
4350 | 4347 | ||
4351 | 4348 | (define-public java-plexus-cipher | |
… | |||
4372 | 4369 | (display "org.sonatype.plexus.components.cipher.DefaultPlexusCipher\n"))) | |
4373 | 4370 | #t))))) | |
4374 | 4371 | (inputs | |
4375 | - | `(("cdi-api" ,java-cdi-api) | |
4376 | - | ("inject" ,java-javax-inject))) | |
4372 | + | `(("java-cdi-api" ,java-cdi-api) | |
4373 | + | ("java-javax-inject" ,java-javax-inject))) | |
4377 | 4374 | (home-page "http://codehaus-plexus.github.io/plexus-cipher/") | |
4378 | 4375 | (synopsis "Encryption/decryption Component") | |
4379 | 4376 | (description "") | |
… | |||
4447 | 4444 | (copy-file "src/test/resources/test-sec.xml" | |
4448 | 4445 | "target/sec.xml")))))) | |
4449 | 4446 | (inputs | |
4450 | - | `(("cipher" ,java-plexus-cipher))) | |
4447 | + | `(("java-plexus-cipher" ,java-plexus-cipher))) | |
4451 | 4448 | (native-inputs | |
4452 | - | `(("modello" ,java-modello-core) | |
4449 | + | `(("java-modello-core" ,java-modello-core) | |
4453 | 4450 | ;; for modello: | |
4454 | - | ("container" ,java-plexus-container-default) | |
4455 | - | ("classworlds" ,java-plexus-classworlds) | |
4456 | - | ("utils" ,java-plexus-utils) | |
4457 | - | ("guava" ,java-guava) | |
4458 | - | ("xbean" ,java-geronimo-xbean-reflect) | |
4459 | - | ("build-api" ,java-sisu-build-api) | |
4451 | + | ("java-plexus-container-default" ,java-plexus-container-default) | |
4452 | + | ("java-plexus-classworlds" ,java-plexus-classworlds) | |
4453 | + | ("java-plexus-utils" ,java-plexus-utils) | |
4454 | + | ("java-guava" ,java-guava) | |
4455 | + | ("java-geronimo-xbean-reflect" ,java-geronimo-xbean-reflect) | |
4456 | + | ("java-sisu-build-api" ,java-sisu-build-api) | |
4460 | 4457 | ;; modello plugins: | |
4461 | - | ("java" ,java-modello-plugins-java) | |
4462 | - | ("xml" ,java-modello-plugins-xml) | |
4463 | - | ("xpp3" ,java-modello-plugins-xpp3) | |
4458 | + | ("java-modellop-plugins-java" ,java-modello-plugins-java) | |
4459 | + | ("java-modellop-plugins-xml" ,java-modello-plugins-xml) | |
4460 | + | ("java-modellop-plugins-xpp3" ,java-modello-plugins-xpp3) | |
4464 | 4461 | ;; for tests | |
4465 | - | ("junit" ,java-junit))) | |
4462 | + | ("java-junit" ,java-junit))) | |
4466 | 4463 | (build-system ant-build-system) | |
4467 | 4464 | (home-page "http://spice.sonatype.org/plexus-sec-dispatcher/") | |
4468 | 4465 | (synopsis "Plexus Security Dispatcher Component") | |
… | |||
4487 | 4484 | #:jdk ,icedtea-8 | |
4488 | 4485 | #:tests? #f)); no tests | |
4489 | 4486 | (inputs | |
4490 | - | `(("guice" ,java-guice) | |
4491 | - | ("guice-servlet" ,java-guice-servlet) | |
4492 | - | ("javax-inject" ,java-javax-inject) | |
4493 | - | ("servlet" ,java-tomcat) | |
4494 | - | ("junit" ,java-junit) | |
4495 | - | ("slf4j" ,java-slf4j-api) | |
4487 | + | `(("java-guice" ,java-guice) | |
4488 | + | ("java-guice-servlet" ,java-guice-servlet) | |
4489 | + | ("java-javax-inject" ,java-javax-inject) | |
4490 | + | ("java-tomcat" ,java-tomcat) | |
4491 | + | ("java-junit" ,java-junit) | |
4492 | + | ("java-slf4j-api" ,java-slf4j-api) | |
4496 | 4493 | ("java-jsr305" ,java-jsr305) | |
4497 | 4494 | ("java-jsr250" ,java-jsr250) | |
4498 | - | ("cdi-api" ,java-cdi-api) | |
4499 | - | ("osgi-framework" ,java-osgi-framework) | |
4500 | - | ("osgi-util-tracker" ,java-osgi-util-tracker) | |
4501 | - | ("testng" ,java-testng))) | |
4495 | + | ("java-cdi-api" ,java-cdi-api) | |
4496 | + | ("java-osgi-framework" ,java-osgi-framework) | |
4497 | + | ("java-osgi-util-tracker" ,java-osgi-util-tracker) | |
4498 | + | ("java-testng" ,java-testng))) | |
4502 | 4499 | (home-page "https://www.eclipse.org/sisu/") | |
4503 | 4500 | (synopsis "") | |
4504 | 4501 | (description "") | |
… | |||
4529 | 4526 | "build/classes/META-INF/plexus") | |
4530 | 4527 | #t))))) | |
4531 | 4528 | (inputs | |
4532 | - | `(("classworlds" ,java-plexus-classworlds) | |
4533 | - | ("util" ,java-plexus-utils) | |
4534 | - | ("annotations" ,java-plexus-component-annotations) | |
4535 | - | ("framework" ,java-osgi-framework) | |
4536 | - | ("sisu-inject" ,java-eclipse-sisu-inject) | |
4537 | - | ("guice" ,java-guice) | |
4538 | - | ("javax-inject" ,java-javax-inject) | |
4539 | - | ("slf4j" ,java-slf4j-api) | |
4540 | - | ("junit" ,java-junit))) | |
4529 | + | `(("java-plexus-classworlds" ,java-plexus-classworlds) | |
4530 | + | ("java-plexus-util" ,java-plexus-utils) | |
4531 | + | ("java-plexus-component-annotations" ,java-plexus-component-annotations) | |
4532 | + | ("java-osgi-framework" ,java-osgi-framework) | |
4533 | + | ("java-eclipse-sisu-inject" ,java-eclipse-sisu-inject) | |
4534 | + | ("java-guice" ,java-guice) | |
4535 | + | ("java-javax-inject" ,java-javax-inject) | |
4536 | + | ("java-slf4j-api" ,java-slf4j-api) | |
4537 | + | ("java-junit" ,java-junit))) | |
4541 | 4538 | (home-page "https://www.eclipse.org/sisu/") | |
4542 | 4539 | (synopsis "") | |
4543 | 4540 | (description "") | |
… | |||
4558 | 4555 | (lambda _ | |
4559 | 4556 | (chdir "jetty-xml")))))) | |
4560 | 4557 | (inputs | |
4561 | - | `(("util" ,java-eclipse-jetty-util))) | |
4558 | + | `(("java-eclipse-jetty-util" ,java-eclipse-jetty-util))) | |
4562 | 4559 | (native-inputs | |
4563 | - | `(("io" ,java-eclipse-jetty-io) | |
4560 | + | `(("java-eclipse-jetty-io" ,java-eclipse-jetty-io) | |
4564 | 4561 | ,@(package-native-inputs java-eclipse-jetty-util))))) | |
4565 | 4562 | ||
4566 | 4563 | (define-public java-eclipse-jetty-xml-9.2 | |
… | |||
4579 | 4576 | (lambda _ | |
4580 | 4577 | (chdir "jetty-xml")))))) | |
4581 | 4578 | (inputs | |
4582 | - | `(("util" ,java-eclipse-jetty-util-9.2) | |
4579 | + | `(("java-eclipse-jetty-util-9.2" ,java-eclipse-jetty-util-9.2) | |
4583 | 4580 | ,@(package-inputs java-eclipse-jetty-util-9.2))) | |
4584 | 4581 | (native-inputs | |
4585 | - | `(("io" ,java-eclipse-jetty-io-9.2) | |
4582 | + | `(("java-eclipse-jetty-io-9.2" ,java-eclipse-jetty-io-9.2) | |
4586 | 4583 | ,@(package-native-inputs java-eclipse-jetty-util-9.2))))) | |
4587 | 4584 | ||
4588 | 4585 | (define-public java-eclipse-jetty-webapp | |
… | |||
4602 | 4599 | (lambda _ | |
4603 | 4600 | (chdir "jetty-webapp")))))) | |
4604 | 4601 | (inputs | |
4605 | - | `(("util" ,java-eclipse-jetty-util) | |
4606 | - | ("http" ,java-eclipse-jetty-http) | |
4607 | - | ("server" ,java-eclipse-jetty-server) | |
4608 | - | ("servlet" ,java-eclipse-jetty-servlet) | |
4609 | - | ("security" ,java-eclipse-jetty-security) | |
4610 | - | ("xml" ,java-eclipse-jetty-xml) | |
4611 | - | ("servlet" ,java-tomcat))) | |
4602 | + | `(("java-eclipse-jetty-util" ,java-eclipse-jetty-util) | |
4603 | + | ("java-eclipse-jetty-http" ,java-eclipse-jetty-http) | |
4604 | + | ("java-eclipse-jetty-server" ,java-eclipse-jetty-server) | |
4605 | + | ("java-eclipse-jetty-servlet" ,java-eclipse-jetty-servlet) | |
4606 | + | ("java-eclipse-jetty-security" ,java-eclipse-jetty-security) | |
4607 | + | ("java-eclipse-jetty-xml" ,java-eclipse-jetty-xml) | |
4608 | + | ("java-tomcat" ,java-tomcat))) | |
4612 | 4609 | (native-inputs | |
4613 | - | `(("io" ,java-eclipse-jetty-io) | |
4610 | + | `(("java-eclipse-jetty-io" ,java-eclipse-jetty-io) | |
4614 | 4611 | ,@(package-native-inputs java-eclipse-jetty-util))))) | |
4615 | 4612 | ||
4616 | 4613 | (define-public java-eclipse-jetty-webapp-9.2 | |
… | |||
4631 | 4628 | (lambda _ | |
4632 | 4629 | (chdir "jetty-webapp")))))) | |
4633 | 4630 | (inputs | |
4634 | - | `(("util" ,java-eclipse-jetty-util-9.2) | |
4635 | - | ("http" ,java-eclipse-jetty-http-9.2) | |
4636 | - | ("server" ,java-eclipse-jetty-server-9.2) | |
4637 | - | ("servlet" ,java-eclipse-jetty-servlet-9.2) | |
4638 | - | ("security" ,java-eclipse-jetty-security-9.2) | |
4639 | - | ("xml" ,java-eclipse-jetty-xml-9.2) | |
4640 | - | ("servlet" ,java-tomcat) | |
4631 | + | `(("java-eclipse-jetty-util-9.2" ,java-eclipse-jetty-util-9.2) | |
4632 | + | ("java-eclipse-jetty-http-9.2" ,java-eclipse-jetty-http-9.2) | |
4633 | + | ("java-eclipse-jetty-server-9.2" ,java-eclipse-jetty-server-9.2) | |
4634 | + | ("java-eclipse-jetty-servlet-9.2" ,java-eclipse-jetty-servlet-9.2) | |
4635 | + | ("java-eclipse-jetty-security-9.2" ,java-eclipse-jetty-security-9.2) | |
4636 | + | ("java-eclipse-jetty-xml9.2" ,java-eclipse-jetty-xml-9.2) | |
4637 | + | ("java-tomcat" ,java-tomcat) | |
4641 | 4638 | ,@(package-inputs java-eclipse-jetty-util-9.2))) | |
4642 | 4639 | (native-inputs | |
4643 | - | `(("io" ,java-eclipse-jetty-io-9.2) | |
4640 | + | `(("java-eclipse-jetty-io-9.2" ,java-eclipse-jetty-io-9.2) | |
4644 | 4641 | ,@(package-native-inputs java-eclipse-jetty-util-9.2))))) | |
4645 | 4642 | ||
4646 | 4643 | ;(define-public java-eclipse-aether-api | |
… | |||
4660 | 4657 | ; #:source-dir "aether-api/src/main/java" | |
4661 | 4658 | ; #:test-dir "aether-api/src/test")) | |
4662 | 4659 | ; (native-inputs | |
4663 | - | ; `(("junit" ,java-junit) | |
4664 | - | ; ("hamcrest" ,java-hamcrest-core))) | |
4660 | + | ; `(("java-junit" ,java-junit) | |
4661 | + | ; ("java-hamcrest-core" ,java-hamcrest-core))) | |
4665 | 4662 | ; (home-page "https://projects.eclipse.org/projects/technology.aether") | |
4666 | 4663 | ; (synopsis "") | |
4667 | 4664 | ; (description "") | |
… | |||
4701 | 4698 | ; (inputs | |
4702 | 4699 | ; `(("api" ,java-eclipse-aether-api))) | |
4703 | 4700 | ; (native-inputs | |
4704 | - | ; `(("junit" ,java-junit) | |
4705 | - | ; ("hamcrest" ,java-hamcrest-core) | |
4701 | + | ; `(("java-junit" ,java-junit) | |
4702 | + | ; ("java-hamcrest-core" ,java-hamcrest-core) | |
4706 | 4703 | ; ("test-util" ,java-eclipse-aether-test-util))))) | |
4707 | 4704 | ; | |
4708 | 4705 | ;(define-public java-eclipse-aether-impl | |
… | |||
4753 | 4750 | ; ("javax-inject" ,java-javax-inject) | |
4754 | 4751 | ; ("sisu-inject" ,java-eclipse-sisu-inject) | |
4755 | 4752 | ; ("guice" ,java-guice) | |
4756 | - | ; ("slf4j" ,java-slf4j-api))) | |
4753 | + | ; ("java-slf4j-api" ,java-slf4j-api))) | |
4757 | 4754 | ; (native-inputs | |
4758 | - | ; `(("junit" ,java-junit) | |
4759 | - | ; ("hamcrest" ,java-hamcrest-core) | |
4755 | + | ; `(("java-junit" ,java-junit) | |
4756 | + | ; ("java-hamcrest-core" ,java-hamcrest-core) | |
4760 | 4757 | ; ("guava" ,java-guava) | |
4761 | - | ; ("cglib" ,java-cglib) | |
4762 | - | ; ("asm" ,java-asm) | |
4758 | + | ; ("java-cglib" ,java-cglib) | |
4759 | + | ; ("java-asm" ,java-asm) | |
4763 | 4760 | ; ("aopalliance" ,java-aopalliance) | |
4764 | 4761 | ; ("test-util" ,java-eclipse-aether-test-util))))) | |
4765 | 4762 | ||
… | |||
4804 | 4801 | (lambda _ | |
4805 | 4802 | (chdir "janino")))))) | |
4806 | 4803 | (inputs | |
4807 | - | `(("compiler" ,java-commons-compiler))) | |
4804 | + | `(("java-commons-compiler" ,java-commons-compiler))) | |
4808 | 4805 | (native-inputs | |
4809 | - | `(("junit" ,java-junit) | |
4810 | - | ("hamcrest" ,java-hamcrest-core))))) | |
4806 | + | `(("java-junit" ,java-junit) | |
4807 | + | ("java-hamcrest-core" ,java-hamcrest-core))))) | |
4811 | 4808 | ||
4812 | 4809 | (define-public java-logback-core | |
4813 | 4810 | (package | |
… | |||
4832 | 4829 | (lambda _ | |
4833 | 4830 | (chdir "logback-core")))))) | |
4834 | 4831 | (inputs | |
4835 | - | `(("java-mail" ,java-javax-mail) | |
4836 | - | ("servlet" ,java-tomcat) | |
4837 | - | ("compiler" ,java-commons-compiler) | |
4838 | - | ("janino" ,java-janino))) | |
4832 | + | `(("java-javax-mail" ,java-javax-mail) | |
4833 | + | ("java-tomcat" ,java-tomcat) | |
4834 | + | ("java-commons-compiler" ,java-commons-compiler) | |
4835 | + | ("java-janino" ,java-janino))) | |
4839 | 4836 | (native-inputs | |
4840 | - | `(("junit" ,java-junit) | |
4841 | - | ("hamcrest" ,java-hamcrest-core) | |
4842 | - | ("mockito" ,java-mockito-1) | |
4843 | - | ("cglib" ,java-cglib) | |
4844 | - | ("asm" ,java-asm) | |
4845 | - | ("objenesis" ,java-objenesis) | |
4846 | - | ("joda-time" ,java-joda-time))) | |
4837 | + | `(("java-junit" ,java-junit) | |
4838 | + | ("java-hamcrest-core" ,java-hamcrest-core) | |
4839 | + | ("java-mockito-1" ,java-mockito-1) | |
4840 | + | ("java-cglib" ,java-cglib) | |
4841 | + | ("java-asm" ,java-asm) | |
4842 | + | ("java-objenesis" ,java-objenesis) | |
4843 | + | ("java-joda-time" ,java-joda-time))) | |
4847 | 4844 | (home-page "https://logback.qos.ch") | |
4848 | 4845 | (synopsis "") | |
4849 | 4846 | (description "") | |
… | |||
4858 | 4855 | #:source-dir "logback-core/src/test/java" | |
4859 | 4856 | #:tests? #f)) | |
4860 | 4857 | (inputs | |
4861 | - | `(("core" ,java-logback-core) | |
4858 | + | `(("java-logback-core" ,java-logback-core) | |
4862 | 4859 | ,@(package-native-inputs java-logback-core) | |
4863 | - | ,@(package-inputs java-logback-core))))) | |
4860 | + | ,@(package-inputs java-logback-core))) | |
4861 | + | (native-inputs '()))) | |
4864 | 4862 | ||
4865 | 4863 | (define-public java-logback-classic | |
4866 | 4864 | (package | |
… | |||
4890 | 4888 | (find-files "src/main/" ".*\\.(groovy|java)$"))) | |
4891 | 4889 | (zero? (system* "ant" "jar")))))))) | |
4892 | 4890 | (inputs | |
4893 | - | `(("core" ,java-logback-core) | |
4894 | - | ("slf4j" ,java-slf4j-api) | |
4891 | + | `(("java-logback-core" ,java-logback-core) | |
4892 | + | ("java-slf4j-api" ,java-slf4j-api) | |
4895 | 4893 | ,@(package-inputs java-logback-core))) | |
4896 | 4894 | (native-inputs | |
4897 | 4895 | `(("groovy" ,groovy) | |
4898 | 4896 | ;; for groovy | |
4899 | - | ("cli" ,java-commons-cli) | |
4900 | - | ("asm" ,java-asm) | |
4901 | - | ("antlr" ,antlr2) | |
4897 | + | ("java-commons-cli" ,java-commons-cli) | |
4898 | + | ("java-asm" ,java-asm) | |
4899 | + | ("antlr2" ,antlr2) | |
4902 | 4900 | ;; for tests | |
4903 | - | ("junit" ,java-junit) | |
4904 | - | ("hamcrest" ,java-hamcrest-core) | |
4905 | - | ("dom4j" ,java-dom4j) | |
4906 | - | ("log4j" ,java-log4j-api) | |
4907 | - | ("osgi-framework" ,java-osgi-framework) | |
4908 | - | ("assertj" ,java-assertj) | |
4909 | - | ("mockito" ,java-mockito-1) | |
4910 | - | ("slf4j" ,java-slf4j-api) | |
4911 | - | ("core" ,java-logback-core) | |
4912 | - | ("logback-tests" ,java-logback-core-tests))))) | |
4901 | + | ("java-junit" ,java-junit) | |
4902 | + | ("java-hamcrest-core" ,java-hamcrest-core) | |
4903 | + | ("java-dom4j" ,java-dom4j) | |
4904 | + | ("java-log4j-api" ,java-log4j-api) | |
4905 | + | ("java-osgi-framework" ,java-osgi-framework) | |
4906 | + | ("java-assertj" ,java-assertj) | |
4907 | + | ("java-mockito-1" ,java-mockito-1) | |
4908 | + | ("java-slf4j-api" ,java-slf4j-api) | |
4909 | + | ("java-logback-core" ,java-logback-core) | |
4910 | + | ("java-logback-core-tests" ,java-logback-core-tests))))) | |
4913 | 4911 | ||
4914 | 4912 | (define java-slf4j-api-tests | |
4915 | 4913 | (package | |
… | |||
4920 | 4918 | #:source-dir "slf4j-api/src/test/java" | |
4921 | 4919 | #:tests? #f)) | |
4922 | 4920 | (inputs | |
4923 | - | `(("slf4j" ,java-slf4j-api) | |
4921 | + | `(("java-slf4j-api" ,java-slf4j-api) | |
4924 | 4922 | ,@(package-inputs java-slf4j-api) | |
4925 | 4923 | ,@(package-native-inputs java-slf4j-api))))) | |
4926 | 4924 | ||
… | |||
4943 | 4941 | #:source-dir "maven-plugin-testing-harness/src/main/java" | |
4944 | 4942 | #:jdk ,icedtea-8)) | |
4945 | 4943 | (inputs | |
4946 | - | `(("artifact" ,maven-artifact))) | |
4944 | + | `(("maven-artifact" ,maven-artifact))) | |
4947 | 4945 | (native-inputs | |
4948 | 4946 | `(("unzip" ,unzip))) | |
4949 | 4947 | (home-page "") | |
… | |||
4975 | 4973 | (delete-file "src/test/java/org/apache/maven/shared/utils/introspection/ReflectionValueExtractorTest.java") | |
4976 | 4974 | #t))))) | |
4977 | 4975 | (inputs | |
4978 | - | `(("jansi" ,java-jansi) | |
4979 | - | ("io" ,java-commons-io) | |
4980 | - | ("jsr305" ,java-jsr305) | |
4981 | - | ("container" ,java-plexus-container-default))) | |
4976 | + | `(("java-jansi" ,java-jansi) | |
4977 | + | ("java-commons-io" ,java-commons-io) | |
4978 | + | ("java-jsr305" ,java-jsr305) | |
4979 | + | ("java-plexus-container-default" ,java-plexus-container-default))) | |
4982 | 4980 | (native-inputs | |
4983 | 4981 | `(("unzip" ,unzip) | |
4984 | - | ("junit" ,java-junit) | |
4985 | - | ("hamcrest" ,java-hamcrest-core) | |
4986 | - | ("lang3" ,java-commons-lang3))) | |
4982 | + | ("java-junit" ,java-junit) | |
4983 | + | ("java-hamcrest-core" ,java-hamcrest-core) | |
4984 | + | ("java-commons-lang3" ,java-commons-lang3))) | |
4987 | 4985 | (home-page "") | |
4988 | 4986 | (synopsis "") | |
4989 | 4987 | (description "") | |
… | |||
5028 | 5026 | (install-file "apache-maven/src/bin/m2.conf" bin) | |
5029 | 5027 | (copy-recursively "apache-maven/src/conf" conf))))))) | |
5030 | 5028 | (inputs | |
5031 | - | `(("classworlds" ,java-plexus-classworlds) | |
5032 | - | ("artifact" ,maven-artifact) | |
5033 | - | ("embedder" ,maven-embedder) | |
5034 | - | ("core" ,maven-core) | |
5035 | - | ("compat" ,maven-compat) | |
5036 | - | ("builder" ,maven-builder-support) | |
5037 | - | ("model" ,maven-model) | |
5038 | - | ("model-builder" ,maven-model-builder) | |
5039 | - | ("settings" ,maven-settings) | |
5040 | - | ("settings-builder" ,maven-settings-builder) | |
5041 | - | ("plugin-api" ,maven-plugin-api) | |
5042 | - | ("metadata", maven-repository-metadata) | |
5043 | - | ("shared-utils" ,maven-shared-utils) | |
5044 | - | ("api" ,maven-resolver-api) | |
5045 | - | ("spi" ,maven-resolver-spi) | |
5046 | - | ("util" ,maven-resolver-util) | |
5047 | - | ("impl" ,maven-resolver-impl) | |
5048 | - | ("resolver-connector-basic" ,maven-resolver-connector-basic) | |
5049 | - | ("resolver-provider" ,maven-resolver-provider) | |
5050 | - | ("transport-wagon" ,maven-resolver-transport-wagon) | |
5051 | - | ("wagon" ,maven-wagon-provider-api) | |
5052 | - | ("wagon-file" ,maven-wagon-file) | |
5053 | - | ("wagon-http" ,maven-wagon-http) | |
5054 | - | ("logging" ,java-commons-logging-minimal) | |
5055 | - | ("httpclient" ,java-httpcomponents-client) | |
5056 | - | ("httpcore" ,java-httpcomponents-core) | |
5057 | - | ("wagon-http-shared" ,maven-wagon-http-shared) | |
5058 | - | ("wagon-tck-http" ,maven-wagon-tck-http) | |
5059 | - | ("container" ,java-eclipse-sisu-plexus) | |
5060 | - | ("guice" ,java-guice) | |
5061 | - | ("aop" ,java-aopalliance) | |
5062 | - | ("cglib" ,java-cglib) | |
5063 | - | ("asm" ,java-asm) | |
5064 | - | ("sisu-inject" ,java-eclipse-sisu-inject) | |
5065 | - | ("javax-inject" ,java-javax-inject) | |
5066 | - | ("annots" ,java-plexus-component-annotations) | |
5067 | - | ("plexus-utils" ,java-plexus-utils) | |
5068 | - | ("interpolation" ,java-plexus-interpolation) | |
5069 | - | ("sec-dispatcher" ,java-plexus-sec-dispatcher) | |
5070 | - | ("cipher" ,java-plexus-cipher) | |
5071 | - | ("guava" ,java-guava) | |
5072 | - | ("jansi" ,java-jansi) | |
5073 | - | ("jsr250" ,java-jsr250) | |
5074 | - | ("cdi" ,java-cdi-api) | |
5075 | - | ("cli" ,java-commons-cli) | |
5076 | - | ("io" ,java-commons-io) | |
5077 | - | ("lang3" ,java-commons-lang3) | |
5078 | - | ("slf4j" ,java-slf4j-api) | |
5029 | + | `(("java-plexus-classworlds" ,java-plexus-classworlds) | |
5030 | + | ("maven-artifact" ,maven-artifact) | |
5031 | + | ("maven-embedder" ,maven-embedder) | |
5032 | + | ("maven-core" ,maven-core) | |
5033 | + | ("maven-compat" ,maven-compat) | |
5034 | + | ("maven-builder-support" ,maven-builder-support) | |
5035 | + | ("maven-model" ,maven-model) | |
5036 | + | ("maven-model-builder" ,maven-model-builder) | |
5037 | + | ("maven-settings" ,maven-settings) | |
5038 | + | ("maven-settings-builder" ,maven-settings-builder) | |
5039 | + | ("maven-plugin-api" ,maven-plugin-api) | |
5040 | + | ("maven-repository-metadata", maven-repository-metadata) | |
5041 | + | ("maven-shared-utils" ,maven-shared-utils) | |
5042 | + | ("maven-resolver-api" ,maven-resolver-api) | |
5043 | + | ("maven-resolver-spi" ,maven-resolver-spi) | |
5044 | + | ("maven-resolver-util" ,maven-resolver-util) | |
5045 | + | ("maven-resolver-impl" ,maven-resolver-impl) | |
5046 | + | ("maven-resolver-connector-basic" ,maven-resolver-connector-basic) | |
5047 | + | ("maven-resolver-provider" ,maven-resolver-provider) | |
5048 | + | ("maven-resolver-transport-wagon" ,maven-resolver-transport-wagon) | |
5049 | + | ("maven-wagon-provider-api" ,maven-wagon-provider-api) | |
5050 | + | ("maven-wagon-file" ,maven-wagon-file) | |
5051 | + | ("maven-wagon-http" ,maven-wagon-http) | |
5052 | + | ("java-commons-logging-minimal" ,java-commons-logging-minimal) | |
5053 | + | ("java-httpcomponents-client" ,java-httpcomponents-client) | |
5054 | + | ("java-httpcomponents-core" ,java-httpcomponents-core) | |
5055 | + | ("maven-wagon-http-shared" ,maven-wagon-http-shared) | |
5056 | + | ("maven-wagon-tck-http" ,maven-wagon-tck-http) | |
5057 | + | ("java-eclipse-sisu-plexus" ,java-eclipse-sisu-plexus) | |
5058 | + | ("java-guice" ,java-guice) | |
5059 | + | ("java-aopalliance" ,java-aopalliance) | |
5060 | + | ("java-cglib" ,java-cglib) | |
5061 | + | ("java-asm" ,java-asm) | |
5062 | + | ("java-eclipse-sisu-inject" ,java-eclipse-sisu-inject) | |
5063 | + | ("java-javax-inject" ,java-javax-inject) | |
5064 | + | ("java-plexus-component-annotations" ,java-plexus-component-annotations) | |
5065 | + | ("java-plexus-utils" ,java-plexus-utils) | |
5066 | + | ("java-plexus-interpolation" ,java-plexus-interpolation) | |
5067 | + | ("java-plexus-sec-dispatcher" ,java-plexus-sec-dispatcher) | |
5068 | + | ("java-plexus-cipher" ,java-plexus-cipher) | |
5069 | + | ("java-guava" ,java-guava) | |
5070 | + | ("java-jansi" ,java-jansi) | |
5071 | + | ("java-jsr250" ,java-jsr250) | |
5072 | + | ("java-cdi-api" ,java-cdi-api) | |
5073 | + | ("java-commons-cli" ,java-commons-cli) | |
5074 | + | ("java-commons-io" ,java-commons-io) | |
5075 | + | ("java-commons-lang3" ,java-commons-lang3) | |
5076 | + | ("java-slf4j-api" ,java-slf4j-api) | |
5079 | 5077 | ;; TODO: replace with maven-slf4j-provider | |
5080 | - | ("simple" ,java-slf4j-simple))) | |
5078 | + | ("java-slf4j-simple" ,java-slf4j-simple))) | |
5081 | 5079 | (home-page "") | |
5082 | 5080 | (synopsis "") | |
5083 | 5081 | (description "") | |
… | |||
5096 | 5094 | `(("java-plexus-utils" ,java-plexus-utils) | |
5097 | 5095 | ("java-commons-lang3" ,java-commons-lang3))) | |
5098 | 5096 | (native-inputs | |
5099 | - | `(("junit" ,java-junit))))) | |
5097 | + | `(("java-junit" ,java-junit))))) | |
5100 | 5098 | ||
5101 | 5099 | (define-public maven-model | |
5102 | 5100 | (package | |
… | |||
5123 | 5121 | (modello-single-mode file "4.0.0" "xpp3-writer") | |
5124 | 5122 | (modello-single-mode file "4.0.0" "xpp3-extended-reader")))))))) | |
5125 | 5123 | (inputs | |
5126 | - | `(("lang3" ,java-commons-lang3) | |
5127 | - | ("utils" ,java-plexus-utils))) | |
5124 | + | `(("java-commons-lang3" ,java-commons-lang3) | |
5125 | + | ("java-plexus-utils" ,java-plexus-utils))) | |
5128 | 5126 | (native-inputs | |
5129 | - | `(("modello" ,java-modello-core) | |
5127 | + | `(("java-modello-core" ,java-modello-core) | |
5130 | 5128 | ;; for modello: | |
5131 | - | ;("container" ,java-plexus-container-default) | |
5132 | - | ("container" ,java-eclipse-sisu-plexus) | |
5133 | - | ("annots" ,java-plexus-component-annotations) | |
5134 | - | ("guice" ,java-guice) | |
5135 | - | ("cglib" ,java-cglib) | |
5136 | - | ("asm" ,java-asm) | |
5137 | - | ("sisu-inject" ,java-eclipse-sisu-inject) | |
5138 | - | ("javax-inject" ,java-javax-inject) | |
5139 | - | ("classworlds" ,java-plexus-classworlds) | |
5140 | - | ("guava" ,java-guava) | |
5141 | - | ("xbean" ,java-geronimo-xbean-reflect) | |
5142 | - | ("build-api" ,java-sisu-build-api) | |
5129 | + | ("java-eclipse-sisu-plexus" ,java-eclipse-sisu-plexus) | |
5130 | + | ("java-plexus-component-annotations" ,java-plexus-component-annotations) | |
5131 | + | ("java-guice" ,java-guice) | |
5132 | + | ("java-cglib" ,java-cglib) | |
5133 | + | ("java-asm" ,java-asm) | |
5134 | + | ("java-eclipse-sisu-inject" ,java-eclipse-sisu-inject) | |
5135 | + | ("java-javax-inject" ,java-javax-inject) | |
5136 | + | ("java-plexus-classworlds" ,java-plexus-classworlds) | |
5137 | + | ("java-guava" ,java-guava) | |
5138 | + | ("java-geronimo-xbean-reflect" ,java-geronimo-xbean-reflect) | |
5139 | + | ("java-sisu-build-api" ,java-sisu-build-api) | |
5143 | 5140 | ;; modello plugins: | |
5144 | - | ("java" ,java-modello-plugins-java) | |
5145 | - | ("xml" ,java-modello-plugins-xml) | |
5146 | - | ("xpp3" ,java-modello-plugins-xpp3) | |
5141 | + | ("java-modello-plugins-java" ,java-modello-plugins-java) | |
5142 | + | ("java-modello-plugins-xml" ,java-modello-plugins-xml) | |
5143 | + | ("java-modello-plugins-xpp3" ,java-modello-plugins-xpp3) | |
5147 | 5144 | ;; for tests | |
5148 | - | ("junit" ,java-junit))))) | |
5145 | + | ("java-junit" ,java-junit))))) | |
5149 | 5146 | ||
5150 | 5147 | (define-public maven-settings | |
5151 | 5148 | (package | |
… | |||
5172 | 5169 | (modello-single-mode file "1.1.0" "xpp3-writer")))))))) | |
5173 | 5170 | (inputs '()) | |
5174 | 5171 | (native-inputs | |
5175 | - | `(("modello" ,java-modello-core) | |
5172 | + | `(("java-modello-core" ,java-modello-core) | |
5176 | 5173 | ;; for modello: | |
5177 | 5174 | ;("container" ,java-plexus-container-default) | |
5178 | - | ("container" ,java-eclipse-sisu-plexus) | |
5179 | - | ("annots" ,java-plexus-component-annotations) | |
5180 | - | ("guice" ,java-guice) | |
5181 | - | ("cglib" ,java-cglib) | |
5182 | - | ("asm" ,java-asm) | |
5183 | - | ("sisu-inject" ,java-eclipse-sisu-inject) | |
5184 | - | ("javax-inject" ,java-javax-inject) | |
5185 | - | ("classworlds" ,java-plexus-classworlds) | |
5186 | - | ("utils" ,java-plexus-utils) | |
5187 | - | ("guava" ,java-guava) | |
5188 | - | ("xbean" ,java-geronimo-xbean-reflect) | |
5189 | - | ("build-api" ,java-sisu-build-api) | |
5175 | + | ("java-eclipse-sisu-plexus" ,java-eclipse-sisu-plexus) | |
5176 | + | ("java-plexus-component-annotations" ,java-plexus-component-annotations) | |
5177 | + | ("java-guice" ,java-guice) | |
5178 | + | ("java-cglib" ,java-cglib) | |
5179 | + | ("java-asm" ,java-asm) | |
5180 | + | ("java-eclipse-sisu-inject" ,java-eclipse-sisu-inject) | |
5181 | + | ("java-javax-inject" ,java-javax-inject) | |
5182 | + | ("java-plexus-classworlds" ,java-plexus-classworlds) | |
5183 | + | ("java-plexus-utils" ,java-plexus-utils) | |
5184 | + | ("java-guava" ,java-guava) | |
5185 | + | ("java-geronimo-xbean-reflect" ,java-geronimo-xbean-reflect) | |
5186 | + | ("java-sisu-build-api" ,java-sisu-build-api) | |
5190 | 5187 | ;; modello plugins: | |
5191 | - | ("java" ,java-modello-plugins-java) | |
5192 | - | ("xml" ,java-modello-plugins-xml) | |
5193 | - | ("xpp3" ,java-modello-plugins-xpp3))))) | |
5188 | + | ("java-modello-plugins-java" ,java-modello-plugins-java) | |
5189 | + | ("java-modello-plugins-xml" ,java-modello-plugins-xml) | |
5190 | + | ("java-modello-plugins-xpp3" ,java-modello-plugins-xpp3))))) | |
5194 | 5191 | ||
5195 | 5192 | (define-public maven-builder-support | |
5196 | 5193 | (package | |
… | |||
5210 | 5207 | (("target/test-classes") "maven-builder-support/src/test/resources")) | |
5211 | 5208 | #t))))) | |
5212 | 5209 | (inputs | |
5213 | - | `(("utils" ,java-plexus-utils) | |
5214 | - | ("lang3" ,java-commons-lang3))) | |
5210 | + | `(("java-plexus-utils" ,java-plexus-utils) | |
5211 | + | ("java-commons-lang3" ,java-commons-lang3))) | |
5215 | 5212 | (native-inputs | |
5216 | - | `(("junit" ,java-junit) | |
5217 | - | ("hamcrest" ,java-hamcrest-core))))) | |
5213 | + | `(("java-junit" ,java-junit) | |
5214 | + | ("java-hamcrest-core" ,java-hamcrest-core))))) | |
5218 | 5215 | ||
5219 | 5216 | (define-public maven-settings-builder | |
5220 | 5217 | (package | |
… | |||
5234 | 5231 | (zero? (system* "./components.sh" "maven-settings-builder/src/main/java" | |
5235 | 5232 | "build/classes/META-INF/plexus/components.xml"))))))) | |
5236 | 5233 | (inputs | |
5237 | - | `(("utils" ,java-plexus-utils) | |
5238 | - | ("annotations" ,java-plexus-component-annotations) | |
5239 | - | ("interpolation" ,java-plexus-interpolation) | |
5240 | - | ("sec-dispatcher" ,java-plexus-sec-dispatcher) | |
5241 | - | ("support" ,maven-builder-support) | |
5242 | - | ("settings" ,maven-settings) | |
5243 | - | ("lang3" ,java-commons-lang3))) | |
5234 | + | `(("java-plexus-utils" ,java-plexus-utils) | |
5235 | + | ("java-plexus-component-annotations" ,java-plexus-component-annotations) | |
5236 | + | ("java-plexus-interpolation" ,java-plexus-interpolation) | |
5237 | + | ("java-plexus-sec-dispatcher" ,java-plexus-sec-dispatcher) | |
5238 | + | ("maven-builder-support" ,maven-builder-support) | |
5239 | + | ("maven-settings" ,maven-settings) | |
5240 | + | ("java-commons-lang3" ,java-commons-lang3))) | |
5244 | 5241 | (native-inputs | |
5245 | - | `(("junit" ,java-junit))))) | |
5242 | + | `(("java-junit" ,java-junit))))) | |
5246 | 5243 | ||
5247 | 5244 | (define-public maven-plugin-api | |
5248 | 5245 | (package | |
… | |||
5268 | 5265 | (modello-single-mode file "1.0.0" "xpp3-reader") | |
5269 | 5266 | (modello-single-mode file "1.0.0" "xpp3-writer")))))))) | |
5270 | 5267 | (inputs | |
5271 | - | `(("artifact" ,maven-artifact) | |
5272 | - | ("model" ,maven-model) | |
5273 | - | ;("container" ,java-plexus-container-default) | |
5274 | - | ("container" ,java-eclipse-sisu-plexus) | |
5275 | - | ("annots" ,java-plexus-component-annotations) | |
5268 | + | `(("maven-artifact" ,maven-artifact) | |
5269 | + | ("maven-model" ,maven-model) | |
5270 | + | ("java-eclipse-sisu-plexus" ,java-eclipse-sisu-plexus) | |
5271 | + | ("java-plexus-component-annotations" ,java-plexus-component-annotations) | |
5276 | 5272 | ("guice" ,java-guice) | |
5277 | - | ("cglib" ,java-cglib) | |
5278 | - | ("asm" ,java-asm) | |
5273 | + | ("java-cglib" ,java-cglib) | |
5274 | + | ("java-asm" ,java-asm) | |
5279 | 5275 | ("sisu-inject" ,java-eclipse-sisu-inject) | |
5280 | 5276 | ("javax-inject" ,java-javax-inject) | |
5281 | 5277 | ("utils" ,java-plexus-utils))) | |
… | |||
5291 | 5287 | ("xml" ,java-modello-plugins-xml) | |
5292 | 5288 | ("xpp3" ,java-modello-plugins-xpp3) | |
5293 | 5289 | ;; for tests | |
5294 | - | ("junit" ,java-junit))))) | |
5290 | + | ("java-junit" ,java-junit))))) | |
5295 | 5291 | ||
5296 | 5292 | (define-public maven-model-builder | |
5297 | 5293 | (package | |
… | |||
5329 | 5325 | ("lang3" ,java-commons-lang3) | |
5330 | 5326 | ("guava" ,java-guava))) | |
5331 | 5327 | (native-inputs | |
5332 | - | `(("junit" ,java-junit) | |
5333 | - | ("hamcrest" ,java-hamcrest-core) | |
5334 | - | ("container" ,java-eclipse-sisu-plexus) | |
5335 | - | ("annots" ,java-plexus-component-annotations) | |
5328 | + | `(("java-junit" ,java-junit) | |
5329 | + | ("java-hamcrest-core" ,java-hamcrest-core) | |
5330 | + | ("java-eclipse-sisu-plexus" ,java-eclipse-sisu-plexus) | |
5331 | + | ("java-plexus-component-annotations" ,java-plexus-component-annotations) | |
5336 | 5332 | ("guice" ,java-guice) | |
5337 | - | ("cglib" ,java-cglib) | |
5338 | - | ("asm" ,java-asm) | |
5333 | + | ("java-cglib" ,java-cglib) | |
5334 | + | ("java-asm" ,java-asm) | |
5339 | 5335 | ("sisu-inject" ,java-eclipse-sisu-inject) | |
5340 | 5336 | ("javax-inject" ,java-javax-inject) | |
5341 | 5337 | ("xmlunit" ,java-xmlunit) | |
… | |||
5371 | 5367 | `(("modello" ,java-modello-core) | |
5372 | 5368 | ;; for modello: | |
5373 | 5369 | ;("container" ,java-plexus-container-default) | |
5374 | - | ("container" ,java-eclipse-sisu-plexus) | |
5375 | - | ("annots" ,java-plexus-component-annotations) | |
5376 | - | ("guice" ,java-guice) | |
5377 | - | ("cglib" ,java-cglib) | |
5378 | - | ("asm" ,java-asm) | |
5379 | - | ("sisu-inject" ,java-eclipse-sisu-inject) | |
5380 | - | ("javax-inject" ,java-javax-inject) | |
5381 | - | ("utils" ,java-plexus-utils) | |
5382 | - | ("classworlds" ,java-plexus-classworlds) | |
5383 | - | ("guava" ,java-guava) | |
5384 | - | ("xbean" ,java-geronimo-xbean-reflect) | |
5385 | - | ("build-api" ,java-sisu-build-api) | |
5370 | + | ("java-eclipse-sisu-plexus" ,java-eclipse-sisu-plexus) | |
5371 | + | ("java-plexus-component-annotations" ,java-plexus-component-annotations) | |
5372 | + | ("java-guice" ,java-guice) | |
5373 | + | ("java-cglib" ,java-cglib) | |
5374 | + | ("java-asm" ,java-asm) | |
5375 | + | ("java-eclipse-sisu-inject" ,java-eclipse-sisu-inject) | |
5376 | + | ("java-javax-inject" ,java-javax-inject) | |
5377 | + | ("java-plexus-utils" ,java-plexus-utils) | |
5378 | + | ("java-plexus-classworlds" ,java-plexus-classworlds) | |
5379 | + | ("java-guava" ,java-guava) | |
5380 | + | ("java-geronimo-xbean-reflect" ,java-geronimo-xbean-reflect) | |
5381 | + | ("java-sisu-build-api" ,java-sisu-build-api) | |
5386 | 5382 | ;; modello plugins: | |
5387 | - | ("java" ,java-modello-plugins-java) | |
5388 | - | ("xml" ,java-modello-plugins-xml) | |
5389 | - | ("xpp3" ,java-modello-plugins-xpp3) | |
5383 | + | ("java-modello-plugins-java" ,java-modello-plugins-java) | |
5384 | + | ("java-modello-plugins-xml" ,java-modello-plugins-xml) | |
5385 | + | ("java-modello-plugins-xpp3" ,java-modello-plugins-xpp3) | |
5390 | 5386 | ;; for tests | |
5391 | - | ("junit" ,java-junit))))) | |
5387 | + | ("java-junit" ,java-junit))))) | |
5392 | 5388 | ||
5393 | 5389 | (define-public maven-resolver-provider | |
5394 | 5390 | (package | |
… | |||
5409 | 5405 | (zero? (system* "./components.sh" "maven-resolver-provider/src/main/java" | |
5410 | 5406 | "build/classes/META-INF/plexus/components.xml"))))))) | |
5411 | 5407 | (inputs | |
5412 | - | `(("spi" ,maven-resolver-spi) | |
5413 | - | ("api" ,maven-resolver-api) | |
5414 | - | ("impl" ,maven-resolver-impl) | |
5415 | - | ("util" ,maven-resolver-util) | |
5416 | - | ("model" ,maven-model) | |
5417 | - | ("model-builder" ,maven-model-builder) | |
5418 | - | ("support" ,maven-builder-support) | |
5419 | - | ("repository" ,maven-repository-metadata) | |
5420 | - | ("utils" ,java-plexus-utils) | |
5421 | - | ("annotations" ,java-plexus-component-annotations) | |
5422 | - | ("lang3" ,java-commons-lang3) | |
5423 | - | ("guice" ,java-guice) | |
5424 | - | ("guava" ,java-guava) | |
5425 | - | ("sisu-inject" ,java-eclipse-sisu-inject) | |
5426 | - | ("javax-inject" ,java-javax-inject))))) | |
5408 | + | `(("maven-resolver-spi" ,maven-resolver-spi) | |
5409 | + | ("maven-resolver-api" ,maven-resolver-api) | |
5410 | + | ("maven-resolver-impl" ,maven-resolver-impl) | |
5411 | + | ("maven-resolver-util" ,maven-resolver-util) | |
5412 | + | ("maven-model" ,maven-model) | |
5413 | + | ("maven-model-builder" ,maven-model-builder) | |
5414 | + | ("maven-builder-support" ,maven-builder-support) | |
5415 | + | ("maven-repository-metadata" ,maven-repository-metadata) | |
5416 | + | ("java-plexus-utils" ,java-plexus-utils) | |
5417 | + | ("java-plexus-component-annotations" ,java-plexus-component-annotations) | |
5418 | + | ("java-commons-lang3" ,java-commons-lang3) | |
5419 | + | ("java-guice" ,java-guice) | |
5420 | + | ("java-guava" ,java-guava) | |
5421 | + | ("java-eclipse-sisu-inject" ,java-eclipse-sisu-inject) | |
5422 | + | ("java-javax-inject" ,java-javax-inject))))) | |
5427 | 5423 | ||
5428 | 5424 | ;(define-public maven-resolver-provider | |
5429 | 5425 | ; (package | |
… | |||
5460 | 5456 | ; (native-inputs | |
5461 | 5457 | ; `(;; For building tests: | |
5462 | 5458 | ; ("maven-core" ,maven-core-boot) | |
5463 | - | ; ("container" ,java-eclipse-sisu-plexus) | |
5464 | - | ; ("junit" ,java-junit) | |
5465 | - | ; ("mockito" ,java-mockito-1) | |
5459 | + | ; ("java-eclipse-sisu-plexus" ,java-eclipse-sisu-plexus) | |
5460 | + | ; ("java-junit" ,java-junit) | |
5461 | + | ; ("java-mockito-1" ,java-mockito-1) | |
5466 | 5462 | ; ;; For running tests: | |
5467 | - | ; ("hamcrest" ,java-hamcrest-core) | |
5463 | + | ; ("java-hamcrest-core" ,java-hamcrest-core) | |
5468 | 5464 | ; ("aop" ,java-aopalliance) | |
5469 | 5465 | ; ("classworlds" ,java-plexus-classworlds) | |
5470 | 5466 | ; ("plugin" ,maven-plugin-api) | |
5471 | - | ; ("cglib" ,java-cglib) | |
5472 | - | ; ("asm" ,java-asm) | |
5467 | + | ; ("java-cglib" ,java-cglib) | |
5468 | + | ; ("java-asm" ,java-asm) | |
5473 | 5469 | ; ("interpolation" ,java-plexus-interpolation) | |
5474 | 5470 | ; ("artifact" ,maven-artifact) | |
5475 | - | ; ("objenesis" ,java-objenesis) | |
5471 | + | ; ("java-objenesis" ,java-objenesis) | |
5476 | 5472 | ; ("transport-wagon" ,maven-resolver-transport-wagon) | |
5477 | 5473 | ; ("wagon-file" ,maven-wagon-file) | |
5478 | 5474 | ; ("wagon-api" ,maven-wagon-provider-api) | |
… | |||
5525 | 5521 | (modello-single-mode file "1.1.0" "xpp3-reader") | |
5526 | 5522 | (modello-single-mode file "1.1.0" "xpp3-writer")))))))) | |
5527 | 5523 | (inputs | |
5528 | - | `(("artifact" ,maven-artifact) | |
5529 | - | ("resolver" ,maven-resolver-provider) | |
5530 | - | ("support" ,maven-builder-support) | |
5531 | - | ("model" ,maven-model) | |
5532 | - | ("model-builder" ,maven-model-builder) | |
5533 | - | ("settings" ,maven-settings) | |
5534 | - | ("settings-builder" ,maven-settings-builder) | |
5535 | - | ("plugin-api" ,maven-plugin-api) | |
5536 | - | ("repository-metadat" ,maven-repository-metadata) | |
5537 | - | ("shared-utils" ,maven-shared-utils) | |
5538 | - | ("annotations" ,java-plexus-component-annotations) | |
5539 | - | ("utils" ,java-plexus-utils) | |
5540 | - | ("lang3" ,java-commons-lang3) | |
5541 | - | ("guava" ,java-guava) | |
5542 | - | ("guice" ,java-guice) | |
5543 | - | ("aether-api" ,maven-resolver-api) | |
5544 | - | ("aether-spi" ,maven-resolver-spi) | |
5545 | - | ("aether-util" ,maven-resolver-util) | |
5546 | - | ("aether-impl" ,maven-resolver-impl) | |
5547 | - | ("sisu-inject" ,java-eclipse-sisu-inject) | |
5548 | - | ("container" ,java-eclipse-sisu-plexus) | |
5524 | + | `(("maven-artifact" ,maven-artifact) | |
5525 | + | ("maven-resolver-provider" ,maven-resolver-provider) | |
5526 | + | ("maven-builder-support" ,maven-builder-support) | |
5527 | + | ("maven-model" ,maven-model) | |
5528 | + | ("maven-model-builder" ,maven-model-builder) | |
5529 | + | ("maven-settings" ,maven-settings) | |
5530 | + | ("maven-settings-builder" ,maven-settings-builder) | |
5531 | + | ("maven-plugin-api" ,maven-plugin-api) | |
5532 | + | ("maven-repository-metadata" ,maven-repository-metadata) | |
5533 | + | ("maven-shared-utils" ,maven-shared-utils) | |
5534 | + | ("java-plexus-component-annotations" ,java-plexus-component-annotations) | |
5535 | + | ("java-plexus-utils" ,java-plexus-utils) | |
5536 | + | ("java-commons-lang3" ,java-commons-lang3) | |
5537 | + | ("java-guava" ,java-guava) | |
5538 | + | ("java-guice" ,java-guice) | |
5539 | + | ("maven-resolver-api" ,maven-resolver-api) | |
5540 | + | ("maven-resolver-spi" ,maven-resolver-spi) | |
5541 | + | ("maven-resolver-util" ,maven-resolver-util) | |
5542 | + | ("maven-resolver-impl" ,maven-resolver-impl) | |
5543 | + | ("java-eclipse-sisu-inject" ,java-eclipse-sisu-inject) | |
5544 | + | ("java-eclipse-sisu-plexus" ,java-eclipse-sisu-plexus) | |
5549 | 5545 | ("java-javax-inject" ,java-javax-inject) | |
5550 | - | ("classworld" ,java-plexus-classworlds))) | |
5546 | + | ("java-plexus-classworld" ,java-plexus-classworlds))) | |
5551 | 5547 | (native-inputs | |
5552 | - | `(("modello" ,java-modello-core) | |
5553 | - | ("cglib" ,java-cglib) | |
5554 | - | ("asm" ,java-asm) | |
5555 | - | ("classworlds" ,java-plexus-classworlds) | |
5556 | - | ("xbean" ,java-geronimo-xbean-reflect) | |
5557 | - | ("build-api" ,java-sisu-build-api) | |
5558 | - | ("java" ,java-modello-plugins-java) | |
5559 | - | ("xml" ,java-modello-plugins-xml) | |
5560 | - | ("xpp3" ,java-modello-plugins-xpp3) | |
5548 | + | `(("java-modello-core" ,java-modello-core) | |
5549 | + | ("java-cglib" ,java-cglib) | |
5550 | + | ("java-asm" ,java-asm) | |
5551 | + | ("java-plexus-classworlds" ,java-plexus-classworlds) | |
5552 | + | ("java-geronimo-xbean-reflect" ,java-geronimo-xbean-reflect) | |
5553 | + | ("java-sisu-build-api" ,java-sisu-build-api) | |
5554 | + | ("java-modello-plugins-java" ,java-modello-plugins-java) | |
5555 | + | ("java-modello-plugins-xml" ,java-modello-plugins-xml) | |
5556 | + | ("java-modello-plugins-xpp3" ,java-modello-plugins-xpp3) | |
5561 | 5557 | ;; tests | |
5562 | - | ("junit" ,java-junit) | |
5563 | - | ("mockito" ,java-mockito-1) | |
5564 | - | ("jxpath" ,java-commons-jxpath))))) | |
5558 | + | ("java-junit" ,java-junit) | |
5559 | + | ("java-mockito-1" ,java-mockito-1) | |
5560 | + | ("java-commons-jxpath" ,java-commons-jxpath))))) | |
5565 | 5561 | ||
5566 | 5562 | (define-public maven-core | |
5567 | 5563 | (package | |
… | |||
5596 | 5592 | "cat src/main/resources/META-INF/plexus/default-bindings.xml |" | |
5597 | 5593 | " sed -e 's|<?xml.*||' -e 's|<component-set>||' -e 's|<components>||' )>" | |
5598 | 5594 | "build/classes/META-INF/plexus/components.xml")))))) | |
5599 | - | ;(substitute* "build/classes/META-INF/plexus/components.xml" | |
5600 | - | ; (("</components>") | |
5601 | - | ; (string-append | |
5602 | - | ; " <component>\n" | |
5603 | - | ; " <role>org.sonatype.plexus.components.sec.dispatcher.SecDispatcher</role>\n" | |
5604 | - | ; " <role-hint>maven</role-hint>\n" | |
5605 | - | ; " <implementation>org.sonatype.plexus.components.sec.dispatcher.DefaultSecDispatcher</implementation>\n" | |
5606 | - | ; " <description>Maven Security dispatcher</description>\n" | |
5607 | - | ; " <requirements>\n" | |
5608 | - | ; " <requirement>\n" | |
5609 | - | ; " <role>org.sonatype.plexus.components.cipher.PlexusCipher</role>\n" | |
5610 | - | ; " <field-name>_cipher</field-name>\n" | |
5611 | - | ; " </requirement>\n" | |
5612 | - | ; " <requirement>\n" | |
5613 | - | ; " <role>org.sonatype.plexus.components.sec.dispatcher.PasswordDecryptor</role>\n" | |
5614 | - | ; " <field-name>_decryptors</field-name>\n" | |
5615 | - | ; " </requirement>\n" | |
5616 | - | ; " </requirements>\n" | |
5617 | - | ; " <configuration>\n" | |
5618 | - | ; " <_configuration-file>~/.m2/settings-security.xml</_configuration-file>\n" | |
5619 | - | ; " </configuration>\n" | |
5620 | - | ; " </component>\n" | |
5621 | - | ; "</components>"))) | |
5622 | - | ;#t))) | |
5623 | - | ;(add-after 'generate-metadata 'fix-metadata | |
5624 | - | ; (lambda _ | |
5625 | - | ; (substitute* "build/classes/META-INF/plexus/components.xml" | |
5626 | - | ; (("<field-name>") "<role-hint /><field-name>")) | |
5627 | - | ; #t)) | |
5628 | 5595 | (add-after 'generate-metadata 'rebuild | |
5629 | 5596 | (lambda _ | |
5630 | 5597 | (zero? (system* "ant" "jar")))))))) | |
5631 | 5598 | (native-inputs | |
5632 | - | `(("metadata" ,java-plexus-component-metadata) | |
5633 | - | ("cli" ,java-commons-cli) | |
5634 | - | ("plexus-cli" ,java-plexus-cli) | |
5635 | - | ("jdom2" ,java-jdom2) | |
5636 | - | ("qdox" ,java-qdox) | |
5637 | - | ("core" ,maven-core-boot) | |
5599 | + | `(("java-plexus-component-metadata" ,java-plexus-component-metadata) | |
5600 | + | ("java-commons-cli" ,java-commons-cli) | |
5601 | + | ("java-plexus-cli" ,java-plexus-cli) | |
5602 | + | ("java-jdom2" ,java-jdom2) | |
5603 | + | ("java-qdox" ,java-qdox) | |
5604 | + | ("maven-core-boot" ,maven-core-boot) | |
5638 | 5605 | ,@(package-native-inputs maven-core-boot))))) | |
5639 | 5606 | ||
5640 | 5607 | (define-public maven-wagon-provider-api | |
… | |||
5652 | 5619 | #:source-dir "wagon-provider-api/src/main/java" | |
5653 | 5620 | #:test-dir "wagon-provider-api/src/test")) | |
5654 | 5621 | (inputs | |
5655 | - | `(("utils" ,java-plexus-utils))) | |
5622 | + | `(("java-plexus-utils" ,java-plexus-utils))) | |
5656 | 5623 | (native-inputs | |
5657 | 5624 | `(("unzip" ,unzip) | |
5658 | - | ("junit" ,java-junit) | |
5659 | - | ("easymock" ,java-easymock))) | |
5625 | + | ("java-junit" ,java-junit) | |
5626 | + | ("java-easymock" ,java-easymock))) | |
5660 | 5627 | (home-page "") | |
5661 | 5628 | (synopsis "") | |
5662 | 5629 | (description "") | |
… | |||
5672 | 5639 | #:tests? #f; no tests | |
5673 | 5640 | #:jdk ,icedtea-8)) | |
5674 | 5641 | (inputs | |
5675 | - | `(("utils" ,java-plexus-utils) | |
5676 | - | ("containers" ,java-plexus-container-default) | |
5677 | - | ("jetty-util" ,java-eclipse-jetty-util-9.2) | |
5678 | - | ("jetty-security" ,java-eclipse-jetty-security-9.2) | |
5679 | - | ("jetty-server" ,java-eclipse-jetty-server-9.2) | |
5680 | - | ("jetty-servlet" ,java-eclipse-jetty-servlet-9.2) | |
5681 | - | ("slf4j" ,java-slf4j-api) | |
5682 | - | ("servlet" ,java-tomcat) | |
5683 | - | ("provider-api" ,maven-wagon-provider-api))))) | |
5642 | + | `(("java-plexus-utils" ,java-plexus-utils) | |
5643 | + | ("java-plexus-container-default" ,java-plexus-container-default) | |
5644 | + | ("java-eclipse-jetty-util-9.2" ,java-eclipse-jetty-util-9.2) | |
5645 | + | ("java-eclipse-jetty-security-9.2" ,java-eclipse-jetty-security-9.2) | |
5646 | + | ("java-eclipse-jetty-server-9.2" ,java-eclipse-jetty-server-9.2) | |
5647 | + | ("java-eclipse-jetty-servlet-9.2" ,java-eclipse-jetty-servlet-9.2) | |
5648 | + | ("java-slf4j-api" ,java-slf4j-api) | |
5649 | + | ("java-tomcat" ,java-tomcat) | |
5650 | + | ("maven-wagon-provider-api" ,maven-wagon-provider-api))))) | |
5684 | 5651 | ||
5685 | 5652 | (define-public maven-wagon-file | |
5686 | 5653 | (package | |
… | |||
5711 | 5678 | (lambda _ | |
5712 | 5679 | (zero? (system* "ant" "jar"))))))) | |
5713 | 5680 | (inputs | |
5714 | - | `(("utils" ,java-plexus-utils) | |
5715 | - | ("provider-api" ,maven-wagon-provider-api))) | |
5681 | + | `(("java-plexus-utils" ,java-plexus-utils) | |
5682 | + | ("maven-wagon-provider-api" ,maven-wagon-provider-api))) | |
5716 | 5683 | (native-inputs | |
5717 | - | `(("provider-test" ,maven-wagon-provider-test) | |
5718 | - | ("metadata" ,java-plexus-component-metadata) | |
5719 | - | ("annotations" ,java-plexus-component-annotations) | |
5720 | - | ("container" ,java-eclipse-sisu-plexus) | |
5721 | - | ("sisu-inject" ,java-eclipse-sisu-inject) | |
5722 | - | ("classworlds" ,java-plexus-classworlds) | |
5723 | - | ("guava" ,java-guava) | |
5724 | - | ("guice" ,java-guice) | |
5725 | - | ("inject" ,java-javax-inject) | |
5726 | - | ("cglib" ,java-cglib) | |
5727 | - | ("slf4j" ,java-slf4j-api) | |
5728 | - | ("utils" ,java-plexus-utils) | |
5729 | - | ("cli" ,java-plexus-cli) | |
5730 | - | ("plugin-api" ,maven-plugin-api) | |
5731 | - | ("plugin-annotations" ,maven-plugin-annotations) | |
5732 | - | ("core" ,maven-core) | |
5733 | - | ("model" ,maven-model) | |
5734 | - | ("cli" ,java-commons-cli) | |
5735 | - | ("qdox" ,java-qdox) | |
5736 | - | ("jdom2" ,java-jdom2) | |
5737 | - | ("asm" ,java-asm) | |
5738 | - | ("xbean" ,java-geronimo-xbean-reflect) | |
5684 | + | `(("maven-wagon-provider-test" ,maven-wagon-provider-test) | |
5685 | + | ("java-plexus-component-metadata" ,java-plexus-component-metadata) | |
5686 | + | ("java-plexus-component-annotations" ,java-plexus-component-annotations) | |
5687 | + | ("java-eclipse-sisu-plexus" ,java-eclipse-sisu-plexus) | |
5688 | + | ("java-eclipse-sisu-inject" ,java-eclipse-sisu-inject) | |
5689 | + | ("java-plexus-classworlds" ,java-plexus-classworlds) | |
5690 | + | ("java-guava" ,java-guava) | |
5691 | + | ("java-guice" ,java-guice) | |
5692 | + | ("java-javax-inject" ,java-javax-inject) | |
5693 | + | ("java-cglib" ,java-cglib) | |
5694 | + | ("java-slf4j-api" ,java-slf4j-api) | |
5695 | + | ("java-plexus-utils" ,java-plexus-utils) | |
5696 | + | ("java-plexus-cli" ,java-plexus-cli) | |
5697 | + | ("maven-plugin-api" ,maven-plugin-api) | |
5698 | + | ("maven-plugin-annotations" ,maven-plugin-annotations) | |
5699 | + | ("maven-core" ,maven-core) | |
5700 | + | ("maven-model" ,maven-model) | |
5701 | + | ("java-commons-cli" ,java-commons-cli) | |
5702 | + | ("java-qdox" ,java-qdox) | |
5703 | + | ("java-jdom2" ,java-jdom2) | |
5704 | + | ("java-asm" ,java-asm) | |
5705 | + | ("java-geronimo-xbean-reflect" ,java-geronimo-xbean-reflect) | |
5739 | 5706 | ,@(package-native-inputs maven-wagon-provider-api))))) | |
5740 | 5707 | ||
5741 | 5708 | (define-public maven-wagon-http-shared | |
… | |||
5763 | 5730 | (lambda _ | |
5764 | 5731 | (zero? (system* "ant" "jar"))))))) | |
5765 | 5732 | (inputs | |
5766 | - | `(("utils" ,java-plexus-utils) | |
5767 | - | ("httpclient" ,java-httpcomponents-client) | |
5768 | - | ("httpcore" ,java-httpcomponents-core) | |
5769 | - | ("io" ,java-commons-io) | |
5770 | - | ("jsoup" ,java-jsoup) | |
5771 | - | ("provider-api" ,maven-wagon-provider-api))) | |
5733 | + | `(("java-plexus-utils" ,java-plexus-utils) | |
5734 | + | ("java-httpcomponents-client" ,java-httpcomponents-client) | |
5735 | + | ("java-httpcomponents-core" ,java-httpcomponents-core) | |
5736 | + | ("java-commons-io" ,java-commons-io) | |
5737 | + | ("java-jsoup" ,java-jsoup) | |
5738 | + | ("maven-wagon-provider-api" ,maven-wagon-provider-api))) | |
5772 | 5739 | (native-inputs | |
5773 | - | `(("provider-test" ,maven-wagon-provider-test) | |
5774 | - | ("metadata" ,java-plexus-component-metadata) | |
5775 | - | ("annotations" ,java-plexus-component-annotations) | |
5776 | - | ("container" ,java-eclipse-sisu-plexus) | |
5777 | - | ("sisu-inject" ,java-eclipse-sisu-inject) | |
5778 | - | ("classworlds" ,java-plexus-classworlds) | |
5779 | - | ("guava" ,java-guava) | |
5780 | - | ("guice" ,java-guice) | |
5781 | - | ("inject" ,java-javax-inject) | |
5782 | - | ("cglib" ,java-cglib) | |
5783 | - | ("slf4j" ,java-slf4j-api) | |
5784 | - | ("utils" ,java-plexus-utils) | |
5785 | - | ("cli" ,java-plexus-cli) | |
5786 | - | ("plugin-api" ,maven-plugin-api) | |
5787 | - | ("plugin-annotations" ,maven-plugin-annotations) | |
5788 | - | ("core" ,maven-core) | |
5789 | - | ("model" ,maven-model) | |
5790 | - | ("cli" ,java-commons-cli) | |
5791 | - | ("qdox" ,java-qdox) | |
5792 | - | ("jdom2" ,java-jdom2) | |
5793 | - | ("asm" ,java-asm) | |
5794 | - | ("xbean" ,java-geronimo-xbean-reflect) | |
5740 | + | `(("maven-wagon-provider-test" ,maven-wagon-provider-test) | |
5741 | + | ("java-plexus-component-metadata" ,java-plexus-component-metadata) | |
5742 | + | ("java-plexus-component-annotations" ,java-plexus-component-annotations) | |
5743 | + | ("java-eclipse-sisu-plexus" ,java-eclipse-sisu-plexus) | |
5744 | + | ("java-eclipse-sisu-inject" ,java-eclipse-sisu-inject) | |
5745 | + | ("java-plexus-classworlds" ,java-plexus-classworlds) | |
5746 | + | ("java-guava" ,java-guava) | |
5747 | + | ("java-guice" ,java-guice) | |
5748 | + | ("java-javax-inject" ,java-javax-inject) | |
5749 | + | ("java-cglib" ,java-cglib) | |
5750 | + | ("java-slf4j-api" ,java-slf4j-api) | |
5751 | + | ("java-plexus-utils" ,java-plexus-utils) | |
5752 | + | ("java-plexus-cli" ,java-plexus-cli) | |
5753 | + | ("maven-plugin-api" ,maven-plugin-api) | |
5754 | + | ("maven-plugin-annotations" ,maven-plugin-annotations) | |
5755 | + | ("maven-core" ,maven-core) | |
5756 | + | ("maven-model" ,maven-model) | |
5757 | + | ("java-commons-cli" ,java-commons-cli) | |
5758 | + | ("java-qdox" ,java-qdox) | |
5759 | + | ("java-jdom2" ,java-jdom2) | |
5760 | + | ("java-asm" ,java-asm) | |
5761 | + | ("java-geronimo-xbean-reflect" ,java-geronimo-xbean-reflect) | |
5795 | 5762 | ,@(package-native-inputs maven-wagon-provider-api))))) | |
5796 | 5763 | ||
5797 | 5764 | (define-public maven-wagon-tck-http | |
… | |||
5804 | 5771 | #:tests? #f; no tests | |
5805 | 5772 | #:jdk ,icedtea-8)) | |
5806 | 5773 | (inputs | |
5807 | - | `(("util" ,java-plexus-utils) | |
5808 | - | ("provider-api" ,maven-wagon-provider-api) | |
5809 | - | ("servlet" ,java-tomcat) | |
5810 | - | ("slf4j" ,java-slf4j-api) | |
5811 | - | ("codec" ,java-commons-codec) | |
5812 | - | ("container" ,java-eclipse-sisu-plexus) | |
5813 | - | ("classworlds" ,java-plexus-classworlds) | |
5814 | - | ("jetty-util" ,java-eclipse-jetty-util-9.2) | |
5815 | - | ("jetty-webapp" ,java-eclipse-jetty-webapp-9.2) | |
5816 | - | ("jetty-security" ,java-eclipse-jetty-security-9.2) | |
5817 | - | ("jetty-server" ,java-eclipse-jetty-server-9.2) | |
5818 | - | ("jetty-servlet" ,java-eclipse-jetty-servlet-9.2))))) | |
5774 | + | `(("java-plexus-util" ,java-plexus-utils) | |
5775 | + | ("maven-wagon-provider-api" ,maven-wagon-provider-api) | |
5776 | + | ("java-tomcat" ,java-tomcat) | |
5777 | + | ("java-slf4j-api" ,java-slf4j-api) | |
5778 | + | ("java-commons-codec" ,java-commons-codec) | |
5779 | + | ("java-eclipse-sisu-plexus" ,java-eclipse-sisu-plexus) | |
5780 | + | ("java-plexus-classworlds" ,java-plexus-classworlds) | |
5781 | + | ("java-eclipse-jetty-util-9.2" ,java-eclipse-jetty-util-9.2) | |
5782 | + | ("java-eclipse-jetty-webapp-9.2" ,java-eclipse-jetty-webapp-9.2) | |
5783 | + | ("java-eclipse-jetty-security-9.2" ,java-eclipse-jetty-security-9.2) | |
5784 | + | ("java-eclipse-jetty-server-9.2" ,java-eclipse-jetty-server-9.2) | |
5785 | + | ("java-eclipse-jetty-servlet-9.2" ,java-eclipse-jetty-servlet-9.2))))) | |
5819 | 5786 | ||
5820 | 5787 | (define-public maven-wagon-http-lightweight | |
5821 | 5788 | (package | |
… | |||
5847 | 5814 | (("src/test") "wagon-providers/wagon-http-lightweight/src/test")) | |
5848 | 5815 | #t))))) | |
5849 | 5816 | (inputs | |
5850 | - | `(("utils" ,java-plexus-utils) | |
5851 | - | ("httpclient" ,java-httpcomponents-client) | |
5852 | - | ("httpcore" ,java-httpcomponents-core) | |
5853 | - | ("wagon-http-shared" ,maven-wagon-http-shared) | |
5854 | - | ("wagon-tck-http" ,maven-wagon-tck-http) | |
5855 | - | ("provider-api" ,maven-wagon-provider-api) | |
5856 | - | ("io" ,java-commons-io))) | |
5817 | + | `(("java-plexus-utils" ,java-plexus-utils) | |
5818 | + | ("java-httpcomponents-client" ,java-httpcomponents-client) | |
5819 | + | ("java-httpcomponents-core" ,java-httpcomponents-core) | |
5820 | + | ("maven-wagon-http-shared" ,maven-wagon-http-shared) | |
5821 | + | ("maven-wagon-tck-http" ,maven-wagon-tck-http) | |
5822 | + | ("maven-wagon-provider-api" ,maven-wagon-provider-api) | |
5823 | + | ("java-commons-io" ,java-commons-io))) | |
5857 | 5824 | (native-inputs | |
5858 | - | `(("provider-test" ,maven-wagon-provider-test) | |
5859 | - | ("metadata" ,java-plexus-component-metadata) | |
5860 | - | ("annotations" ,java-plexus-component-annotations) | |
5861 | - | ("container" ,java-eclipse-sisu-plexus) | |
5862 | - | ("sisu-inject" ,java-eclipse-sisu-inject) | |
5863 | - | ("classworlds" ,java-plexus-classworlds) | |
5864 | - | ("guava" ,java-guava) | |
5865 | - | ("guice" ,java-guice) | |
5866 | - | ("inject" ,java-javax-inject) | |
5867 | - | ("cglib" ,java-cglib) | |
5868 | - | ("slf4j" ,java-slf4j-api) | |
5869 | - | ("utils" ,java-plexus-utils) | |
5870 | - | ("cli" ,java-plexus-cli) | |
5871 | - | ("plugin-api" ,maven-plugin-api) | |
5872 | - | ("plugin-annotations" ,maven-plugin-annotations) | |
5873 | - | ("core" ,maven-core) | |
5874 | - | ("model" ,maven-model) | |
5875 | - | ("cli" ,java-commons-cli) | |
5876 | - | ("qdox" ,java-qdox) | |
5877 | - | ("jdom2" ,java-jdom2) | |
5878 | - | ("asm" ,java-asm) | |
5879 | - | ("xbean" ,java-geronimo-xbean-reflect) | |
5880 | - | ("servlet" ,java-tomcat) | |
5881 | - | ("jetty-util" ,java-eclipse-jetty-util-9.2) | |
5882 | - | ("jetty-io" ,java-eclipse-jetty-io-9.2) | |
5883 | - | ("jetty-http" ,java-eclipse-jetty-http-9.2) | |
5884 | - | ("jetty-server" ,java-eclipse-jetty-server-9.2) | |
5885 | - | ("jetty-servlet" ,java-eclipse-jetty-servlet-9.2) | |
5886 | - | ("jetty-security" ,java-eclipse-jetty-security-9.2) | |
5887 | - | ("jsoup" ,java-jsoup) | |
5888 | - | ("hamcrest" ,java-hamcrest-core) | |
5889 | - | ("logging" ,java-commons-logging-minimal) | |
5890 | - | ("simple" ,java-slf4j-simple) | |
5825 | + | `(("maven-wagon-provider-test" ,maven-wagon-provider-test) | |
5826 | + | ("java-plexus-component-metadata" ,java-plexus-component-metadata) | |
5827 | + | ("java-plexus-component-annotations" ,java-plexus-component-annotations) | |
5828 | + | ("java-eclipse-sisu-plexus" ,java-eclipse-sisu-plexus) | |
5829 | + | ("java-eclipse-sisu-inject" ,java-eclipse-sisu-inject) | |
5830 | + | ("java-plexus-classworlds" ,java-plexus-classworlds) | |
5831 | + | ("java-guava" ,java-guava) | |
5832 | + | ("java-guice" ,java-guice) | |
5833 | + | ("java-javax-inject" ,java-javax-inject) | |
5834 | + | ("java-cglib" ,java-cglib) | |
5835 | + | ("java-slf4j-api" ,java-slf4j-api) | |
5836 | + | ("java-plexus-utils" ,java-plexus-utils) | |
5837 | + | ("java-plexus-cli" ,java-plexus-cli) | |
5838 | + | ("maven-plugin-api" ,maven-plugin-api) | |
5839 | + | ("maven-plugin-annotations" ,maven-plugin-annotations) | |
5840 | + | ("maven-core" ,maven-core) | |
5841 | + | ("maven-model" ,maven-model) | |
5842 | + | ("java-commons-cli" ,java-commons-cli) | |
5843 | + | ("java-qdox" ,java-qdox) | |
5844 | + | ("java-jdom2" ,java-jdom2) | |
5845 | + | ("java-asm" ,java-asm) | |
5846 | + | ("java-geronimo-xbean-reflect" ,java-geronimo-xbean-reflect) | |
5847 | + | ("java-tomcat" ,java-tomcat) | |
5848 | + | ("java-eclispe-jetty-util-9.2" ,java-eclipse-jetty-util-9.2) | |
5849 | + | ("java-eclispe-jetty-io-9.2" ,java-eclipse-jetty-io-9.2) | |
5850 | + | ("java-eclispe-jetty-http-9.2" ,java-eclipse-jetty-http-9.2) | |
5851 | + | ("java-eclispe-jetty-server-9.2" ,java-eclipse-jetty-server-9.2) | |
5852 | + | ("java-eclispe-jetty-servlet-9.2" ,java-eclipse-jetty-servlet-9.2) | |
5853 | + | ("java-eclispe-jetty-security-9.2" ,java-eclipse-jetty-security-9.2) | |
5854 | + | ("java-jsoup" ,java-jsoup) | |
5855 | + | ("java-hamcrest-core" ,java-hamcrest-core) | |
5856 | + | ("java-commons-logging-minimal" ,java-commons-logging-minimal) | |
5857 | + | ("java-slf4j-simple" ,java-slf4j-simple) | |
5891 | 5858 | ,@(package-native-inputs maven-wagon-provider-api))))) | |
5892 | 5859 | ||
5893 | 5860 | (define-public maven-wagon-http | |
… | |||
5924 | 5891 | (("src/test") "wagon-providers/wagon-http/src/test")) | |
5925 | 5892 | #t))))) | |
5926 | 5893 | (inputs | |
5927 | - | `(("utils" ,java-plexus-utils) | |
5928 | - | ("httpclient" ,java-httpcomponents-client) | |
5929 | - | ("httpcore" ,java-httpcomponents-core) | |
5930 | - | ("wagon-http-shared" ,maven-wagon-http-shared) | |
5931 | - | ("wagon-tck-http" ,maven-wagon-tck-http) | |
5932 | - | ("provider-api" ,maven-wagon-provider-api))) | |
5894 | + | `(("java-plexus-utils" ,java-plexus-utils) | |
5895 | + | ("java-httpcomponents-client" ,java-httpcomponents-client) | |
5896 | + | ("java-httpcomponents-core" ,java-httpcomponents-core) | |
5897 | + | ("maven-wagon-http-shared" ,maven-wagon-http-shared) | |
5898 | + | ("maven-wagon-tck-http" ,maven-wagon-tck-http) | |
5899 | + | ("maven-wagon-provider-api" ,maven-wagon-provider-api))) | |
5933 | 5900 | (native-inputs | |
5934 | - | `(("provider-test" ,maven-wagon-provider-test) | |
5935 | - | ("metadata" ,java-plexus-component-metadata) | |
5936 | - | ("annotations" ,java-plexus-component-annotations) | |
5937 | - | ("container" ,java-eclipse-sisu-plexus) | |
5938 | - | ("container" ,java-plexus-container-default) | |
5939 | - | ("sisu-inject" ,java-eclipse-sisu-inject) | |
5940 | - | ("classworlds" ,java-plexus-classworlds) | |
5941 | - | ("guava" ,java-guava) | |
5942 | - | ("guice" ,java-guice) | |
5943 | - | ("inject" ,java-javax-inject) | |
5944 | - | ("cglib" ,java-cglib) | |
5945 | - | ("slf4j" ,java-slf4j-api) | |
5946 | - | ("utils" ,java-plexus-utils) | |
5947 | - | ("cli" ,java-plexus-cli) | |
5948 | - | ("plugin-api" ,maven-plugin-api) | |
5949 | - | ("plugin-annotations" ,maven-plugin-annotations) | |
5950 | - | ("core" ,maven-core) | |
5951 | - | ("model" ,maven-model) | |
5952 | - | ("cli" ,java-commons-cli) | |
5953 | - | ("qdox" ,java-qdox) | |
5954 | - | ("jdom2" ,java-jdom2) | |
5955 | - | ("asm" ,java-asm) | |
5956 | - | ("xbean" ,java-geronimo-xbean-reflect) | |
5957 | - | ("servlet" ,java-tomcat) | |
5958 | - | ("jetty-util" ,java-eclipse-jetty-util-9.2) | |
5959 | - | ("jetty-io" ,java-eclipse-jetty-io-9.2) | |
5960 | - | ("jetty-http" ,java-eclipse-jetty-http-9.2) | |
5961 | - | ("jetty-server" ,java-eclipse-jetty-server-9.2) | |
5962 | - | ("jetty-servlet" ,java-eclipse-jetty-servlet-9.2) | |
5963 | - | ("jetty-security" ,java-eclipse-jetty-security-9.2) | |
5964 | - | ("hamcrest" ,java-hamcrest-core) | |
5965 | - | ("logging" ,java-commons-logging-minimal) | |
5966 | - | ("codec" ,java-commons-codec) | |
5967 | - | ("io" ,java-commons-io) | |
5968 | - | ("jsoup" ,java-jsoup) | |
5969 | - | ("simple" ,java-slf4j-simple) | |
5901 | + | `(("maven-wagon-provider-test" ,maven-wagon-provider-test) | |
5902 | + | ("java-plexus-component-metadata" ,java-plexus-component-metadata) | |
5903 | + | ("java-plexus-component-annotations" ,java-plexus-component-annotations) | |
5904 | + | ("java-eclipse-sisu-plexus" ,java-eclipse-sisu-plexus) | |
5905 | + | ("java-plexus-container-default" ,java-plexus-container-default) | |
5906 | + | ("java-eclipse-sisu-inject" ,java-eclipse-sisu-inject) | |
5907 | + | ("java-plexus-classworlds" ,java-plexus-classworlds) | |
5908 | + | ("java-guava" ,java-guava) | |
5909 | + | ("java-guice" ,java-guice) | |
5910 | + | ("java-inject" ,java-javax-inject) | |
5911 | + | ("java-cglib" ,java-cglib) | |
5912 | + | ("java-slf4j-api" ,java-slf4j-api) | |
5913 | + | ("java-plexus-utils" ,java-plexus-utils) | |
5914 | + | ("java-plexus-cli" ,java-plexus-cli) | |
5915 | + | ("maven-plugin-api" ,maven-plugin-api) | |
5916 | + | ("maven-plugin-annotations" ,maven-plugin-annotations) | |
5917 | + | ("maven-core" ,maven-core) | |
5918 | + | ("maven-model" ,maven-model) | |
5919 | + | ("java-commons-cli" ,java-commons-cli) | |
5920 | + | ("java-qdox" ,java-qdox) | |
5921 | + | ("java-jdom2" ,java-jdom2) | |
5922 | + | ("java-asm" ,java-asm) | |
5923 | + | ("java-geronimo-xbean-reflect" ,java-geronimo-xbean-reflect) | |
5924 | + | ("java-tomcat" ,java-tomcat) | |
5925 | + | ("java-eclipse-jetty-util-9.2" ,java-eclipse-jetty-util-9.2) | |
5926 | + | ("java-eclipse-jetty-io-9.2" ,java-eclipse-jetty-io-9.2) | |
5927 | + | ("java-eclipse-jetty-http-9.2" ,java-eclipse-jetty-http-9.2) | |
5928 | + | ("java-eclipse-jetty-server-9.2" ,java-eclipse-jetty-server-9.2) | |
5929 | + | ("java-eclipse-jetty-servlet-9.2" ,java-eclipse-jetty-servlet-9.2) | |
5930 | + | ("java-eclipse-jetty-security-9.2" ,java-eclipse-jetty-security-9.2) | |
5931 | + | ("java-hamcrest-core" ,java-hamcrest-core) | |
5932 | + | ("java-commons-logging-minimal" ,java-commons-logging-minimal) | |
5933 | + | ("java-commons-codec" ,java-commons-codec) | |
5934 | + | ("java-commons-io" ,java-commons-io) | |
5935 | + | ("java-jsoup" ,java-jsoup) | |
5936 | + | ("java-slf4j-simple" ,java-slf4j-simple) | |
5970 | 5937 | ,@(package-native-inputs maven-wagon-provider-api))))) | |
5971 | 5938 | ||
5972 | 5939 | (define-public maven-embedder | |
… | |||
6013 | 5980 | (("srcdir=\"maven-embedder/src/test\"") | |
6014 | 5981 | "srcdir=\"maven-embedder/src/test/java\""))))))) | |
6015 | 5982 | (inputs | |
6016 | - | `(("core" ,maven-core) | |
6017 | - | ("artifact" ,maven-artifact) | |
6018 | - | ("plugin-api" ,maven-plugin-api) | |
6019 | - | ("support" ,maven-builder-support) | |
6020 | - | ("model" ,maven-model) | |
6021 | - | ("model-builder" ,maven-model-builder) | |
6022 | - | ("settings" ,maven-settings) | |
6023 | - | ("settings-builder" ,maven-settings-builder) | |
5983 | + | `(("maven-core" ,maven-core) | |
5984 | + | ("maven-artifact" ,maven-artifact) | |
5985 | + | ("maven-plugin-api" ,maven-plugin-api) | |
5986 | + | ("maven-builder-support" ,maven-builder-support) | |
5987 | + | ("maven-model" ,maven-model) | |
5988 | + | ("maven-model-builder" ,maven-model-builder) | |
5989 | + | ("maven-settings" ,maven-settings) | |
5990 | + | ("maven-settings-builder" ,maven-settings-builder) | |
6024 | 5991 | ("maven-shared-utils" ,maven-shared-utils) | |
6025 | - | ("classworlds" ,java-plexus-classworlds) | |
6026 | - | ("util" ,java-plexus-utils) | |
6027 | - | ("container" ,java-eclipse-sisu-plexus) | |
6028 | - | ("cipher" ,java-plexus-cipher) | |
6029 | - | ("annotations" ,java-plexus-component-annotations) | |
6030 | - | ("sec-dispatcher" ,java-plexus-sec-dispatcher) | |
6031 | - | ("aether-util" ,maven-resolver-util) | |
6032 | - | ("aether-api" ,maven-resolver-api) | |
6033 | - | ("logback" ,java-logback-core) | |
6034 | - | ("logback-classic" ,java-logback-classic) | |
6035 | - | ("cli" ,java-commons-cli) | |
6036 | - | ("io" ,java-commons-io) | |
6037 | - | ("lang3" ,java-commons-lang3) | |
6038 | - | ("guava" ,java-guava) | |
6039 | - | ("guice" ,java-guice) | |
6040 | - | ("inject" ,java-javax-inject) | |
6041 | - | ("slf4j" ,java-slf4j-api) | |
6042 | - | ("slf4j-simple" ,java-slf4j-simple))) | |
5992 | + | ("java-plexus-classworlds" ,java-plexus-classworlds) | |
5993 | + | ("java-plexus-util" ,java-plexus-utils) | |
5994 | + | ("java-eclipse-sisu-plexus" ,java-eclipse-sisu-plexus) | |
5995 | + | ("java-plexus-cipher" ,java-plexus-cipher) | |
5996 | + | ("java-plexus-component-annotations" ,java-plexus-component-annotations) | |
5997 | + | ("java-plexus-sec-dispatcher" ,java-plexus-sec-dispatcher) | |
5998 | + | ("maven-resolevr-util" ,maven-resolver-util) | |
5999 | + | ("maven-resolevr-api" ,maven-resolver-api) | |
6000 | + | ("java-logback-core" ,java-logback-core) | |
6001 | + | ("java-logback-classic" ,java-logback-classic) | |
6002 | + | ("java-commons-cli" ,java-commons-cli) | |
6003 | + | ("java-commons-io" ,java-commons-io) | |
6004 | + | ("java-commons-lang3" ,java-commons-lang3) | |
6005 | + | ("java-guava" ,java-guava) | |
6006 | + | ("java-guice" ,java-guice) | |
6007 | + | ("java-javax-inject" ,java-javax-inject) | |
6008 | + | ("java-slf4j-api" ,java-slf4j-api) | |
6009 | + | ("java-slf4j-simple" ,java-slf4j-simple))) | |
6043 | 6010 | (native-inputs | |
6044 | - | `(("modello" ,java-modello-core) | |
6045 | - | ("xbean" ,java-geronimo-xbean-reflect) | |
6046 | - | ("build-api" ,java-sisu-build-api) | |
6047 | - | ("container" ,java-eclipse-sisu-plexus) | |
6048 | - | ("sisu-inject" ,java-eclipse-sisu-inject) | |
6049 | - | ("cglib" ,java-cglib) | |
6050 | - | ("asm" ,java-asm) | |
6051 | - | ("java" ,java-modello-plugins-java) | |
6052 | - | ("xml" ,java-modello-plugins-xml) | |
6053 | - | ("xpp3" ,java-modello-plugins-xpp3) | |
6011 | + | `(("java-modello-core" ,java-modello-core) | |
6012 | + | ("java-geronimo-xbean-reflect" ,java-geronimo-xbean-reflect) | |
6013 | + | ("java-sisu-build-api" ,java-sisu-build-api) | |
6014 | + | ("java-eclipse-sisu-plexus" ,java-eclipse-sisu-plexus) | |
6015 | + | ("java-eclipse-sisu-inject" ,java-eclipse-sisu-inject) | |
6016 | + | ("java-cglib" ,java-cglib) | |
6017 | + | ("java-asm" ,java-asm) | |
6018 | + | ("java-modello-plugins-java" ,java-modello-plugins-java) | |
6019 | + | ("java-modello-plugins-xml" ,java-modello-plugins-xml) | |
6020 | + | ("java-modello-plugins-xpp3" ,java-modello-plugins-xpp3) | |
6054 | 6021 | ;; tests | |
6055 | - | ("junit" ,java-junit) | |
6056 | - | ("hamcrest" ,java-hamcrest-core))))) | |
6022 | + | ("java-junit" ,java-junit) | |
6023 | + | ("java-hamcrest-core" ,java-hamcrest-core))))) | |
6057 | 6024 | ||
6058 | 6025 | (define-public maven-resolver-api | |
6059 | 6026 | (package | |
… | |||
6072 | 6039 | #:source-dir "maven-resolver-api/src/main/java" | |
6073 | 6040 | #:test-dir "maven-resolver-api/src/test")) | |
6074 | 6041 | (native-inputs | |
6075 | - | `(("junit" ,java-junit) | |
6076 | - | ("hamcrest" ,java-hamcrest-core))) | |
6042 | + | `(("java-junit" ,java-junit) | |
6043 | + | ("java-hamcrest-core" ,java-hamcrest-core))) | |
6077 | 6044 | (home-page "https://github.com/apache/maven-resolver") | |
6078 | 6045 | (synopsis "") | |
6079 | 6046 | (description "") | |
… | |||
6089 | 6056 | #:test-dir "maven-resolver-spi/src/test" | |
6090 | 6057 | #:jdk ,icedtea-8)) | |
6091 | 6058 | (inputs | |
6092 | - | `(("api" ,maven-resolver-api))))) | |
6059 | + | `(("maven-resolver-api" ,maven-resolver-api))))) | |
6093 | 6060 | ||
6094 | 6061 | (define-public maven-resolver-test-util | |
6095 | 6062 | (package | |
… | |||
6101 | 6068 | #:test-dir "maven-resolver-test-util/src/test" | |
6102 | 6069 | #:jdk ,icedtea-8)) | |
6103 | 6070 | (inputs | |
6104 | - | `(("api" ,maven-resolver-api) | |
6105 | - | ("spi" ,maven-resolver-spi))))) | |
6071 | + | `(("maven-resolver-api" ,maven-resolver-api) | |
6072 | + | ("maven-resolver-spi" ,maven-resolver-spi))))) | |
6106 | 6073 | ||
6107 | 6074 | (define-public maven-resolver-util | |
6108 | 6075 | (package | |
… | |||
6114 | 6081 | #:test-dir "maven-resolver-util/src/test" | |
6115 | 6082 | #:jdk ,icedtea-8)) | |
6116 | 6083 | (inputs | |
6117 | - | `(("api" ,maven-resolver-api))) | |
6084 | + | `(("maven-resolver-api" ,maven-resolver-api))) | |
6118 | 6085 | (native-inputs | |
6119 | - | `(("junit" ,java-junit) | |
6120 | - | ("hamcrest" ,java-hamcrest-core) | |
6121 | - | ("test-util" ,maven-resolver-test-util))))) | |
6086 | + | `(("java-junit" ,java-junit) | |
6087 | + | ("java-hamcrest-core" ,java-hamcrest-core) | |
6088 | + | ("maven-resolver-test-util" ,maven-resolver-test-util))))) | |
6122 | 6089 | ||
6123 | 6090 | (define-public maven-resolver-impl | |
6124 | 6091 | (package | |
… | |||
6162 | 6129 | "org.eclipse.aether.internal.impl.DefaultChecksumPolicyProvider\n" | |
6163 | 6130 | "org.eclipse.aether.internal.impl.DefaultDependencyCollector\n"))))))))) | |
6164 | 6131 | (inputs | |
6165 | - | `(("api" ,maven-resolver-api) | |
6166 | - | ("spi" ,maven-resolver-spi) | |
6167 | - | ("util" ,maven-resolver-util) | |
6168 | - | ("sisu" ,java-eclipse-sisu-inject) | |
6169 | - | ("inject" ,java-javax-inject) | |
6170 | - | ("guice" ,java-guice) | |
6171 | - | ("guava" ,java-guava) | |
6172 | - | ("cglib" ,java-cglib) | |
6173 | - | ("asm" ,java-asm) | |
6174 | - | ("aopalliance" ,java-aopalliance) | |
6175 | - | ("slf4j" ,java-slf4j-api))) | |
6132 | + | `(("maven-resolver-api" ,maven-resolver-api) | |
6133 | + | ("maven-resolver-spi" ,maven-resolver-spi) | |
6134 | + | ("maven-resolver-util" ,maven-resolver-util) | |
6135 | + | ("java-eclipse-sisu-inject" ,java-eclipse-sisu-inject) | |
6136 | + | ("java-javax-inject" ,java-javax-inject) | |
6137 | + | ("java-guice" ,java-guice) | |
6138 | + | ("java-guava" ,java-guava) | |
6139 | + | ("java-cglib" ,java-cglib) | |
6140 | + | ("java-asm" ,java-asm) | |
6141 | + | ("jajva-aopalliance" ,java-aopalliance) | |
6142 | + | ("java-slf4j-api" ,java-slf4j-api))) | |
6176 | 6143 | (native-inputs | |
6177 | - | `(("junit" ,java-junit) | |
6178 | - | ("hamcrest" ,java-hamcrest-core) | |
6179 | - | ("test-util" ,maven-resolver-test-util))))) | |
6144 | + | `(("java-junit" ,java-junit) | |
6145 | + | ("java-hamcrest-core" ,java-hamcrest-core) | |
6146 | + | ("maven-resolver-test-util" ,maven-resolver-test-util))))) | |
6180 | 6147 | ||
6181 | 6148 | (define-public maven-resolver-connector-basic | |
6182 | 6149 | (package | |
… | |||
6196 | 6163 | (lambda _ | |
6197 | 6164 | (display "org.eclipse.aether.connector.basic.BasicRepositoryConnectorFactory\n")))))))) | |
6198 | 6165 | (inputs | |
6199 | - | `(("api" ,maven-resolver-api) | |
6200 | - | ("spi" ,maven-resolver-spi) | |
6201 | - | ("util" ,maven-resolver-util) | |
6202 | - | ("inject" ,java-javax-inject))) | |
6166 | + | `(("maven-resolver-api" ,maven-resolver-api) | |
6167 | + | ("maven-resolver-spi" ,maven-resolver-spi) | |
6168 | + | ("maven-resolver-util" ,maven-resolver-util) | |
6169 | + | ("java-javax-inject" ,java-javax-inject))) | |
6203 | 6170 | (native-inputs | |
6204 | - | `(("junit" ,java-junit) | |
6205 | - | ("hamcrest" ,java-hamcrest-core) | |
6206 | - | ("test-util" ,maven-resolver-test-util))))) | |
6171 | + | `(("java-junit" ,java-junit) | |
6172 | + | ("java-hamcrest-core" ,java-hamcrest-core) | |
6173 | + | ("maven-resolver-test-util" ,maven-resolver-test-util))))) | |
6207 | 6174 | ||
6208 | 6175 | (define-public maven-resolver-transport-wagon | |
6209 | 6176 | (package | |
… | |||
6265 | 6232 | "</component-set>\n")))) | |
6266 | 6233 | #t))))) | |
6267 | 6234 | (inputs | |
6268 | - | `(("api" ,maven-resolver-api) | |
6269 | - | ("spi" ,maven-resolver-spi) | |
6270 | - | ("util" ,maven-resolver-util) | |
6271 | - | ("inject" ,java-javax-inject) | |
6272 | - | ("wagon-api" ,maven-wagon-provider-api) | |
6273 | - | ("annotation" ,java-plexus-component-annotations) | |
6274 | - | ("classworld" ,java-plexus-classworlds) | |
6275 | - | ("plexus-util" ,java-plexus-utils) | |
6276 | - | ("sisu" ,java-eclipse-sisu-inject) | |
6277 | - | ("sisu" ,java-eclipse-sisu-plexus))) | |
6235 | + | `(("maven-resolver-api" ,maven-resolver-api) | |
6236 | + | ("maven-resolver-spi" ,maven-resolver-spi) | |
6237 | + | ("maven-resolver-util" ,maven-resolver-util) | |
6238 | + | ("java-javax-inject" ,java-javax-inject) | |
6239 | + | ("mavne-wagon-provider-api" ,maven-wagon-provider-api) | |
6240 | + | ("java-plexus-component-annotation" ,java-plexus-component-annotations) | |
6241 | + | ("java-plexus-classworld" ,java-plexus-classworlds) | |
6242 | + | ("java-plexus-plexus-util" ,java-plexus-utils) | |
6243 | + | ("java-eclipse-sisu-inject" ,java-eclipse-sisu-inject) | |
6244 | + | ("java-eclipse-sisu-plexus" ,java-eclipse-sisu-plexus))) | |
6278 | 6245 | (native-inputs | |
6279 | - | `(("junit" ,java-junit) | |
6280 | - | ("hamcrest" ,java-hamcrest-core) | |
6281 | - | ("test-util" ,maven-resolver-test-util) | |
6282 | - | ("guava" ,java-guava) | |
6283 | - | ("cglib" ,java-cglib) | |
6284 | - | ("asm" ,java-asm) | |
6285 | - | ("aopalliance" ,java-aopalliance) | |
6286 | - | ("guice" ,java-guice))))) | |
6246 | + | `(("java-junit" ,java-junit) | |
6247 | + | ("java-hamcrest-core" ,java-hamcrest-core) | |
6248 | + | ("maven-resolver-test-util" ,maven-resolver-test-util) | |
6249 | + | ("java-guava" ,java-guava) | |
6250 | + | ("java-cglib" ,java-cglib) | |
6251 | + | ("java-asm" ,java-asm) | |
6252 | + | ("java-aopalliance" ,java-aopalliance) | |
6253 | + | ("java-guice" ,java-guice))))) | |
6287 | 6254 | ||
6288 | 6255 | (define-public maven-slf4j-provider | |
6289 | 6256 | (package | |
… | |||
6306 | 6273 | "groovy.ui.GroovyMain" "-Db/c gasedir=/tmp" | |
6307 | 6274 | "src/main/script/patch-slf4j-simple.groovy")))))))) | |
6308 | 6275 | (inputs | |
6309 | - | `(("slf4j" ,java-slf4j-api) | |
6310 | - | ("simple" ,(package-source java-slf4j-simple)) | |
6276 | + | `(("java-slf4j-api" ,java-slf4j-api) | |
6277 | + | ("java-slf4j-simple" ,(package-source java-slf4j-simple)) | |
6311 | 6278 | ("maven-shared-utils" ,maven-shared-utils))) | |
6312 | 6279 | (native-inputs | |
6313 | 6280 | `(("groovy" ,groovy) | |
6314 | - | ("asm" ,java-asm) | |
6315 | - | ("antlr" ,antlr2) | |
6316 | - | ("cli" ,java-commons-cli))))) | |
6281 | + | ("java-asm" ,java-asm) | |
6282 | + | ("antlr2" ,antlr2) | |
6283 | + | ("java-commons-cli" ,java-commons-cli))))) | |
6317 | 6284 | ||
6318 | 6285 | (define-public maven-compat | |
6319 | 6286 | (package | |
… | |||
6376 | 6343 | (lambda _ | |
6377 | 6344 | (zero? (system* "ant" "jar"))))))) | |
6378 | 6345 | (inputs | |
6379 | - | `(("artifact" ,maven-artifact) | |
6380 | - | ("repo" ,maven-repository-metadata) | |
6381 | - | ("support" ,maven-builder-support) | |
6382 | - | ("model" ,maven-model) | |
6383 | - | ("model-builder" ,maven-model-builder) | |
6384 | - | ("settings" ,maven-settings) | |
6385 | - | ("settings-builder" ,maven-settings-builder) | |
6386 | - | ("core" ,maven-core) | |
6387 | - | ("wagon" ,maven-wagon-provider-api) | |
6388 | - | ("wagon-file" ,maven-wagon-file) | |
6389 | - | ("resolver-api" ,maven-resolver-api) | |
6390 | - | ("resolver-util" ,maven-resolver-util) | |
6391 | - | ("resolver-spi" ,maven-resolver-spi) | |
6392 | - | ("interpolation" ,java-plexus-interpolation))) | |
6346 | + | `(("maven-artifact" ,maven-artifact) | |
6347 | + | ("maven-repository-metadata" ,maven-repository-metadata) | |
6348 | + | ("maven-builder-support" ,maven-builder-support) | |
6349 | + | ("maven-model" ,maven-model) | |
6350 | + | ("maven-model-builder" ,maven-model-builder) | |
6351 | + | ("maven-settings" ,maven-settings) | |
6352 | + | ("maven-settings-builder" ,maven-settings-builder) | |
6353 | + | ("maven-core" ,maven-core) | |
6354 | + | ("maven-wagon-provider-api" ,maven-wagon-provider-api) | |
6355 | + | ("maven-wagon-file" ,maven-wagon-file) | |
6356 | + | ("maven-resolver-api" ,maven-resolver-api) | |
6357 | + | ("maven-resolver-util" ,maven-resolver-util) | |
6358 | + | ("maven-resolver-spi" ,maven-resolver-spi) | |
6359 | + | ("java-plexus-interpolation" ,java-plexus-interpolation))) | |
6393 | 6360 | (native-inputs | |
6394 | - | `(("modello" ,java-modello-core) | |
6395 | - | ("utils" ,java-plexus-utils) | |
6396 | - | ("annot" ,java-plexus-component-annotations) | |
6397 | - | ("classworlds" ,java-plexus-classworlds) | |
6398 | - | ("xbean" ,java-geronimo-xbean-reflect) | |
6399 | - | ("build-api" ,java-sisu-build-api) | |
6400 | - | ("container" ,java-eclipse-sisu-plexus) | |
6401 | - | ("sisu-inject" ,java-eclipse-sisu-inject) | |
6402 | - | ("inject" ,java-javax-inject) | |
6403 | - | ("guice" ,java-guice) | |
6404 | - | ("guava" ,java-guava) | |
6405 | - | ("cglib" ,java-cglib) | |
6406 | - | ("asm" ,java-asm) | |
6407 | - | ("java" ,java-modello-plugins-java) | |
6408 | - | ("xml" ,java-modello-plugins-xml) | |
6409 | - | ("xpp3" ,java-modello-plugins-xpp3) | |
6361 | + | `(("java-modello-core" ,java-modello-core) | |
6362 | + | ("java-plexus-utils" ,java-plexus-utils) | |
6363 | + | ("java-plexus-component-annotations" ,java-plexus-component-annotations) | |
6364 | + | ("java-plexus-classworlds" ,java-plexus-classworlds) | |
6365 | + | ("java-geronimo-xbean-reflect" ,java-geronimo-xbean-reflect) | |
6366 | + | ("java-sisu-build-api" ,java-sisu-build-api) | |
6367 | + | ("java-eclipse-sisu-plexus" ,java-eclipse-sisu-plexus) | |
6368 | + | ("java-exclispe-sisu-inject" ,java-eclipse-sisu-inject) | |
6369 | + | ("java-javax-inject" ,java-javax-inject) | |
6370 | + | ("java-guice" ,java-guice) | |
6371 | + | ("java-guava" ,java-guava) | |
6372 | + | ("java-cglib" ,java-cglib) | |
6373 | + | ("java-asm" ,java-asm) | |
6374 | + | ("java-modello-plugins-java" ,java-modello-plugins-java) | |
6375 | + | ("java-modello-plugins-xml" ,java-modello-plugins-xml) | |
6376 | + | ("java-modello-plugins-xpp3" ,java-modello-plugins-xpp3) | |
6410 | 6377 | ;; metadata | |
6411 | - | ("metadata" ,java-plexus-component-metadata) | |
6412 | - | ("cli" ,java-commons-cli) | |
6413 | - | ("plexus-cli" ,java-plexus-cli) | |
6414 | - | ("jdom2" ,java-jdom2) | |
6415 | - | ("plugin-api" ,maven-plugin-api) | |
6416 | - | ("qdox" ,java-qdox) | |
6378 | + | ("java-plexus-component-metadata" ,java-plexus-component-metadata) | |
6379 | + | ("java-commons-cli" ,java-commons-cli) | |
6380 | + | ("java-plexus-cli" ,java-plexus-cli) | |
6381 | + | ("java-jdom2" ,java-jdom2) | |
6382 | + | ("maven-plugin-api" ,maven-plugin-api) | |
6383 | + | ("java-qdox" ,java-qdox) | |
6417 | 6384 | ;; tests | |
6418 | - | ("cipher" ,java-plexus-cipher) | |
6419 | - | ("sec-dispatcher" ,java-plexus-sec-dispatcher) | |
6420 | - | ("jsr250", java-jsr250) | |
6421 | - | ("cdi-api" ,java-cdi-api) | |
6422 | - | ("junit" ,java-junit) | |
6423 | - | ("impl" ,maven-resolver-impl) | |
6424 | - | ("connector-basic" ,maven-resolver-connector-basic) | |
6425 | - | ("transport-wagon" ,maven-resolver-transport-wagon) | |
6426 | - | ("lang3" ,java-commons-lang3) | |
6427 | - | ("aop" ,java-aopalliance) | |
6428 | - | ("resolver-provider" ,maven-resolver-provider) | |
6429 | - | ("slf4j" ,java-slf4j-api) | |
6430 | - | ("slf4j-simple" ,java-slf4j-simple) | |
6385 | + | ("java-plexus-cipher" ,java-plexus-cipher) | |
6386 | + | ("java-plexus-sec-dispatcher" ,java-plexus-sec-dispatcher) | |
6387 | + | ("java-jsr250", java-jsr250) | |
6388 | + | ("java-cdi-api" ,java-cdi-api) | |
6389 | + | ("java-junit" ,java-junit) | |
6390 | + | ("maven-resolver-impl" ,maven-resolver-impl) | |
6391 | + | ("maven-resolver-connector-basic" ,maven-resolver-connector-basic) | |
6392 | + | ("maven-resolver-transport-wagon" ,maven-resolver-transport-wagon) | |
6393 | + | ("java-commons-lang3" ,java-commons-lang3) | |
6394 | + | ("java-aop" ,java-aopalliance) | |
6395 | + | ("maven-resolver-provider" ,maven-resolver-provider) | |
6396 | + | ("java-slf4j-api" ,java-slf4j-api) | |
6397 | + | ("java-slf4j-simple" ,java-slf4j-simple) | |
6431 | 6398 | ,@(package-inputs java-slf4j-api))))) | |
6432 | 6399 | ||
6433 | 6400 | (define-public maven-plugin-annotations | |
… | |||
6446 | 6413 | #:source-dir "maven-plugin-annotations/src/main/java" | |
6447 | 6414 | #:tests? #f)) | |
6448 | 6415 | (inputs | |
6449 | - | `(("artifact" ,maven-artifact))) | |
6416 | + | `(("maven-artifact" ,maven-artifact))) | |
6450 | 6417 | (native-inputs | |
6451 | 6418 | `(("unzip" ,unzip))) | |
6452 | 6419 | (home-page "") |