You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by Arnaud HERITIER <ah...@gmail.com> on 2005/04/09 20:15:07 UTC

RE: How to .... release a plugin ?? - resolved

Ok, I committed with a command line a fake modification and the password is now cached.

scm:prepare-release works.

I also needed to move the distribution site to people.apache.org because we can't use maven.apache.org and www.apache.org with the
new infrastructure.
I don't know how often the rsync is done.

Thx for your help.

Arnaud

> -----Message d'origine-----
> De : Brett Porter [mailto:brett@apache.org] 
> Envoyé : samedi 9 avril 2005 18:44
> À : Maven Developers List
> Objet : Re: How to .... release a plugin ??
> 
> - You need to have the same local user as remotely. -Duser.name=...
> might work.
> - You need to have successfully logged in previously so that 
> the password is cached
> 
> The SVN provider can handle doing the --username/--password 
> thing now, though you might need to add the config hook to 
> the SCM plugin.
> 
> - Brett
> 
> Arnaud HERITIER wrote:
> 
> >Hi guys,
> >
> >I tried to release the plugin with maven 1.0.2 but I have 
> the same error.
> >
> >I upgraded the SCM plugin ( v1.5-beta3 thanks Vincent) and 
> it's better but I have another error.
> >
> >I certainly never released a plugin since we switched to 
> subversion ( :-( ).
> >
> >I have an authorization problem :
> >....
> >[SNIP]
> >....
> >            [echo] Committing descriptors [INFO] Working directory: 
> >D:\Work\Dev\apache-maven-1.0\maven-plugins\ant
> >[INFO] Command line: svn commit --non-interactive --file 
> >C:\Temp\maven-scm-1748502724.commit project.xml 
> xdocs/changes.xml Provider message:
> >The svn command failed.
> >Command output:
> >svn: Commit failed (details follow):
> >svn: CHECKOUT of 
> >/repos/asf/!svn/ver/155597/maven/maven-1/plugins/trunk/ant/pr
> oject.xml: 
> >authorization failed
> >(https://svn.apache.org)
> >
> >
> >BUILD FAILED
> >File...... 
> >D:\Work\Data\maven\cache\maven-scm-plugin-1.5-beta-3\plugin.jelly
> >Element... scm:checkin
> >Line...... 237
> >Column.... 175
> >Error!
> >Total time: 16 seconds
> >Finished at: Sat Apr 09 14:00:18 CEST 2005
> >
> >
> >I think this is a similar problem to the "cvs login" but 
> there's no "svn login"
> >
> >How did you setup your environment under windows (XP) ?
> >
> >Personnaly I use TortoiseSVN + Putty + Dos CMD
> >
> >Can you help me ?
> >
> >Thanks.
> >
> >Arnaud
> >
> >
> >  
> >
> >>-----Message d'origine-----
> >>De : Brett Porter [mailto:brett@apache.org] Envoyé : 
> vendredi 8 avril 
> >>2005 03:45 À : Maven Developers List Objet : Re: How to 
> .... release a 
> >>plugin ??
> >>
> >>No, it's not that. Arnaud - you've installed the artifact 
> plugin from 
> >>SVN HEAd, and it seems the dependencies are missing from 
> >>http://cvs.apache.org/repository/maven/jars/
> >>
> >>I'll try and fix that later - you are probably better to use the 
> >>artifact plugin that came with 1.0.2.
> >>
> >>Cheers,
> >>Brett
> >>
> >>Vincent Massol wrote:
> >>
> >>    
> >>
> >>>You must use the SCM plugin v1.5-beta3 (it's located in a branch), 
> >>>which supports SVN...
> >>>
> >>>-Vincent
> >>>
> >>> 
> >>>
> >>>      
> >>>
> >>>>-----Original Message-----
> >>>>From: Arnaud HERITIER [mailto:aheritier@gmail.com]
> >>>>Sent: jeudi 7 avril 2005 23:34
> >>>>To: 'Maven Developers List'
> >>>>Subject: How to .... release a plugin ??
> >>>>
> >>>>Hi guys,
> >>>>
> >>>>   I don't understand why but I can't use the standard
> >>>>        
> >>>>
> >>procedure to
> >>    
> >>
> >>>>release a plugin (the ant one) :
> >>>>http://maven.apache.org/developers/making-releases.html
> >>>>
> >>>>   When I launch :
> >>>>maven scm:prepare-release
> >>>>
> >>>>   I have :
> >>>>__  __
> >>>>|  \/  |__ _Apache__ ___
> >>>>| |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
> >>>>|_|  |_\__,_|\_/\___|_||_|  v. 1.0.2
> >>>>
> >>>>Tentative de tÚlÚchargement de maven-model-3.0.0-SNAPSHOT.jar.
> >>>>Tentative de tÚlÚchargement de wagon-provider-api-1.0-alpha-2- 
> >>>>SNAPSHOT.jar.
> >>>>Tentative de tÚlÚchargement de 
> wagon-http-1.0-alpha-2-SNAPSHOT.jar.
> >>>>Tentative de tÚlÚchargement de wagon-ftp-1.0-alpha-2-SNAPSHOT.jar.
> >>>>Tentative de tÚlÚchargement de wagon-ssh-1.0-alpha-2-SNAPSHOT.jar.
> >>>>Tentative de tÚlÚchargement de wagon-ssh-external-1.0-alpha-2- 
> >>>>SNAPSHOT.jar.
> >>>>Tentative de tÚlÚchargement de 
> wagon-file-1.0-alpha-2-SNAPSHOT.jar.
> >>>>Error retrieving artifact from
> >>>>[http://www.ibiblio.org/maven/maven/jars/wagon-file-1.0-alpha-2-
> >>>>SNAPSHOT.jar]:
> >>>>java.net.ConnectException: Connection timed out:
> >>>>onnect
> >>>>Artifact /maven/jars/wagon-file-1.0-alpha-2-SNAPSHOT.jar doesn't 
> >>>>exists in remote repository, but it exists locally
> >>>>
> >>>>BUILD FAILED
> >>>>File...... D:\Work\Data\maven\cache\maven-scm-plugin-1.4.2-
> >>>>SNAPSHOT\plugin.jelly
> >>>>Element... ant:fail
> >>>>Line...... 106
> >>>>Column.... 21
> >>>>You must specify maven.scm.cvs.module Total time: 40 seconds 
> >>>>Finished at: Thu Apr 07 23:31:37 CEST 2005
> >>>>
> >>>>   Do you have any idea ??
> >>>>
> >>>>   Should I use maven 1.1 ?
> >>>>
> >>>>   Is it a problem with the update of 
> >>>>wagon-file-1.0-alpha-2-SNAPSHOT.jar
> >>>>??
> >>>>
> >>>>   Thx.
> >>>>
> >>>>Arnaud
> >>>>   
> >>>>
> >>>>        
> >>>>
> >>>
> >>>
> >>>-----------------------------------------------------------
> ----------
> >>>To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org For
> >>>      
> >>>
> >>additional
> >>    
> >>
> >>>commands, e-mail: dev-help@maven.apache.org
> >>>
> >>>
> >>> 
> >>>
> >>>      
> >>>
> >>------------------------------------------------------------
> ---------
> >>To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org For 
> >>additional commands, e-mail: dev-help@maven.apache.org
> >>
> >>    
> >>
> >
> >
> >
> >---------------------------------------------------------------------
> >To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org For 
> additional 
> >commands, e-mail: dev-help@maven.apache.org
> >
> >
> >  
> >
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org For 
> additional commands, e-mail: dev-help@maven.apache.org
> 



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org