Ricky wrote:
I am trying to create a JS maven project, is there any archetype or a plugin that I must know about? I tried http://mojo.codehaus.org/javascript-maven-tools/ and unfortunately the maven plugin for the same doesn't work. Any suggestions? This project will be part of a larger project which has about 6 projects in it (some Web UI based, some Plain Java, Some Hibernate / JPA projects).
Sounds like you need our jstools plugin [1]. See the "How to" [2] and "Packaging JS" [3]. One of the main goals was to easily add a JS project version as a dependency in java webapps.
We also use the MobilVox plugin [4] for JS compression. [1] http://www.dev.abiss.gr/mvn-jstools/ [2] http://www.dev.abiss.gr/mvn-jstools/usage.html [3] http://www.dev.abiss.gr/mvn-jstools/js-packaging.html [4] http://ossi.mobilvox.com/maven-js-plugin/ hth, Manos --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
