Skip to content
This repository has been archived by the owner on Mar 25, 2018. It is now read-only.

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
fomkin committed May 27, 2013
1 parent 0ae6ecd commit 518719e
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions README.md
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"

0 comments on commit 518719e

Please sign in to comment.