RE: Welcome Tibor Digana as a Maven Committer !

2013-09-26 Thread Martin Gainty
vítať Tibor! Martin __ Jogi és Bizalmassági kinyilatkoztatás Ez az üzenet bizalmas. Ha nem ön az akinek szánva volt, akkor kérjük, hogy jelentse azt nekünk vissza. Semmiféle továbbítása vagy másolatának készítése nem megengedett. Ez az üzenet csa

Re: Welcome Tibor Digana as a Maven Committer !

2013-09-26 Thread Andreas Gudian
Welcome, Tibor! Great to have you on board! Andreas Am Donnerstag, 26. September 2013 schrieb Robert Scholte : > Welcome, happy hacking! > > Robert > > Op Thu, 26 Sep 2013 19:45:54 +0200 schreef Kristian Rosenvold < > krosenv...@apache.org>: > > Somewhat delayed I'd like to welcome Tibor Digana

Re: Welcome Tibor Digana as a Maven Committer !

2013-09-26 Thread Robert Scholte
Welcome, happy hacking! Robert Op Thu, 26 Sep 2013 19:45:54 +0200 schreef Kristian Rosenvold : Somewhat delayed I'd like to welcome Tibor Digana as our latest committer! Tibor has been doing extensive work on improving the parallel running capabilities of surefire, and I look forward to

Welcome Tibor Digana as a Maven Committer !

2013-09-26 Thread Kristian Rosenvold
Somewhat delayed I'd like to welcome Tibor Digana as our latest committer! Tibor has been doing extensive work on improving the parallel running capabilities of surefire, and I look forward to seeing more good stuff from him ! Welcome ! Kristian -

users@maven.apache.org

2013-09-26 Thread Robert Scholte
Have you tried to encypted the same password twice? Big chance they have different values. I would expect the following to work: mvn --encrypt-password "toto&titi" Op Thu, 26 Sep 2013 16:17:41 +0200 schreef djeanprost : Hello, I'm trying to use maven password encryption feature. My probl

users@maven.apache.org

2013-09-26 Thread Kristian Rosenvold
I would consider changing the password Den 26. sep. 2013 17:39 skrev "djeanprost" følgende: > The solution I found is to write a groovy script : > > import org.sonatype.plexus.components.cipher.DefaultPlexusCipher > > @Grab(group='org.sonatype.plexus', module='plexus-cipher', version='1.7') >

users@maven.apache.org

