Description
REEF-207 introduced the ability to build the Java parts of REEF as part of the .NET build. This allows us to be honest about the dependency structure. However, it also created a circular build dependency when we use the DotNet profile in the maven build: That launches the msbuild, which in turn builds the java bits courtesy of REEF-207.
Hence, we should
- Remove the DotNet profile from the build.
- Update our wikie, specifically this page accordingly.