Return-Path: X-Original-To: apmail-maven-users-archive@www.apache.org Delivered-To: apmail-maven-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 4FB2910B9D for ; Mon, 8 Jul 2013 21:51:29 +0000 (UTC) Received: (qmail 11362 invoked by uid 500); 8 Jul 2013 21:51:27 -0000 Delivered-To: apmail-maven-users-archive@maven.apache.org Received: (qmail 11287 invoked by uid 500); 8 Jul 2013 21:51:27 -0000 Mailing-List: contact users-help@maven.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Maven Users List" Reply-To: "Maven Users List" Delivered-To: mailing list users@maven.apache.org Received: (qmail 65003 invoked by uid 99); 8 Jul 2013 21:37:13 -0000 X-ASF-Spam-Status: No, hits=3.8 required=5.0 tests=FREEMAIL_ENVFROM_END_DIGIT,HTML_EXTRA_CLOSE,HTML_IMAGE_ONLY_20,HTML_MESSAGE,SPF_NEUTRAL,T_REMOTE_IMAGE X-Spam-Check-By: apache.org Received-SPF: error (nike.apache.org: encountered temporary error during SPF processing of domain of rahulvd84@gmail.com) Date: Mon, 8 Jul 2013 14:36:26 -0700 (PDT) From: rahulvd84 To: users@maven.apache.org Message-ID: <1373319386878-5762445.post@n5.nabble.com> Subject: Maven deploy goal using ROLE account on Linux/Unix MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_169328_7731106.1373319386895" X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_169328_7731106.1373319386895 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Hi,I am relatively new to Maven and Linux as well. I was trying to set up a maven repository for all the dependencies for the java projects we have and so that the entire can use same version of the dependencies and we will just have share the pom.xml (on svn). The repository needs to be created on a nfs mount drive on a Linux box (/Server#1/) at ~/maven/repositoryTo access /Server#1/ we use our AD user and password and then su to a user *appuser*. Though this *appuser* does not have a password and it asks for the sudo password for the AD user and each AD user is added to sudoers file.All our build processes need to be run using the *appuser*. At the moment we are trying to deploy the dependencies and the deploy goal asks for password which scp(ing) to the /Server#1/.Is there a way we can by pass this? We have already tried creating rsa keys for server and the client machine though of no use.Here is how I have created the server node in the settings.xml file Please suggest how can this be done in case we want to continue using same security modes of having users login to linux machine using the AD user/password and su to an account with no password.Thanks,Rahul -- View this message in context: http://maven.40175.n5.nabble.com/Maven-deploy-goal-using-ROLE-account-on-Linux-Unix-tp5762445.html Sent from the Maven - Users mailing list archive at Nabble.com. ------=_Part_169328_7731106.1373319386895--