John Ericksen wrote:
I have what might be a basic question, but I haven't been able to find a way to accomplish it using Maven. The project I am working on (Braintrain: http://code.google.com/p/braintrain/) uses Maven as the build framework. What I want to do is basically unzip 2 zip files and move the contents of a subdirectory in each to the js/ directory of the war. Specifically:


Another approach used in our jstools plugin is that JS projects are packaged normally as jars [1], while web apps may load (and cache) script files or other static resources directly from the jars/dependencies using configurable servlet filter [2].

[1] http://dev.abiss.gr/mvn-jstools/js-packaging.html
[2] http://dev.abiss.gr/mvn-jstools/apidocs/gr/abiss/mvn/plugins/jstools/web/JavascriptDependencyFilter.html

cheers,

Manos

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to