From 4cb0ecbceb53d88b352c9e2e95920cf838cba77b Mon Sep 17 00:00:00 2001 From: dion Date: Sun, 2 Mar 2003 14:06:37 +0000 Subject: [PATCH] Make deploy:jar do a chgrp maven git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113010 13f79535-47bb-0310-9956-ffa450edef68 --- java/plugin.jelly | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/java/plugin.jelly b/java/plugin.jelly index f1f981c1..bd2f01a6 100644 --- a/java/plugin.jelly +++ b/java/plugin.jelly @@ -255,7 +255,7 @@ artifact="${relativePath}" type="jars" assureDirectoryCommand="mkdir -p" - siteCommand="cd @deployDirectory@; chmod g+w ${maven.jar.to.deploy}" + siteCommand="cd @deployDirectory@; chmod g+w ${maven.jar.to.deploy}; chgrp maven ${maven.jar.to.deploy}" />