Hello, In a multi-project java build I redirect artifact (class, jar) production to a dir that is under the root project above subprojects. All is well, except that temporary manifests are still generated to under the sub projects build/tmp/jar/MANIFEST.MF. This thwarts my intentions of moving things out of subprojects.
I guess these should go to the top build too. Is there a way to accomplish this? Thanks!