Hi,

I am a student and we are developing a software project. I have installed an
internal Maven repository exclusive for our artefacts on the server
computer. I can access it with http://hostname/internal. Its layout is same
as in a Maven remote repository. There are already some artefacts in it. But 

<project>
  ...
  <repositories>
    <repository>
      <id>my-internal-site</id>
      <url>http://hostname/internal</url>
    </repository>
  </repositories>
  ...
</project>

in pom.xml don't work. What have I done wrong?

Thanks beforehead,
regards
-- 
View this message in context: 
http://www.nabble.com/Maven-internal-repository-tp18173729p18173729.html
Sent from the Maven Eclipse - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to