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
