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.082164
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

1 2 Next › Last »

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!

dunning_kruger commented on 2022-12-01 17:25 (UTC)

@splatch it's working.

splatch commented on 2022-11-30 21:11 (UTC)

@dunning_kruger I've updated to new URI, checksums are same. Please check.

dunning_kruger commented on 2022-11-30 20:57 (UTC)

I'm getting the following error.

==> ERROR: Failure while downloading https://dist.apache.org/repos/dist/dev/maven/mvnd/0.8.2/maven-mvnd-0.8.2-linux-amd64.zip Aborting...

It looks like this is no longer in the dev repo. It is available in the release repo.

https://dist.apache.org/repos/dist/release/maven/mvnd/0.8.2/

fuero commented on 2022-11-22 11:46 (UTC)

I'd suggest renaming this to mvnd-bin and changing this to build from source. If you're interested, I've done this already.

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.