Re: Can not use the plexus component org.sonatype.plexus.components.sec.dispatcher.SecDispatcher since maven 2.2.0

2009-09-30 Thread Tony Chemit
Le Mon, 28 Sep 2009 09:43:06 +0200, Tony Chemit che...@codelutin.com a écrit : Le Mon, 28 Sep 2009 09:35:00 +1000, Brett Porter br...@apache.org a écrit : It looks like when they were added, they were not properly hidden from plugin classes. So you will need to ensure you use the exact

Re: Can not use the plexus component org.sonatype.plexus.components.sec.dispatcher.SecDispatcher since maven 2.2.0

2009-09-28 Thread Tony Chemit
Le Mon, 28 Sep 2009 09:35:00 +1000, Brett Porter br...@apache.org a écrit : It looks like when they were added, they were not properly hidden from plugin classes. So you will need to ensure you use the exact version of the library that is used in Maven. On which artifact should I look on

Re: Can not use the plexus component org.sonatype.plexus.components.sec.dispatcher.SecDispatcher since maven 2.2.0

2009-09-27 Thread Brett Porter
It looks like when they were added, they were not properly hidden from plugin classes. So you will need to ensure you use the exact version of the library that is used in Maven. Please report this at http://jira.codehaus.org/browse/MNG so it can be corrected in future. Thanks, Brett On

Can not use the plexus component org.sonatype.plexus.components.sec.dispatcher.SecDispatcher since maven 2.2.0

2009-09-25 Thread Tony Chemit
Hi, Since maven 2.1.0, I use in a mojo the org.sonatype.plexus.components.sec.dispatcher.SecDispatcher from the artifact org.sonatype.plexus:plexus-sec-dispatcher:1.3.1 to decrypt password in my settings.xml I recently change to maven 2.2.1, but my mojo does not anylonger works fine (same

Re: Can not use the plexus component org.sonatype.plexus.components.sec.dispatcher.SecDispatcher since maven 2.2.0

2009-09-25 Thread Tony Chemit
Le Fri, 25 Sep 2009 15:17:04 +0200, Tony Chemit che...@codelutin.com a écrit : Hi, Since maven 2.1.0, I use in a mojo the org.sonatype.plexus.components.sec.dispatcher.SecDispatcher from the artifact org.sonatype.plexus:plexus-sec-dispatcher:1.3.1 to decrypt password in my