You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Filip Polsakiewicz <fi...@polsa.de> on 2005/03/05 15:04:52 UTC

Remote repo setup

Hi,

I am trying to setup my own remote repository in order to publish my projets
there. I have an own subdomain for this. Now I pointed the subdomain to a
directory on the server and allow read,write,browse.

 

Basically: my directory is d:\maven and the domain maven.my-domain.com.

I added maven.repo.remote = http://maven.my-domain.com,
http://www.ibiblio.org/maven/

 

To the build.properties file in my home dir.

 

When I add a dependency to my project it tells me that the project can't
build because of unsatisfied dependiencies :-(

 

What am I doing wrong? And another question how can I accomplish
automatically publishing my jars to the new repo?

 

Thanks, Filip