Maven Utils · Although this is technically not a plugin, this is a bunch of tools that all of the plugins use. This is very useful for anyone doing maven plugin development.
Group: com.github.jlgrock.javascript-framework - All Dependencies
Closure Testing Library · For use with the google closure testing mojos
JS Preprocessor · A framework for running additional preprocessing on files before compiling.
Closure Compiler Maven Plugin · The plugin that will create a debug version and run the Google Closure Compiler on the source code to create a heavily minified file.
JavaScript Framework · A compilation of javascript plugins written for the explicit purpose to work well with the Google Closure Compiler and the Google Closure Library
Source Archive Maven Plugin · This is just a shortcut to using the Maven Assembly Plugin. So long as your source code is in the standardized places, you can run the goals provided by this plugin and it will reference the standardized assembly.xml files contained within the plugin and apply them.
jsar Maven Plugin · The plugin that creates an archive out of your source and compiled files
Closure Testing Report Maven Plugin · The plugin that will run the google test suite on your source code.
JavaScript Framework · A direct port of thethe jsdocs plugin for maven
Source Overlay Maven Plugin · A plugin that is used to overlay an entire source directory over another, replacing any files that are duplicated. This is similar to the War Overlay functionality provided by the Mave War Plugin, with the exception that this will do it for the entire source directory rather than just the webapp directory.
Closure Testing Maven Plugin · The plugin that will run the google test suite on your source code.
JS Dependency Plugin · The plugin that can reference archives created using the jsar plugin and use them as test dependencies or source code for inclusion in the compiling/minification