Re: [compress] Snapshot for 1.1 using Nexus

2010-08-09 Thread Dennis Lundberg
On 2010-08-09 17:30, Christian Grobmeier wrote: > Just looked at the site plugin. There is a chance we could use mvn > site:stage for this task: > http://maven.apache.org/plugins/maven-site-plugin/usage.html > > One can stage with: > mvn site:stage-deploy -DstagingDirectory=C:\fullsite > -Dstaging

Re: [compress] Snapshot for 1.1 using Nexus

2010-08-09 Thread Christian Grobmeier
Just looked at the site plugin. There is a chance we could use mvn site:stage for this task: http://maven.apache.org/plugins/maven-site-plugin/usage.html One can stage with: mvn site:stage-deploy -DstagingDirectory=C:\fullsite -DstagingSiteURL=scp://www.mycompany.com/www/project/ or with:

Re: [compress] Snapshot for 1.1 using Nexus

2010-08-09 Thread Torsten Curdt
>> Hate the stored passwords though :) > > I wondered always about this argument, since nobody cares that his private > keys are kept in ".ssh" ;-) The private keys are (at least) protected by the passphrase. You are not seriously trying to argue about whether plain-text passwords are a good idea

Re: [compress] Snapshot for 1.1 using Nexus

2010-08-09 Thread Jörg Schaible
Hi Torsten, Torsten Curdt wrote: >> I just configured everything for Nexus and successfully created a >> snapshot: >> https://repository.apache.org/content/repositories/snapshots/org/apache/commons/commons- compress/1.1-SNAPSHOT/ > > Cool > >> The how to i followed: >> http://wiki.apache.org/c

Re: [compress] Snapshot for 1.1 using Nexus

2010-08-08 Thread Christian Grobmeier
>> 1) how can we stage a site to vote? >> 2) how do we create tags in svn (mvn release:prepare is too much, >> since its also staging build artifacts) > > No it doesn't. Here's what release:prepare does: > http://maven.apache.org/plugins/maven-release-plugin/examples/prepare-release.html Thanks De

Re: [compress] Snapshot for 1.1 using Nexus

2010-08-08 Thread Dennis Lundberg
On 2010-08-08 13:38, Christian Grobmeier wrote: >>> Does it distribute the artifacts to the dist folders also? >> >> Unfortunately not. >> Nexus currently only handles Maven artifacts. >> > http://markmail.org/message/wmhm556j56757xt3#query:%22[Nexus]%20Only%20for%20Maven%20snapshots%20%2F%20releas

Re: [compress] Snapshot for 1.1 using Nexus

2010-08-08 Thread Christian Grobmeier
>> Does it distribute the artifacts to the dist folders also? > > Unfortunately not. > Nexus currently only handles Maven artifacts. > http://markmail.org/message/wmhm556j56757xt3#query:%22[Nexus]%20Only%20for%20Maven%20snapshots%20%2F%20releases%22+page:1+mid:wmhm556j56757xt3+state:results thanks

Re: [compress] Snapshot for 1.1 using Nexus

2010-08-08 Thread sebb
On 6 August 2010 06:35, Christian Grobmeier wrote: > Hello, > > I just configured everything for Nexus and successfully created a snapshot: > https://repository.apache.org/content/repositories/snapshots/org/apache/commons/commons-compress/1.1-SNAPSHOT/ > Does it distribute the artifacts to the

Re: [compress] Snapshot for 1.1 using Nexus

2010-08-06 Thread Christian Grobmeier
>> The how to i followed: >> http://wiki.apache.org/commons/UsingNexus >> is very good, no objections. > > Hate the stored passwords though :) > > >  Which is why I no longer use the release plugin for my personal projects. >  http://github.com/tcurdt/scripts > mvnrelease is actually intersting

Re: [compress] Snapshot for 1.1 using Nexus

2010-08-06 Thread Torsten Curdt
> I just configured everything for Nexus and successfully created a snapshot: > https://repository.apache.org/content/repositories/snapshots/org/apache/commons/commons-compress/1.1-SNAPSHOT/ Cool > The how to i followed: > http://wiki.apache.org/commons/UsingNexus > is very good, no objections.

[compress] Snapshot for 1.1 using Nexus

2010-08-05 Thread Christian Grobmeier
Hello, I just configured everything for Nexus and successfully created a snapshot: https://repository.apache.org/content/repositories/snapshots/org/apache/commons/commons-compress/1.1-SNAPSHOT/ The how to i followed: http://wiki.apache.org/commons/UsingNexus is very good, no objections. I did it