Hi Jeremy ,

AFAIK to run "mvn deploy" and  to upload  artifacts i should add
server definition in my local settings.xml something similar to
following one [1].

<server>
      <id>internal.repo</id>
      <username>maven</username>
      <password>foobar</password>
 </server>

i just tired with my shell user name /password but it failed.


I'm wonder how can i find those details or who can really  upload to
snapshot repository ?

I don't think those credentials not publicly available  if so any one
can update the repository

[1] - http://maven.apache.org/plugins/maven-deploy-plugin/usage.html


Thanks


On Mon, Sep 21, 2009 at 1:32 PM, Jeremy Hughes <[email protected]> wrote:
> In fact a snapshot was published on 28/Aug to that place. So, I think
> the publish from the continuum build is still working! I just looked
> at:
>
> http://people.apache.org/repo/m2-snapshot-repository/
>
> and there is a notice there to say that there is a new snapshot
> repository. I think we should probably move to the new one.
>
> Cheers,
> Jeremy
>
> 2009/9/21 Jeremy Hughes <[email protected]>:
>> Hi Sagara,
>>
>> I believe you just need to include the 'deploy' life cycle phase when
>> running mvn.
>>
>> mvn deploy
>>
>> This will pick up the distributionManagement section of the pom.xml
>>
>>  <distributionManagement>
>>    <snapshotRepository>
>>      <id>apache.snapshots</id>
>>      <name>Apache Snapshot Repository</name>
>>      
>> <url>scpexe://people.apache.org/www/people.apache.org/repo/m2-snapshot-repository</url>
>>      <uniqueVersion>false</uniqueVersion>
>>    </snapshotRepository>
>>  </distributionManagement>
>>
>> and publish up to that repo.
>>
>> HTH,
>> Jeremy
>>
>> 2009/9/20 Sagara Gunathunga <[email protected]>:
>>> Hi all ,
>>>
>>> I wanted to upload newest version of Woden snapshots in to the Apache
>>> m2-snapshot-repository[1] , please some one explain the procedure that
>>> i should follow ?
>>>
>>>
>>> [1] - http://people.apache.org/repo/m2-snapshot-repository
>>>
>>>
>>> Thanks ,
>>>
>>> --
>>> Sagara Gunathunga
>>>
>>> Blog - http://ssagara.blogspot.com
>>> Web - http://people.apache.org/~sagara/
>>>
>>> ---------------------------------------------------------------------
>>> 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]
>
>



-- 
Sagara Gunathunga

Blog - http://ssagara.blogspot.com
Web - http://people.apache.org/~sagara/

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to