Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 807 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 807 Bytes

angular-maven-plugin

A plugin designed to help developers who are deploying angularjs applications, but use maven as a build tool. So far there are two goals:

Mimics grunt-html2js in combining html templates into a single javascript file for use with Angular.js. It does NOT use grunt or node.

a more complex goal designed to simplify assembly of a large modular angularjs application where modules are lazy loaded. The goal only deals with the reorganization of the code, not the lazy loading itself.

Usage

This plugin is hosted in Maven Central...

<plugin>
    <groupId>com.keithbranton.mojo</groupId>
    <artifactId>angular-maven-plugin</artifactId>
    <version>0.3.4</version>
</plugin>