Hi Justin, I think I found the problem … It took me a while to notice, but I think I found what’s going wrong.
You are running “mvn clean compile” which compiles each module and created the swcs in the target directories. Unfortunately, they just stay there as they are not copied to your maven local repository. To do that, you need to run “mvn clean install”. I would give that a try. Chris Am 30.04.17, 00:29 schrieb "Justin Mclean" <jus...@classsoftware.com>: Hi, > I just tried dual Falcon and SDK - everything build fine. Maybe try again Tried again and still no luck, here's full debug output: https://paste.apache.org/0E5G Thanks, Justin