I've just want to get archiva 
here's my footsteps to see it running

get the source from http://svn.apache.org/repos/asf/maven/archiva/trunk 
mvn clean install
go into archiva-webapp subfolder
mvn jetty:run

open http://localhost:9000/

create a admin 
create a managed repository and a proxied repository with the configuration

Configuration
Index Directory         D:\maven\index  
Indexing Schedule       0 0 * * * ?     Run Now
Add Repository
Managed Repositories
mon repository a moi
Identifier      myrepo
Directory       D:\maven\repo
Type    Maven 2.x Repository
Snapshots Included      
Indexed         

Proxied Repositories
Edit Repository | Delete Repository
Maven Central Repository
Identifier      ibiblio
URL     http://www.ibiblio.org/maven2/
Type    Maven 2.x Repository
Snapshots       Updated daily
Releases        Updated daily
Proxied through         mon repository a moi (myrepo)
Use HTTP Proxy  
Cache Failures  
Fail Whole Group 

put in your settings.xml a mirror as http://localhost:9000/proxy/
use maven 
i can see jar in my D:\maven\repo 
:)

go deeper tomorrow, soon i will throw away my old maven-proxy 
^^

-- 
View this message in context: 
http://www.nabble.com/MRM-my-footsteps-to-see-it-running-tf2328345.html#a6477679
Sent from the Maven - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to