You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by Guillaume Nodet <gn...@gmail.com> on 2009/06/16 10:30:55 UTC

Deploying snapshots

I'd like to deploy snapshots of framework / main onto the snapshot repository.
What's the way to do this ?
Atm, I end up with the following error:

[INFO] Error deploying artifact: Failed to transfer file:
https://repository.apache.org/content/repositories/snapshots/org/apache/felix/org.apache.felix.framework/1.9.0-SNAPSHOT/org.apache.felix.framework-1.9.0-20090616.082913-1.jar.
Return code is: 401


-- 
Cheers,
Guillaume Nodet
------------------------
Blog: http://gnodet.blogspot.com/
------------------------
Open Source SOA
http://fusesource.com

Re: Deploying snapshots

Posted by Alin Dreghiciu <ad...@gmail.com>.
Excellent action!

On Tue, Jun 16, 2009 at 11:30 AM, Guillaume Nodet <gn...@gmail.com> wrote:

> I'd like to deploy snapshots of framework / main onto the snapshot
> repository.
> What's the way to do this ?
> Atm, I end up with the following error:
>
> [INFO] Error deploying artifact: Failed to transfer file:
>
> https://repository.apache.org/content/repositories/snapshots/org/apache/felix/org.apache.felix.framework/1.9.0-SNAPSHOT/org.apache.felix.framework-1.9.0-20090616.082913-1.jar
> .
> Return code is: 401
>
>
> --
> Cheers,
> Guillaume Nodet
> ------------------------
> Blog: http://gnodet.blogspot.com/
> ------------------------
> Open Source SOA
> http://fusesource.com
>



-- 
Alin Dreghiciu
Software Developer - Looking for new projects!
My profile: http://www.linkedin.com/in/alindreghiciu
My blog: http://adreghiciu.blogspot.com
http://www.ops4j.org - New Energy for OSS Communities - Open Participation
Software.
http://www.qi4j.org - New Energy for Java - Domain Driven Development.

Re: Deploying snapshots

Posted by Toni Menzel <to...@okidokiteam.com>.
Whats wrong with the public/private key combo ?
Just currious..

