Yingyi,
I have seen that as well, seem like some issue with top-level pom. The solution which I’ve come up with was to launch maven build from top-level directory with --pl flag and indicate all the projects which you are interested in. 2015-10-02 14:03 GMT-07:00 Ian Maxon <[email protected]>: > 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 > -- Best regards, Ildar
