[jboss-dev-forums] [QA of JBoss Portal] - Re: Problems with maven
pgier
do-not-reply at jboss.com
Thu Nov 15 14:47:29 EST 2007
"prabhat.jha at 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#4105195
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4105195
More information about the jboss-dev-forums
mailing list