项目作者: martinschulze

项目描述 :
Fowler DSL example with domain model.
高级语言: Xtend
项目地址: git://github.com/martinschulze/failing-maven-build-example.git
创建时间: 2019-06-14T14:41:38Z
项目社区:https://github.com/martinschulze/failing-maven-build-example

开源协议:MIT License

下载


failing-maven-build-example

This maven build fails. Asking for help.
Keep this for my future self for reference.

This project builds within eclipse

To verify this fact:

  • Import the projects from git (including nested projects)
  • In the main project, run the file ‘Fowler.xtext’ as ‘Generate Xtext Artifacts’
  • Clean and build all projects
    This shows that both external and internal dependencies are resolved correctly.

This project does not build with maven

The problem has been the missing @Genmodel annotation.