Search code examples
maven-2jboss

How do I create an Internal Maven Repository with JBoss?


Right now I have a JBoss application server and I want to setup an internal maven2 repository. I want the repository to be located on the application server. How would I go about doing this? Basically I want to host files on a JBoss application server similar to: http://repo1.maven.org/maven2/


Solution

  • I want the repository to be located on the application server. How would I go about doing this?

    In that case, your best option is to deploy a Repository Manager like Nexus, Artifactory or Archiva. My preference goes to Nexus.