-
Notifications
You must be signed in to change notification settings - Fork 0
Home
albarron edited this page May 18, 2016
·
2 revisions
Welcome to the WikiTailor wiki!
This is now a maven projet. You will require...
- Apache Maven (tested with 3.0.5)
- Java development kit (tested with 1.8)
- Eclipse (optional; you might need to install Eclipse's Maven plugin)
Once you clone the project and set it up, you are ready to import it in Eclipse (as a Maven project!) or any other development platform.
To generate a jar file with dependencies, run
mvn clean compile assembly:single
The jar will be generated in the target folder.