Ok.
Just let me know when I can test ? (I need to use
http://snapshots.maven.codehaus.org ?)
Am I rigth with this configuration added in the build section :
<extensions>
<extension>
<groupId>org.apache.maven.wagon</groupId>
<artifactId>wagon-scm</artifactId>
<version>1.0-alpha-5</version>
</extension>
</extensions>
And with urls setted in the distributionManagement/url ? :
scm:cvs:pserver:${username}:[EMAIL PROTECTED]:repopath:module
Thanks,
- Olivier
-----Message d'origine-----
De : Emmanuel Venisse [mailto:[EMAIL PROTECTED]
Envoyé : vendredi 2 décembre 2005 13:14
À : Maven Users List
Objet : Re: RE : [m2] deploy with scm url (cvs)
It's implemented in wagon-scm. We need to update it to latest maven-scm
snapshot
If you want to test it in actual state, you can use
org.apache.maven.wagon:wagon-scm:1.0-alpha-5
Emmanuel
Olivier Lamy a écrit :
> This feature (deploying in a scm in my case cvs) is implemented or not
?
> I need to build wagon or somethings else from svn co ?
> If snapshot available I can certainly play the beta tester ;-)
> Thanks,
> - Olivier
>
> -----Message d'origine-----
> De : Olivier Lamy [mailto:[EMAIL PROTECTED]
> Envoyé : jeudi 1 décembre 2005 19:47
> À : Maven Users List
> Objet : [m2] deploy with scm url (cvs)
>
>
> Hi,
> I'm trying to deploy in a scm repository (CVS).
> The url needs to be the same as the developerConnection ?
> I try :
> - scm:cvs:pserver:ip:/local/cvs/repo:module</url>
> - scm:cvs:pserver:${username}:${password}ip:/local/cvs/repo:module
>
> I have the following stack trace (long) :
>
> Caused by: org.apache.maven.plugin.PluginManagerException: Failed to
> create plugin container for plugin
> '[EMAIL PROTECTED]': Error configuring co mponents
> at
>
org.apache.maven.plugin.DefaultPluginManager.addPlugin(DefaultPluginMan
> ager.java:284)
> at
>
org.apache.maven.plugin.DefaultPluginManager.verifyVersionedPlugin(Defa
> ultPluginManager.java:198)
> at
>
org.apache.maven.plugin.DefaultPluginManager.verifyPlugin(DefaultPlugin
> Manager.java:163)
> at
>
org.apache.maven.lifecycle.DefaultLifecycleExecutor.verifyPlugin(Defaul
> tLifecycleExecutor.java:1095)
> ... 18 more
> Caused by: org.codehaus.plexus.PlexusContainerException: Error
> configuring compone nts
> at
>
org.codehaus.plexus.DefaultPlexusContainer.initialize(DefaultPlexusCont
> ainer.java:655)
> at
>
org.codehaus.plexus.DefaultPlexusContainer.createChildContainer(Default
> PlexusContainer.java:252)
> at
>
org.apache.maven.plugin.DefaultPluginManager.addPlugin(DefaultPluginMan
> ager.java:277)
> ... 21 more
> Caused by:
>
org.codehaus.plexus.component.configurator.ComponentConfigurationExcept
> ion: Error configuring component: role: 'component-repository',
> implementation: 'o
> rg.codehaus.plexus.component.repository.DefaultComponentRepository'
> at
>
org.codehaus.plexus.DefaultPlexusContainer.processCoreComponentConfigur
> ation(DefaultPlexusContainer.java:1301)
> at
>
org.codehaus.plexus.DefaultPlexusContainer.initializeCoreComponents(Def
> aultPlexusContainer.java:1212)
> at
>
org.codehaus.plexus.DefaultPlexusContainer.initialize(DefaultPlexusCont
> ainer.java:631)
> ... 23 more
> Caused by:
>
org.codehaus.plexus.component.configurator.ComponentConfigurationExcept
> ion: Cannot assign value
> 'org.codehaus.plexus.component.repository.DefaultComponen
> [EMAIL PROTECTED]' to field:
> org.codehaus.plexus.DefaultPlexusContainer.componen
> tRepository; type:
> org.codehaus.plexus.component.repository.DefaultComponentReposi
> tory
> at
>
org.codehaus.plexus.component.configurator.converters.ComponentValueSet
> ter.setValueUsingField(ComponentValueSetter.java:154)
> at
>
org.codehaus.plexus.component.configurator.converters.ComponentValueSet
> ter.configure(ComponentValueSetter.java:252)
> at
>
org.codehaus.plexus.component.configurator.converters.composite.ObjectW
>
ithFieldsConverter.processConfiguration(ObjectWithFieldsConverter.java:1
> 37)
> at
>
org.codehaus.plexus.component.configurator.BasicComponentConfigurator.c
> onfigureComponent(BasicComponentConfigurator.java:56)
> at
>
org.codehaus.plexus.component.configurator.AbstractComponentConfigurato
> r.configureComponent(AbstractComponentConfigurator.java:54)
> at
>
org.codehaus.plexus.component.configurator.AbstractComponentConfigurato
> r.configureComponent(AbstractComponentConfigurator.java:47)
> at
>
org.codehaus.plexus.DefaultPlexusContainer.processCoreComponentConfigur
> ation(DefaultPlexusContainer.java:1295)
> ... 25 more
> Caused by: java.lang.IllegalArgumentException
> at
>
sun.reflect.UnsafeObjectFieldAccessorImpl.set(UnsafeObjectFieldAccessor
> Impl.java:63)
> at java.lang.reflect.Field.set(Field.java:519)
> at
>
org.codehaus.plexus.component.configurator.converters.ComponentValueSet
> ter.setValueUsingField(ComponentValueSetter.java:141)
> ... 31 more
>
> Issue ? Non implemented feature ?
> Thanks a lot,
> - Olivier
>
>
>
> This e-mail, any attachments and the information contained therein
> ("this message") are confidential and intended solely for the use of
the
> addressee(s). If you have received this message in error please send
it
> back to the sender and delete it. Unauthorized publication, use,
> dissemination or disclosure of this message, either in whole or in
part
> is strictly prohibited.
> **********************************************************************
> Ce message electronique et tous les fichiers joints ainsi que les
> informations contenues dans ce message ( ci apres "le message" ), sont
> confidentiels et destines exclusivement a l'usage de la personne a
> laquelle ils sont adresses. Si vous avez recu ce message par erreur,
> merci de le renvoyer a son emetteur et de le detruire. Toutes
> diffusion, publication, totale ou partielle ou divulgation sous
quelque
> forme que se soit non expressement autorisees de ce message, sont
> interdites.
> **********************************************************************
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>
>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]