This repository has been archived by the owner on Mar 25, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
25 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
Haxemojos | ||
-------------------------------------------- | ||
Haxemojos is a [Maven][maven] plugin created | ||
to build [Haxe][haxe] projects. It supports | ||
transitive dependency management, haxelib | ||
dependencies and haxeunit. | ||
|
||
Plugin designed in a | ||
true-maven-style (as authors understand it). | ||
It means you don't need to download and install | ||
into your system nothing then Java and | ||
[Maven][maven]. Haxe compiler and [Neko runtime][neko] | ||
are downloading by Maven dependency resolution | ||
mechanism as plugin dependencies and installing | ||
it into version-separated directories in mavens | ||
local repository. It allows to use different | ||
haxe versions in your projects. Haxemojos is | ||
definitely great when you have projects which written | ||
long time ago but need support. | ||
|
||
See [http://opensource.tenderowls.com/haxemojos](http://opensource.tenderowls.com/haxemojos) | ||
|
||
[haxe]: http://haxe.org "Haxe" | ||
[neko]: http://nekovm.org "Neko" | ||
[maven]: http://maven.apache.org "Apache Maven" |