2013-09-26 Thread djeanprost
The solution I found is to write a groovy script : import org.sonatype.plexus.components.cipher.DefaultPlexusCipher @Grab(group='org.sonatype.plexus', module='plexus-cipher', version='1.7') class MavenEncrypt { static void main(args) { DefaultPlexusCipher cipher = new DefaultPlexusCip

users@maven.apache.org

2013-09-26 Thread Wayne Fay
> with double ampersand, problem is still there > C:\outillivraison\outillivraison-1.0-beta2>mvn --encrypt-password toto&&titi > {6coO4Ogj1ckH5QYSj8ZymSBzyC1y9WlTdVdPaTYQLLU=} The error msg you are showing us tells me that your shell is interpreting the & and not passing it to Maven. This is not s

users@maven.apache.org

2013-09-26 Thread djeanprost
with double ampersand, problem is still there C:\outillivraison\outillivraison-1.0-beta2>mvn --encrypt-password toto&&titi {6coO4Ogj1ckH5QYSj8ZymSBzyC1y9WlTdVdPaTYQLLU=} 'titi' n'est pas reconnu en tant que commande interne ou externe, un programme exécutable ou un fichier de commandes. dom --

users@maven.apache.org

2013-09-26 Thread Paul Benedict
That's interesting. When I use a double ampersand, Maven looks for my security-settings.xml correctly so it's finding the program. Without the double ampersand, it doesn't work. On Thu, Sep 26, 2013 at 9:32 AM, djeanprost < dominique.jean-pr...@sofaxis.com> wrote: > with double ampersand, prob

Re: Help configuring checkstyle Maven plugin

2013-09-26 Thread Andrew Pennebaker
Ah, the tutorials for this are out of date. For version 2.10 of this plugin, the stuff should go inside ``, not ``. On Tue, Sep 24, 2013 at 3:00 PM, Andrew Pennebaker wrote: > Could someone help me tweak my checkstyle plugin in my pom? > > I would like `mvn checkstyle:check` to output the checks

users@maven.apache.org

2013-09-26 Thread Paul Benedict
Can you try a double ampersand and let me know if that works? On Thu, Sep 26, 2013 at 9:23 AM, djeanprost < dominique.jean-pr...@sofaxis.com> wrote: > Doesn't seem to be better : > C:\outillivraison\outillivraison-1.0-beta2>mvn --encrypt-password > toto^&titi > 'titi' n'est pas reconnu en tant q

users@maven.apache.org

2013-09-26 Thread djeanprost
Doesn't seem to be better : C:\outillivraison\outillivraison-1.0-beta2>mvn --encrypt-password toto^&titi 'titi' n'est pas reconnu en tant que commande interne ou externe, un programme exécutable ou un fichier de commandes. {fepRzHofytAHYHH2O53qUS3yk/BlA7llKY8gunb2O2o=} -- View this message in c

users@maven.apache.org

2013-09-26 Thread djeanprost
forgot to add maven version : C:\outillivraison\outillivraison-1.0-beta2>mvn --version Apache Maven 3.0.5 (r01de14724cdef164cd33c7c8c2fe155faf9602da; 2013-02-19 14:51:28+0100) Maven home: C:\bin\apache-maven-3.0.5\bin\.. Java version: 1.6.0_38, vendor: Sun Microsystems Inc. Java home: C:\bin\jdk1.

users@maven.apache.org

2013-09-26 Thread Paul Benedict
I never encountered this problem, but I think & is a special token on the Windows command line. Put a caret in front of it to see if it escapes it properly: ^& On Thu, Sep 26, 2013 at 9:17 AM, djeanprost < dominique.jean-pr...@sofaxis.com> wrote: > Hello, > > I'm trying to use maven password enc

users@maven.apache.org

2013-09-26 Thread djeanprost
Hello, I'm trying to use maven password encryption feature. My problem is that the password I'm trying to encrypt contains the charatcter "&" (ampersand). Because of this, the command line does not work ran in Windows cli. C:\outillivraison\outillivraison-1.0-beta2>mvn --encrypt-password toto&tit

Re: Maven Build Error

2013-09-26 Thread Wayne Fay
> Wayne,Now the problem got resolved when i googled the things from the below > link it suggested org/codehaus/groovy directory in the local repository > maven cache folder needs to be deleted when i've done it works fine. Good to hear that you solved it. Wayne --

Re: Maven Build Error

2013-09-26 Thread Siddu Patil
Wayne,Now the problem got resolved when i googled the things from the below link it suggested org/codehaus/groovy directory in the local repository maven cache folder needs to be deleted when i've done it works fine. https://netbeans.org/bugzilla/show_bug.cgi?id=210430 Thanks, Siddu On Thu, Sep

Re: Maven Build Error

2013-09-26 Thread Wayne Fay
> I agree that it's my local problem.Can you please guide me i'm trying to > set up in my local machine(laptop not corporate one) and i've no anti virus > installed. Most likely you are behind a proxy and don't even realize it. I'm not certain if Maven stored the jar file in ~/.m2 but you should t

Re: Maven Build Error

2013-09-26 Thread Siddu Patil
I agree that it's my local problem.Can you please guide me i'm trying to set up in my local machine(laptop not corporate one) and i've no anti virus installed. Can you please provide me solution here. Thanks in advance!! On Thu, Sep 26, 2013 at 1:15 PM, Wayne Fay wrote: > > plugin:2.2 or one

Re: Maven Build Error

2013-09-26 Thread Wayne Fay
> plugin:2.2 or one of its dependencies could not be resolved: Could not > transfer artifact org.apache.ant:ant:jar:1.8.1 from/to central (http: > //repo.maven.apache.org/maven2): GET request of: > org/apache/ant/ant/1.8.1/ant-1.8.1.jar from central failed: Premature end > of Content-Length > deli

Re: Packing one tar created using maven assembly into another tar using maven assembly

2013-09-26 Thread navjotece19
Apologies for inconvinience. I have pasted my question below. --- Hi All, I have created a tar(say project.tar) using maven assembly descriptor. I need to create one more tar(say final.tar) file which would contain the previously created tar (project.tar) along with o

Re: Maven Build Error

2013-09-26 Thread Siddu Patil
Anders,i've tried the below error is displayed(PFA text file for more details) Downloading: http://repo.maven.apache.org/maven2/org/apache/ant/ant/1.8.1/ant-1.8.1.jar Downloaded: http://repo.maven.apache.org/maven2/antlr/antlr/2.7.7/antlr-2.7.7.jar (435 KB at 18.8 KB/sec) Downloaded: http://repo.m