Skip to content
harlanji edited this page Sep 14, 2010 · 2 revisions

The Vendor Maven JS project was created to support development of the Soashable family of projects, by aggregating all dependent projects and turning them into artifacts deployable to a Maven repository.

Each project is organized by version number and pulls from a specific tag / release of the project if it exists. The source of each project is not in this repository, but rather downloaded and turned into an artifact via antrun tasks run during the initialize/prepare-sources stages. These sources are then placed in src/main/javascript and packaged as a normal Javascript artifact for deployment.

Clone this wiki locally