tags:

views:

12

answers:

2

Hello,

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/

Thanks!

Shawn

+1  A: 

the easiest way is to deploy archiva on your JBOSS and create the archive through it:

http://archiva.apache.org/

shipmaster
+1  A: 

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.

Pascal Thivent