I\'m encountering a bug in the Java compiler where the order of files submitted for compilation can cause code not to compile. I\'ve drilled down the code to isolate the sma
Here's how I would do it:
ActionSpec
interface to another Maven project. We usually have interfaces and common domain classes in their own project, e.g. foo-service-specs
.foo-service-impl
.foo-service-specs
project as a dependency in foo-service-impl
.By doing this, you can make sure that the compilation order is working, and it should also work for continuous integration.