[jboss-user] [Installation, Configuration & Deployment] - Re: Maven Repo
dhartford
do-not-reply at jboss.com
Wed Jul 26 08:48:59 EDT 2006
I think the intent that redijedi and I are trying to accomplish is the equivelant of ant 'get-deps' (i.e. maven dependency management).
If a project requires certain jars, such as EJB3 embeddable jars, download them from an appropriate repository opposed to always doing system-installs of an application then pointing to the application.
By putting the jars in the maven repo:
*Saves several steps.
*version changes of the ejb3-embeddable can be handled easily without having to do additional system installs.
*Cruisecontrol/continuum build machines may not have system-installs of these applications and would need to get the jars from someplace.
Hope this detail helps!
-D
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3960966#3960966
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3960966
More information about the jboss-user
mailing list