开发者

How do I create an Internal Maven Repository with JBoss?

开发者 https://www.devze.com 2023-01-04 01:35 出处:网络
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

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 开发者_JS百科on a JBoss application server similar to: http://repo1.maven.org/maven2/


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.


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

http://archiva.apache.org/

0

精彩评论

暂无评论...
验证码 换一张
取 消