[Clirr-devel] deploy trouble
Status: Alpha
Brought to you by:
lkuehne
From: <lak...@t-...> - 2004-09-05 15:33:33
|
Hi, I have updated our web site with the 0.4 docs, but I'm getting errors when I try to deploy the binaries: > cd core; maven -Dmaven.username=lkuehne dist:deploy; [...] dist:deploy-bin: [echo] maven.repo.list is not set - using legacy deploy mode [echo] DEPRECATED: use of deploy:artifact tag and the legacy deploy method are deprecated [echo] Copying project.xml to the /home/groups/c/cl/clirr/htdocs/builds//clirr/poms on shell.sourceforge.net [echo] Executing [...]; chgrp maven clirr-core-0.4.pom [...] [exec] chgrp: changing group of `clirr-core-0.4.pom': Operation not permitted BUILD FAILED Questions: * Where can I tell Maven to use the unix group name 'clirr' or prevent the chgrp call completely? * If I use maven.repo.list (from the artifact plugin) instead of the 'legacy deploy mode', it seems I need to put my sourceforge password in a file that is publically accessible via CVS ?!? /Lars |