On 6/16/09, Gert Vanthienen <ge...@gmail.com> wrote:
> Richard,
>
> I don't think you can use a system variable or something like that to
> replace the settings password with Maven 2.0.x, but starting with
> Maven 2.1.x you can encrypt the passwords so they no longer have to be
> stored in plain text  in your settings.xml file.
>
> Regards,
>
> Gert Vanthienen
> ------------------------
> Open Source SOA: http://fusesource.com
> Blog: http://gertvanthienen.blogspot.com/
>
>
>
> 2009/6/16 Richard S. Hall <he...@ungoverned.org>:
>> Yeah, I wanted to deploy snapshots of them and some others too, but it
>> wasn't working for me as well.
>>
>> Is this the only way? I prefer to type in my password...
>>
>> -> richard
>>
>> On 6/16/09 4:48 AM, Gert Vanthienen wrote:
>>>
>>> Guillaume,
>>>
>>> You should be able to do that if you specify your svn
>>> username/password in the Maven settings.xml file (cfr.
>>> http://maven.apache.org/developers/committer-settings.html).
>>>
>>> We had a discussion about using Hudson/Nexus for doing regular
>>> snapshot releases a while ago, but we decided to stick with our
>>> current Bamboo CI server.  There's a pending INFRA issue
>>> (https://issues.apache.org/jira/browse/INFRA-2085) for getting that
>>> box set up for snapshot releases.
>>>
>>> Regards,
>>>
>>> Gert Vanthienen
>>> ------------------------
>>> Open Source SOA: http://fusesource.com
>>> Blog: http://gertvanthienen.blogspot.com/
>>>
>>>
>>>
>>> 2009/6/16 Guillaume Nodet<gn...@gmail.com>:
>>>
>>>>
>>>> I'd like to deploy snapshots of framework / main onto the snapshot
>>>> repository.
>>>> What's the way to do this ?
>>>> Atm, I end up with the following error:
>>>>
>>>> [INFO] Error deploying artifact: Failed to transfer file:
>>>>
>>>> https://repository.apache.org/content/repositories/snapshots/org/apache/felix/org.apache.felix.framework/1.9.0-SNAPSHOT/org.apache.felix.framework-1.9.0-20090616.082913-1.jar.
>>>> Return code is: 401
>>>>
>>>>
>>>> --
>>>> Cheers,
>>>> Guillaume Nodet
>>>> ------------------------
>>>> Blog: http://gnodet.blogspot.com/
>>>> ------------------------
>>>> Open Source SOA
>>>> http://fusesource.com
>>>>
>>>>
>>
>


-- 
Toni Menzel
Independent Software Developer
Professional Profile: http://okidokiteam.com
toni@okidokiteam.com
http://www.ops4j.org     - New Energy for OSS Communities - Open
Participation Software.

Re: Deploying snapshots

Posted by Gert Vanthienen <ge...@gmail.com>.
Richard,

I don't think you can use a system variable or something like that to
replace the settings password with Maven 2.0.x, but starting with
Maven 2.1.x you can encrypt the passwords so they no longer have to be
stored in plain text  in your settings.xml file.

Regards,

Gert Vanthienen
------------------------
Open Source SOA: http://fusesource.com
Blog: http://gertvanthienen.blogspot.com/



2009/6/16 Richard S. Hall <he...@ungoverned.org>:
> Yeah, I wanted to deploy snapshots of them and some others too, but it
> wasn't working for me as well.
>
> Is this the only way? I prefer to type in my password...
>
> -> richard
>
> On 6/16/09 4:48 AM, Gert Vanthienen wrote:
>>
>> Guillaume,
>>
>> You should be able to do that if you specify your svn
>> username/password in the Maven settings.xml file (cfr.
>> http://maven.apache.org/developers/committer-settings.html).
>>
>> We had a discussion about using Hudson/Nexus for doing regular
>> snapshot releases a while ago, but we decided to stick with our
>> current Bamboo CI server.  There's a pending INFRA issue
>> (https://issues.apache.org/jira/browse/INFRA-2085) for getting that
>> box set up for snapshot releases.
>>
>> Regards,
>>
>> Gert Vanthienen
>> ------------------------
>> Open Source SOA: http://fusesource.com
>> Blog: http://gertvanthienen.blogspot.com/
>>
>>
>>
>> 2009/6/16 Guillaume Nodet<gn...@gmail.com>:
>>
>>>
>>> I'd like to deploy snapshots of framework / main onto the snapshot
>>> repository.
>>> What's the way to do this ?
>>> Atm, I end up with the following error:
>>>
>>> [INFO] Error deploying artifact: Failed to transfer file:
>>>
>>> https://repository.apache.org/content/repositories/snapshots/org/apache/felix/org.apache.felix.framework/1.9.0-SNAPSHOT/org.apache.felix.framework-1.9.0-20090616.082913-1.jar.
>>> Return code is: 401
>>>
>>>
>>> --
>>> Cheers,
>>> Guillaume Nodet
>>> ------------------------
>>> Blog: http://gnodet.blogspot.com/
>>> ------------------------
>>> Open Source SOA
>>> http://fusesource.com
>>>
>>>
>

Re: Deploying snapshots

Posted by "Richard S. Hall" <he...@ungoverned.org>.
Yeah, I wanted to deploy snapshots of them and some others too, but it 
wasn't working for me as well.

Is this the only way? I prefer to type in my password...

-> richard

On 6/16/09 4:48 AM, Gert Vanthienen wrote:
> Guillaume,
>
> You should be able to do that if you specify your svn
> username/password in the Maven settings.xml file (cfr.
> http://maven.apache.org/developers/committer-settings.html).
>
> We had a discussion about using Hudson/Nexus for doing regular
> snapshot releases a while ago, but we decided to stick with our
> current Bamboo CI server.  There's a pending INFRA issue
> (https://issues.apache.org/jira/browse/INFRA-2085) for getting that
> box set up for snapshot releases.
>
> Regards,
>
> Gert Vanthienen
> ------------------------
> Open Source SOA: http://fusesource.com
> Blog: http://gertvanthienen.blogspot.com/
>
>
>
> 2009/6/16 Guillaume Nodet<gn...@gmail.com>:
>    
>> I'd like to deploy snapshots of framework / main onto the snapshot repository.
>> What's the way to do this ?
>> Atm, I end up with the following error:
>>
>> [INFO] Error deploying artifact: Failed to transfer file:
>> https://repository.apache.org/content/repositories/snapshots/org/apache/felix/org.apache.felix.framework/1.9.0-SNAPSHOT/org.apache.felix.framework-1.9.0-20090616.082913-1.jar.
>> Return code is: 401
>>
>>
>> --
>> Cheers,
>> Guillaume Nodet
>> ------------------------
>> Blog: http://gnodet.blogspot.com/
>> ------------------------
>> Open Source SOA
>> http://fusesource.com
>>
>>      

Re: Deploying snapshots

Posted by Guillaume Nodet <gn...@gmail.com>.
Thx !

On Tue, Jun 16, 2009 at 10:48, Gert Vanthienen<ge...@gmail.com> wrote:
> Guillaume,
>
> You should be able to do that if you specify your svn
> username/password in the Maven settings.xml file (cfr.
> http://maven.apache.org/developers/committer-settings.html).
>
> We had a discussion about using Hudson/Nexus for doing regular
> snapshot releases a while ago, but we decided to stick with our
> current Bamboo CI server.  There's a pending INFRA issue
> (https://issues.apache.org/jira/browse/INFRA-2085) for getting that
> box set up for snapshot releases.
>
> Regards,
>
> Gert Vanthienen
> ------------------------
> Open Source SOA: http://fusesource.com
> Blog: http://gertvanthienen.blogspot.com/
>
>
>
> 2009/6/16 Guillaume Nodet <gn...@gmail.com>:
>> I'd like to deploy snapshots of framework / main onto the snapshot repository.
>> What's the way to do this ?
>> Atm, I end up with the following error:
>>
>> [INFO] Error deploying artifact: Failed to transfer file:
>> https://repository.apache.org/content/repositories/snapshots/org/apache/felix/org.apache.felix.framework/1.9.0-SNAPSHOT/org.apache.felix.framework-1.9.0-20090616.082913-1.jar.
>> Return code is: 401
>>
>>
>> --
>> Cheers,
>> Guillaume Nodet
>> ------------------------
>> Blog: http://gnodet.blogspot.com/
>> ------------------------
>> Open Source SOA
>> http://fusesource.com
>>
>



-- 
Cheers,
Guillaume Nodet
------------------------
Blog: http://gnodet.blogspot.com/
------------------------
Open Source SOA
http://fusesource.com

Re: Deploying snapshots

Posted by Gert Vanthienen <ge...@gmail.com>.
Guillaume,

You should be able to do that if you specify your svn
username/password in the Maven settings.xml file (cfr.
http://maven.apache.org/developers/committer-settings.html).

We had a discussion about using Hudson/Nexus for doing regular
snapshot releases a while ago, but we decided to stick with our
current Bamboo CI server.  There's a pending INFRA issue
(https://issues.apache.org/jira/browse/INFRA-2085) for getting that
box set up for snapshot releases.

Regards,

Gert Vanthienen
------------------------
Open Source SOA: http://fusesource.com
Blog: http://gertvanthienen.blogspot.com/



2009/6/16 Guillaume Nodet <gn...@gmail.com>:
> I'd like to deploy snapshots of framework / main onto the snapshot repository.
> What's the way to do this ?
> Atm, I end up with the following error:
>
> [INFO] Error deploying artifact: Failed to transfer file:
> https://repository.apache.org/content/repositories/snapshots/org/apache/felix/org.apache.felix.framework/1.9.0-SNAPSHOT/org.apache.felix.framework-1.9.0-20090616.082913-1.jar.
> Return code is: 401
>
>
> --
> Cheers,
> Guillaume Nodet
> ------------------------
> Blog: http://gnodet.blogspot.com/
> ------------------------
> Open Source SOA
> http://fusesource.com
>