setup a ssh repository in distribution-management 
http://maven.apache.org/plugins/maven-deploy-plugin/examples/deploy-ssh-external.html

then you can 'pull' the necessary SSH artifacts by referencing them inside the 
<build> <extension>

Martin Gainty 
______________________________________________ 
Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité

Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene Empfaenger 
sein, so bitten wir hoeflich um eine Mitteilung. Jede unbefugte Weiterleitung 
oder Fertigung einer Kopie ist unzulaessig. Diese Nachricht dient lediglich dem 
Austausch von Informationen und entfaltet keine rechtliche Bindungswirkung. 
Aufgrund der leichten Manipulierbarkeit von E-Mails koennen wir keine Haftung 
fuer den Inhalt uebernehmen.

Ce message est confidentiel et peut être privilégié. Si vous n'êtes pas le 
destinataire prévu, nous te demandons avec bonté que pour satisfaire informez 
l'expéditeur. N'importe quelle diffusion non autorisée ou la copie de ceci est 
interdite. Ce message sert à l'information seulement et n'aura pas n'importe 
quel effet légalement obligatoire. Étant donné que les email peuvent facilement 
être sujets à la manipulation, nous ne pouvons accepter aucune responsabilité 
pour le contenu fourni.

 
> Date: Thu, 6 Jun 2013 15:18:12 +0530
> Subject: maven-exec-plugin
> From: 06v...@gmail.com
> To: users@maven.apache.org
> 
> Hi,
> I am having a problem in using maven-exec-plugin. I have requirement that i
> need to use SVN MOVE command to rename labels. Since SCM does not support
> "MOVE svn tags/labels" i am using maven-exec-plugin to rename svn tags with
> required arguments including svn username and password. The problem i am
> facing is, this exec plugin is able to rename the labels, but in the build
> log, it shows the entire exec plugin command in plain text what i have set,
> since i am passing even password also, it also displays password in plain
> text. Is there any way i can mask some parameters which i want to aovid
> being displayed in plain text. Or is there any bettern plugin i can use to
> meet my requirement? Any pointers for this?
> 
> THanks
> Virg
                                          

Reply via email to