On my project I have the same thing as well; instead adding the information
to my build.properties; I put mine to the project.properties with the
following information:

maven.repo.remote=https://maven.domain.org/repository,http://www.ibiblio.org
/maven

in this case repository folder is specified, this folder would contain my
own project dependences.  In your case you should maven.repo.remote =
http://maven.my-domain.com/maven, http://www.ibiblio.org/maven/

L8r.

-M-


-----Original Message-----
From: Filip Polsakiewicz [mailto:[EMAIL PROTECTED]
Sent: Saturday, March 05, 2005 9:05 AM
To: Maven Users List
Subject: 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


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

Reply via email to