Age | Commit message (Expand) | Author |
2023-07-09 | Revert "gnu: maven-model-builder@3.0: Fix build."...This reverts commit d54faf155aeeeb2aceb5cc19f141c2b8d0e0720a.
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
| Bruno Victal |
2023-07-09 | Revert "gnu: maven-settings-builder: Fix build."...This reverts commit c0a0cec87ff01ba3ee6f9baaafdb92b7ecc94489.
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
| Bruno Victal |
2023-07-09 | Revert "gnu: maven-model-builder: Fix build."...This reverts commit 04f9ac0cfaf86f9e590e0fdc62855d9c87245104.
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
| Bruno Victal |
2023-07-09 | Revert "gnu: maven-resolver-provider: Fix build."...This reverts commit 3d2ce30f6b4b505c9680369d118c2aa9f7bacff4.
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
| Bruno Victal |
2023-07-09 | Revert "gnu: maven-core-bootstrap: Fix build."...This reverts commit 1a93ff9a8b0c64ccb0e365f4e5c199e0ac8b9de6.
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
| Bruno Victal |
2023-07-09 | Revert "gnu: maven-embedder: Fix build."...This reverts commit 87ba11eff1b7a1784c94c897d468ba28822b0609.
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
| Bruno Victal |
2023-06-18 | gnu: maven-model-builder@3.0: Fix build....* gnu/packages/maven.scm (maven-3.0-model-builder)[#:phases]: Add
‘add-components-shebang’.
| Liliana Marie Prikler |
2023-04-28 | gnu: maven-embedder: Fix build....* gnu/packages/maven (maven-embedder)[arguments]:
Add the'add-sisu-shebang phase after unpack.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Aleksandr Vityazev |
2023-04-28 | gnu: maven-core-bootstrap: Fix build....* gnu/packages/maven (maven-core-bootstrap)[arguments]:
Add the'add-sisu-shebang phase after unpack.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Aleksandr Vityazev |
2023-04-28 | gnu: maven-resolver-provider: Fix build....* gnu/packages/maven (maven-resolver-provider)[arguments]:
Add the'add-sisu-shebang phase after unpack.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Aleksandr Vityazev |
2023-04-28 | gnu: maven-model-builder: Fix build....* gnu/packages/maven (maven-model-builder)[arguments]:
Add the'add-sisu-shebang phase after unpack.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Aleksandr Vityazev |
2023-04-28 | gnu: maven-settings-builder: Fix build....* gnu/packages/maven (maven-settings-builder)[arguments]:
Add the'add-sisu-shebang phase after unpack.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Aleksandr Vityazev |
2023-01-08 | gnu: Move Java XML packages to new module....* gnu/packages/xml.scm (java-simple-xml, java-jaxp,
java-apache-xml-commons-resolver, java-jaxen, java-xom, java-xsdlib,
java-xpp3, java-xmlpull2, java-xmlpull-api-v1, java-dom4j, java-kxml2,
java-stax, java-jettison, java-jdom2, java-xstream, java-mxparser): Move these
variables from here...
* gnu/packages/java-xml.scm: ...to this new file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Register new file.
* gnu/packages/axoloti.scm,
gnu/packages/batik.scm,
gnu/packages/bioinformatics.scm,
gnu/packages/groovy.scm,
gnu/packages/java.scm,
gnu/packages/maven.scm: Adjust module imports.
| Ricardo Wurmus |
2022-11-11 | gnu: maven-model: Avoid usage of (guix build syscalls)....* gnu/packages/maven.scm (maven-3.0-model)[arguments]: Use MKDTEMP instead of
MKDTEMP!.
| Marius Bakke |
2022-11-03 | gnu: java-commons-compress: Update to 1.21....* gnu/packages/java.scm (java-commons-compress): Update to 1.21.
(java-osgi-annotation, java-osgi-core): Create pom file and install from
it.
* gnu/packages/maven.scm (java-surefire-parent-pom): Fix pom fixing.
| Julien Lepiller |
2022-09-24 | gnu: Add maven-sisu-plugin....* gnu/packages/maven.scm (maven-sisu-plugin): New variable.
Signed-off-by: Julien Lepiller <julien@lepiller.eu>
| Artyom V. Poptsov |
2022-09-21 | gnu: maven-slf4j-provider: Fix style....* gnu/packages/maven.scm (maven-slf4j-provider): Fix style.
Signed-off-by: Björn Höfling <bjoern.hoefling@bjoernhoefling.de>
| Artyom V. Poptsov |
2022-09-21 | gnu: maven-slf4j-provider: Bugfix....* gnu/packages/maven.scm (maven-slf4j-provider): Bugfix: Don't use "tar" to
extract "java-slf4j-simple-source" as it is already unpacked; recursively copy
the source instead.
Signed-off-by: Björn Höfling <bjoern.hoefling@bjoernhoefling.de>
| Artyom V. Poptsov |
2022-08-24 | gnu: maven: Update to 3.8.6....* gnu/packages/maven.scm (maven): Update to 3.8.6.
| Julien Lepiller |
2022-06-25 | gnu: Add maven-doxia-core....* gnu/packages/maven.scm (maven-doxia-core): New variable.
Signed-off-by: Julien Lepiller <julien@lepiller.eu>
| Artyom V. Poptsov |
2022-06-19 | gnu: Add maven-doxia-sink-api....* gnu/packages/maven.scm (maven-doxia-sink-api): New variable.
(maven-doxia-parent-pom): New private variable.
Signed-off-by: Julien Lepiller <julien@lepiller.eu>
| Artyom V. Poptsov |
2022-03-13 | gnu: maven: Update to 3.8.5....* gnu/packages/maven.scm (maven-pom): Update to 3.8.5.
(maven-model-builder)[arguments]: Build from the subdirectory to work
around a test issue.
(maven-3.0-model-builder)[arguments]: Fix accordingly.
| Julien Lepiller |
2022-02-28 | gnu: maven: Use maven-slf4j-provider instead of slf4j-simple....Maven uses its own slf4j implementation, not the default one. The main
difference is the color on the output.
* gnu/packages/maven.scm (maven-wagon-http, maven-embedder, maven-compat)
(maven): Replace slf4j-simple with maven-slf4j-provider.
| Julien Lepiller |
2022-02-28 | gnu: Add maven-slf4j-provider....* gnu/packages/maven.scm (maven-slf4-provider): New variable.
| Julien Lepiller |
2022-02-28 | gnu: maven-compat: Install resources....* gnu/packages/maven.scm (maven-compat)[arguments]: Add copy-resources
phase.
| Julien Lepiller |
2022-02-28 | gnu: maven-embedder: Install resources....* gnu/packages/maven.scm (maven-embedder)[arguments]: Add copy-resources
phase.
| Julien Lepiller |
2022-02-05 | gnu: maven: Update to 3.8.4....* gnu/packages/maven.scm (maven-pom): Update to 3.8.4.
(maven-resolver-api): Update to 1.6.3.
* gnu/packages/java.scm (java-modello-core): Update to 1.11.
| Julien Lepiller |
2022-02-05 | gnu: Update maven-artifact-transfer to 0.13.1....* gnu/packages/maven.scm (maven-artifact-transfer): Update to 0.13.1.
| Julien Lepiller |
2022-02-05 | gnu: maven-wagon-provider-api: Update to 3.4.3....* gnu/packages/maven.scm (maven-wagon-provider-api): Update to 3.4.3.
| Julien Lepiller |
2022-02-05 | gnu: maven-enforcer-api: Update to 3.0.0....* gnu/packages/maven.scm (maven-enforcer-api): Update to 3.0.0.
* gnu/packages/java.scm (java-bsh): Do not patch pom file anymore.
| Julien Lepiller |
2022-02-05 | gnu: maven-dependency-tree: Update to 3.1.0....* gnu/packages/maven.scm (maven-dependency-tree): Update to 3.1.0.
| Julien Lepiller |
2022-02-05 | gnu: Add java-sonatype-aether-util-1.13....* gnu/packages/maven.scm (java-sonatype-aether-util-1.13): New variable.
| Julien Lepiller |
2022-02-05 | gnu: Add java-sonatype-aether-test-util-1.13....* gnu/packages/maven.scm (java-sonatype-aether-test-util-1.13): New
variable.
| Julien Lepiller |
2022-02-05 | gnu: Add java-sonatype-aether-spi-1.13....* gnu/packages/maven.scm (java-sonatype-aether-spi-1.13): New variable.
| Julien Lepiller |
2022-02-05 | gnu: Add java-sonatype-aether-api-1.13....* gnu/packages/maven.scm (java-sonatype-aether-api-1.13): New variable.
| Julien Lepiller |
2022-02-05 | gnu: java-plexus-container-default-bootstrap: Update to 2.1.0....* gnu/packages/java.scm (java-plexus-container-default-bootstrap):
Update to 2.1.0.
(java-plexus-container-default-1.7, java-plexus-containers-parent-pom-1.7)
(java-plexus-component-annotations-1.7, java-plexus-component-metadata-1.7):
New variables.
| Julien Lepiller |
2022-02-05 | gnu: maven-common-artifact-filters: Update to 3.2.0....* gnu/packages/maven.scm (maven-common-artifact-filters): Update to
3.2.0.
(maven-common-artifact-filters-3.1.0): New variable.
| Julien Lepiller |
2022-02-05 | gnu: java-jsr250: Use proper source....Sources from maven.org are autogenerated, not actual sources.
* gnu/packages/java.scm (java-jsr250)[source]: Use git repository.
* gnu/packages/maven.scm (maven-embedder): Fix pom to use it.
| Julien Lepiller |
2022-02-05 | gnu: java-plexus-sec-dispatcher: Update to 2.0....* gnu/packages/java.scm (java-plexus-sec-dispatcher): Update to 2.0.
(java-plexus-sec-dispatcher-1.4): New variable.
| Julien Lepiller |
2022-02-05 | gnu: Add java-plexus-build-api....This is the proper name for java-sisu-build-api.
* gnu/packages/java.scm (java-sisu-build-api): Rename to...
(java-plexus-build-api): ...this.
[source]: Use new source repository.
| Julien Lepiller |
2022-02-05 | gnu: java-plexus-utils: Default to the newer one....* gnu/packages/java.scm (java-plexus-utils-3.3.0): Rename to...
(java-plexus-utils): ...this.
(java-plexus-utils-3.2.1): New variable.
| Julien Lepiller |
2022-01-12 | gnu: Add maven-resolver-transport-http....* gnu/packages/maven.scm (maven-resolver-transport-http): New variable.
| Reily Siegel |
2022-01-12 | gnu: Add maven-resolver-transport-file....* gnu/packages/maven.scm (maven-resolver-transport-file): New variable.
| Reily Siegel |
2021-12-30 | gnu: Remove trailing period from synopsis....* gnu/packages/anddroid.scm (android-liblog, git-repo)[synopsis]: Remove
trailing period.
* gnu/packages/audio.scm (audio-to-midi)[synopsis]: Likewise.
* gnu/packages/bioinformatics.scm (python-mygene, python-scanpy,
nanosv)[synopsis]: Likewise.
* gnu/packages/cran.scm (r-gsubfn)[synopsis]: Likewise.
* gnu/packages/crates-io.scm (rust-ascii-1, rust-bindgen-0.59,
rust-byte-unit-4, rust-clircle-0.3, rust-dashmap-4, rust-dhcp4r-0.2,
rust-fast-float-0.2, rust-fst-0.4, rust-futures-core-preview-0.3,
rust-http-types-2, rust-hyper-0.14, rust-indexmap-1,
rust-minimal-lexical-0.1, rust-oorandom-11.1, rust-runtime-raw-0.3,
rust-sharded-slab-0.1, rust-takeable-option-0.4, rust-tower-service-0.3,
rust-ttf-parser-0.12)[synopsis]: Likewise.
* gnu/packages/disk.scm (f3)[synopsis]: Likewise.
* gnu/packages/emacs-xyz.scm (emacs-scribble-mode, emacs-psession)[synopsis]:
Likewise.
* gnu/packages/golang.scm (go-github-com-kylelemons-godebug)[synopsis]:
Likewise.
* gnu/packages/haskell-xyz.scm (ghc-fsnotify, ghc-libyaml, ghc-emojis,
ghc-regex-tdfa, ghc-th-lift-instances, ghc-commonmark-pandoc)[synopsis]:
Likewise.
* gnu/packages/java.scm (java-commons-jxpath, java-jakarta-regexp)[synopsis]:
Likewise.
* gnu/packages/lisp-xyz.scm (sbcl-cl-annot, sbcl-envy)[synopsis]: Likewise.
* gnu/packages/mail.scm (go-gitlab.com-shackra-goimapnotify)[synopsis]:
Likewise.
* gnu/packages/maven.scm (maven-wagon-http-shared,
maven-surefire-plugin)[synopsis]: Likewise.
* gnu/packages/perl.scm (perl-text-soundex)[synopsis]: Likewise.
* gnu/packages/python-check.scm (python-httmock)[synopsis]: Likewise.
* gnu/packages/python-web.scm (python-bottle)[synopsis]: Likewise.
* gnu/packages/python-xyz.scm (python-olefile, python-tokenize-rt,
python-pylzma)[synopsis]: Likewise.
* gnu/packages/tex.scm (texlive-docstrip)[synopsis]: Likewise.
| Vagrant Cascadian |
2021-12-13 | gnu: Simplify package inputs....This commit was obtained by running:
./pre-inst-env guix style
without any additional argument.
| Ludovic Courtès |
2021-06-22 | gnu: maven-enforcer-parent-pom: Fix pom....* gnu/packages/maven.scm (maven-enforcer-parent-pom): Fix dependency
versions in pom file.
| Julien Lepiller |
2021-06-22 | gnu: maven-core: Hardcode versions we have in Guix....* gnu/packages/maven.scm (maven-core)[phases]: Replace default hardcoded
versions by versions of packages we have in Guix.
| Julien Lepiller |
2021-06-22 | guix: java-utils: Factorize pom.xml generation....* guix/build/java-utils.scm (generate-pom.xml): New procedure.
* gnu/packages/maven.scm (java-surefire-junit4): Use it.
* gnu/packages/java.scm (java-qdox, java-jsr250, java-jsr305)
(java-aopalliance, java-jboss-el-api-spec)
(java-jboss-interceptors-api-spec): Use it.
(java-qdox-M9): Ensure the generated pom file has the correct version.
| Julien Lepiller |
2020-12-15 | gnu: maven-wagon-http: Disable a failing test....* gnu/packages/maven.scm (maven-wagon-http)[arguments]: Add
HugeFileDownloadTest to excluded tests.
Signed-off-by: Julien Lepiller <julien@lepiller.eu>
| Michael Rohleder |
2020-09-14 | gnu: maven-compiler-plugin: Don't use unstable tarball....* gnu/packages/maven.scm (maven-compiler-plugin)[source]: Download using
git-fetch.
| Efraim Flashner |