"prabhat.jha(a)jboss.com" wrote : Can cargo's zip installer be used so that
instead of downloading it, it copies it from NFS? This will be much faster and will serve
our purpose as well.
|
| Paul: This requirement will apply to other JBoss projects as well once they get
mavenized for example AOP.
If the nfs share is mounted I'm assuming that it would work the same way as an http
url. You would just use a file url instead.
| <configuration>
| <container>
| <containerId>jboss4x</containerId>
| <zipUrlInstaller>
|
<
url>http://downloads.sourceforge.net/jboss/jboss-4.0.5.GA.zip</url>
| <installDir>${user.home}/jboss</installDir>
| </zipUrlInstaller>
| </container>
| <configuration>
| <home>${project.build.directory}/jboss/server</home>
| </configuration>
| </configuration>
|
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4105195#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...