> My question then is, is it possible to somehow define a dependency which is > a collection of files? Also, if I did somehow define that dependency, is > there a way to make sure that the dependency is coppied to a specific > directory within he webapp? Or, should I be looking at plugins to > accomplish this, or something else entirely?
I would package those framework files etc into jars or zips, deploy them to your Corporate repo, and then use dependency:unpack or similar plugins/approaches to put them in the right place during the construction of your webapp. Wayne --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
