Package Details: mvnd 1.0.2-2

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
Conflicts: mvnd2
Provides: mvnd
Submitter: niyanhhhhh
Maintainer: splatch
Last Packager: splatch
Votes: 5
Popularity: 0.004462
First Submitted: 2021-06-25 11:18 (UTC)
Last Updated: 2025-07-25 19:57 (UTC)

Dependencies (3)

Required by (0)

Sources (1)

Latest Comments

1 2 Next › Last »

splatch commented on 2025-07-25 19:59 (UTC)

For 2.x line of mvnd please use mvnd2 package: https://aur.archlinux.org/packages/mvnd2. As it is still in beta phase (together with Maven 4.x) it is temporarily living in its own package root.

polr commented on 2025-07-25 19:48 (UTC)

@splatch Great to see you updated the package, thanks! :)

I agree that creating a mvnd2 package (and merging back when this one is EOL) is the way to go.

splatch commented on 2025-07-25 19:28 (UTC)

The mvnd 2.x is in still beta. I am not quite clear whether mvnd 1.0.x with Maven 3.9.x will be maintained and how long. Lets see how it will go. I think for start we can get mvnd2 package and eventually merge these once mvnd 1 becomes EOL. WDYT?

polr commented on 2025-07-25 11:06 (UTC)

Any news on this package?

@witt.9099 are you still interested in maintaining? If so, you will probably have to send an orphan request. :/

witt.9099 commented on 2025-05-28 08:45 (UTC)

Request for joint maintenance

user2 commented on 2024-10-28 02:20 (UTC)

Hi, thanks for this package. There are some missing -e flags for echo to do color printing.

diff --git a/.install b/.install
index 02cf5c8..df6da33 100644
--- a/.install
+++ b/.install
@@ -1,4 +1,4 @@
 post_install() {
-    echo "\e[1;33mNote: ohmyzsh user who use default maven completion plugin may need to unailas mvnd."
-    echo "\e[1;33mNote: use \e[1;0mcp /usr/share/java/mvnd/conf/mvnd.properties \e[1;33mto copy default mvnd config file."
+    echo -e "\e[1;33mNote: ohmyzsh user who use default maven completion plugin may need to unailas mvnd."
+    echo -e "\e[1;33mNote: use \e[1;0mcp /usr/share/java/mvnd/conf/mvnd.properties \e[1;33mto copy default mvnd config file."
 }

dito_ch commented on 2024-07-04 04:45 (UTC)

@splatch, awesome. Thanks for your efforts!

splatch commented on 2024-07-02 08:05 (UTC)

Hello @dito_ch, package is now up to date.

dito_ch commented on 2024-07-02 07:29 (UTC)

mvnd 1.0.1 has been released recently. Would it be possible to update the package?

splatch commented on 2023-04-06 20:34 (UTC)

Package has been updated to 0.9 release. It changes installation location to /opt/mvnd and does replicate way in which maven package is being installed which puts everything at one package root.

Enjoy testing!