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.
What does your directory structure in d:\maven look like?
I added maven.repo.remote = http://maven.my-domain.com, http://www.ibiblio.org/maven/
To the build.properties file in my home dir.
That seams to be correct.
When I add a dependency to my project it tells me that the project can't build because of unsatisfied dependiencies :-(
Can you perhaps find out some more details using the -X option? Especially what paths exactly Maven tries to download the jars from.
And another question how can I accomplish automatically publishing my jars to the new repo?
You can use the maven-jar-plugin to do this. See http://maven.apache.org/reference/plugins/jar/
Regards, Gisbert Amm
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]