eNBeWe / xcore-maven-example

xcore-maven-example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Xcore Maven Example

Build Status

This project shows how to use Maven (without Tycho) with the xtext-maven-plugin to generate Java code from an Xcore model.

To run it, you need Maven and use the command:

mvn clean compile

The generated Java code will be put in the src/main/java-gen folder. The clean command deletes the src/main/java-gen folder, so it should be used before re-generating code.

About

xcore-maven-example


Languages

Language:Java 100.0%