Ember Maven Plugin

Compiles Ember templates and combines them single JS source ase output

License

License

Categories

Categories

Maven Build Tools
GroupId

GroupId

com.kodcu
ArtifactId

ArtifactId

ember-maven-plugin
Last Version

Last Version

1.0.1
Release Date

Release Date

Type

Type

maven-plugin
Description

Description

Ember Maven Plugin
Compiles Ember templates and combines them single JS source ase output
Project URL

Project URL

https://github.com/rahmanusta/ember-maven-plugin
Project Organization

Project Organization

kodcucom
Source Code Management

Source Code Management

https://github.com/rahmanusta/ember-maven-plugin

Download ember-maven-plugin

How to add to project

<plugin>
    <groupId>com.kodcu</groupId>
    <artifactId>ember-maven-plugin</artifactId>
    <version>1.0.1</version>
</plugin>

Dependencies

compile (2)

Group / Artifact Type Version
org.apache.maven : maven-plugin-api jar 3.2.2
org.apache.commons : commons-io jar 1.3.2

provided (1)

Group / Artifact Type Version
org.apache.maven.plugin-tools : maven-plugin-annotations jar 3.3

Project Modules

There are no modules declared in this project.

Ember Maven Plugin

Compiles Ember templates and combines them single JavaScript source as output

Usage

<plugin>
    <groupId>com.kodcu</groupId>
    <artifactId>ember-maven-plugin</artifactId>
    <version>1.0.1</version>
    <configuration>
        <templatePath>${project.basedir}/src/main/resources/templates</templatePath>
        <outputPath>${project.basedir}/src/main/resources/templates/output.js</outputPath>
    </configuration>
</plugin>

Requirements

  • Needs Java 8+

Analytics

Versions

Version
1.0.1