I think there is also some overlap with the web jar repository (https://github.com/webjars/webjars.github.com)
project
Regards,
Garvin LeClaire
garvin.leclaire@gmail.com
On Jun 1, 2012, at 10:19 AM, Christopher Hunt wrote:
Hi Stephen,
Not sure if you know, but the JS Import project (1) can already utilise zip files with a "www"
classifier. The regular Assembly plugin can be used to make these packages. The following
type of dependency declaration can then be made:
<dependency>
<groupId>org.codehaus.mojo</groupId>
<artifactId>bootstrap-amd</artifactId>
<version>2.0.2-alpha-1</version>
<classifier>www</classifier>
<type>zip</type>
</dependency>
In addition to this the following libraries are present on Maven Central via the MJS project
(2):
* almond
* bootstrap
* d3.js
* jquery
* jquery-mobile
* jquery-ui
* knockout.js
* qunit
Kind regards,
Christopher
(1) http://mojo.codehaus.org/js-import-maven-plugin/
(2) http://mojo.codehaus.org/javascript-maven-tools/index.html
---------------------------------------------------------------------
To unsubscribe from this list, please visit:
http://xircles.codehaus.org/manage_email
---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@incubator.apache.org
For additional commands, e-mail: general-help@incubator.apache.org
|