Package Details: mvnd 1.0.1-1

Git Clone URL: https://aur.archlinux.org/mvnd.git (read-only, click to copy)
Package Base: mvnd
Description: Maven Deamon, which aims at providing faster Maven builds using techniques known from Gradle and Takari.
Upstream URL: https://github.com/apache/maven-mvnd
Keywords: maven mavendeamon mvn mvnd
Licenses: Apache
Submitter: niyanhhhhh
Maintainer: splatch
Last Packager: splatch
Votes: 4
Popularity: 0.002189
First Submitted: 2021-06-25 11:18 (UTC)
Last Updated: 2024-07-02 08:03 (UTC)

Dependencies (3)

Required by (0)

Sources (1)

Latest Comments

« First ‹ Previous 1 2

splatch commented on 2022-08-04 16:50 (UTC) (edited on 2022-11-30 21:14 (UTC) by splatch)

Package have been updated to 0.8.2 release. The 'mvnd' is now official sub-project of Apache Maven project.

@fuero Its my least concern to be honest, there are lots of packages which do not follow that convention. If you can point me to wiki procedure I'll address that during next update.

dunning_kruger commented on 2022-08-04 16:40 (UTC)

Version 0.8.0 is out. Is it possible to update this package?

niyanhhhhh commented on 2021-09-15 07:33 (UTC)

It seems work when you just setup your JAVA_HOME. The default properties is in /usr/share/java/mvnd/conf/, and you can copy it to ~/.m2/. I can't touch your user home in PKGBUILD, so I add this note in the .install script. Also the wrong directory problem is fixed. :)

madmichi commented on 2021-06-30 13:24 (UTC) (edited on 2021-06-30 13:25 (UTC) by madmichi)

Hello, after installing mvnd from this package, I had to do the following to make it work:

  1. create mvnd.properties file in ~/.m2/ with
mvnd.home=/usr/share/java/mvnd
java.home=/usr/lib/jvm/default
  1. move content of /usr/share/java/mvnd/mvn/mvn/ to /usr/share/java/mvnd/mvn/

Is it possible to fix this so it works out of the box? Thanks in advance!