-
Notifications
You must be signed in to change notification settings - Fork 33
Move to Maven/Tycho for projects and build infrastructure #501
Conversation
yes. the same as it would be a monorepo. the only place we use other version is xtend-maven-plugin. |
I'm doing some experiments in So I introduced Besides that, I always use project.version for referring to xtext artifacts coming from other git repositories: eclipse/xtext-core@31358b5 During building, we use the profile Thus, the sonatype snapshot repository is the default (specified outside profiles), and the profile |
separate maven build, tycho test and tycho sign
to avoid generated sources to be considered as main sources by the maven-compiler-plugin
As it used to be in the original
with the repo merge done this is obsolete |
Replaces #500