Re: mvn, Edgent samples, and the broader app development and packaging topic

2017-06-23 Thread Dale LaBossiere
Chris, thanks for the update. First, and most importantly, I hope you have a great weekend! :-) At a high level, I was thinking there’s value in a couple of build/packaging approaches. - create a totally self contained executable-jar - something that supports a model where a device may have a

Re: mvn, Edgent samples, and the broader app development and packaging topic

2017-06-23 Thread Christofer Dutz
Hi, Just a little on what I’m currently working on. The maven dependency plugin is able to create an xml representation of a projects dependencies. I’m currently trying to create a build that pipes that through an XSLT and hereby creates a start-script for the example they are built in. This