It might be possible to throw it into the 'apache-release' profile, at least that was my initial thought. I just haven't dug into it in the interest of getting the release out sooner.
On Fri, Oct 2, 2015 at 2:11 PM, Chris Hillery <[email protected]> wrote: > That's doubly annoying since the source assembly build adds an unnecessary > ~10 seconds to every top-level build. > > Maybe there's a way to set that so it's not implicitly part of the build > but can be run independently when we care to... I'll investigate a bit. > > Ceej > aka Chris Hillery > > On Fri, Oct 2, 2015 at 2:03 PM, Ian Maxon <[email protected]> wrote: > >> It's actually not intended, and I have noticed it as well. It's a >> product of needing the source assembly for the top-level asterix >> project. The problem is that the plugin is being inhereted into child >> subprojects when it shouldn't be, unless the build was triggered from >> that top-level. >> >> - Ian >> >> On Fri, Oct 2, 2015 at 1:52 PM, Yingyi Bu <[email protected]> wrote: >> > It looks I can no longer build a particular project module under >> asterixdb: >> > >> > For example, when I build asterix-test-framework, I got: >> > >> > "File: >> > >> /Users/yingyi/workspace1/asterixdb/asterix-test-framework/src/main/assembly/source.xml >> > does not exist." >> > >> > I used to be able to do that, but now have to always build the entire >> > project. >> > >> > Is it intended? >> > >> > >> > Best, >> > >> > Yingyi >>
