Ember Maven Plugin

Compiles Ember templates and combines them single JS source ase output

Лицензия

Лицензия

Категории

Категории

Maven Компиляция и сборка
Группа

Группа

com.kodcu
Идентификатор

Идентификатор

ember-maven-plugin
Последняя версия

Последняя версия

1.0.1
Дата

Дата

Тип

Тип

maven-plugin
Описание

Описание

Ember Maven Plugin
Compiles Ember templates and combines them single JS source ase output
Ссылка на сайт

Ссылка на сайт

https://github.com/rahmanusta/ember-maven-plugin
Организация-разработчик

Организация-разработчик

kodcucom
Система контроля версий

Система контроля версий

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

Скачать ember-maven-plugin

Как подключить последнюю версию

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

Зависимости

compile (2)

Идентификатор библиотеки Тип Версия
org.apache.maven : maven-plugin-api jar 3.2.2
org.apache.commons : commons-io jar 1.3.2

provided (1)

Идентификатор библиотеки Тип Версия
org.apache.maven.plugin-tools : maven-plugin-annotations jar 3.3

Модули Проекта

Данный проект не имеет модулей.

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

Версии библиотеки

Версия
1.0.1