eclipsesource / graphical-lsp

Graphical language server platform for building web-based diagram editors
https://www.eclipse.org/glsp
Eclipse Public License 2.0
36 stars 8 forks source link

[Server] Missing resources in packed jar #288

Closed tortmayr closed 5 years ago

tortmayr commented 5 years ago

For all server packages: Currently only the log4j.properties resource will be packed into the final jar, all other resources (e.g. graph.ecore) are missing. This is caused by explicitly including the log4j.file in the build section of the pom files. If something is explicitly included everything else is excluded by default.