This is part of the Yildiz-Engine project, a set of modules handling the different parts of a video game, or multimedia application creation. The project is built around the java language, every module expose a neat API to do anything related to its responsabilities.
This module is mostly used for build configuration, it contains only the Maven POM parent to all other modules where all the Maven plugins configuration and versions are stored.
- Additional informations on https://yildiz-games.be/engine
To build this pom you will need
- Maven 3 https://maven.apache.org/
- java 9 JDK http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html
- XML writing guidelines: https://yildiz-games.be/guidelines/xml
- POM writing guidelines: https://yildiz-games.be/guidelines/pom
- Repository owner: Grégory Van den Borre