Closure Maven Plugin

A plugin that eases web application building by integrating Closure Compiler (JS), Closure Templates, Closure StyleSheets, and Protocol Buffers.

License

License

Categories

Categories

Maven Build Tools
GroupId

GroupId

com.google.closure
ArtifactId

ArtifactId

closure-maven-plugin
Last Version

Last Version

1.2.0
Release Date

Release Date

Type

Type

maven-plugin
Description

Description

Closure Maven Plugin
A plugin that eases web application building by integrating Closure Compiler (JS), Closure Templates, Closure StyleSheets, and Protocol Buffers.
Project Organization

Project Organization

Google

Download closure-maven-plugin

How to add to project

<plugin>
    <groupId>com.google.closure</groupId>
    <artifactId>closure-maven-plugin</artifactId>
    <version>1.2.0</version>
</plugin>

Dependencies

compile (12)

Group / Artifact Type Version
com.google.closure : soy-juice jar 1.2.0
org.apache.maven : maven-plugin-api jar 3.3.9
org.apache.maven.plugin-tools : maven-plugin-annotations jar 3.4
org.codehaus.plexus : plexus-utils jar 3.0.22
org.sonatype.plexus : plexus-build-api jar 0.0.7
com.google.guava : guava jar 19.0
com.google.javascript : closure-compiler-unshaded jar v20160822
com.googlecode.json-simple : json-simple jar 1.1.1
com.google.closure-stylesheets : closure-stylesheets jar 1.3.0
com.google.template : soy jar 2016-08-25
com.comoyo.maven.plugins : protoc-bundled-plugin jar 1.4.56
com.google.common.html.types : types jar 1.0.5

test (1)

Group / Artifact Type Version
junit : junit jar 4.10

Project Modules

There are no modules declared in this project.

closure-maven-plugin

A maven plugin that ties together closure-{compiler,stylesheets,templates} and protocol buffers.

See the site documentation for more details.


To check out and run the demo app:

$ git clone https://github.com/mikesamuel/closure-maven-plugin.git
$ cd closure-maven-plugin
$ git submodule update
$ ./run_demo_server.sh

or browse the demo source code.


Question?

[email protected]

Versions

Version
1.2.0
1.1.0
1.0.0