1 Star 0 Fork 0

Bromine0x23 / Mirah Maven Plugin

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
WTFPL

Mirah Maven Plugin

Plugin to allow to compile Mirah code with Maven.

Usage

  1. Add the plugin to your pom.xml
<build>
...
<plugin>
    <groupId>cn.bromine0x23.mirah</groupId>
    <artifactId>maven-mirah-plugin</artifactId>
    <executions>
        <execution>
            <phase>compile</phase>
            <goals>
                <goal>compile</goal>
            </goals>
        </execution>
    </executions>
</plugin>
...
</build>
  1. Execute mvn compile

Configuration options

Those are the options that can be modified for this plugin, this example shows the default ones so we just need to modify them into the plugin declaration:

<plugin>
...
<configuration>
    <sourceDirectory>src/main/mirah</sourceDirectory>
    <outputDirectory>target/classes</outputDirectory>
    <target>1.8</verbose>
    <verbose>false</verbose>
</configuration>
...
</plugin>
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE Version 2, December 2004 Copyright (C) 2004 Sam Hocevar <sam@hocevar.net> Everyone is permitted to copy and distribute verbatim or modified copies of this license document, and changing it is allowed as long as the name is changed. DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION 0. You just DO WHAT THE FUCK YOU WANT TO.

简介

Mirah Maven Plugin 展开 收起
Java
WTFPL
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
Java
1
https://gitee.com/bromine0x23/mirah-maven-plugin.git
git@gitee.com:bromine0x23/mirah-maven-plugin.git
bromine0x23
mirah-maven-plugin
Mirah Maven Plugin
master

搜索帮助