Re: maven: war LICENSE file

2017-09-26 Thread Justin Mclean
Hi, > Chris, while the enhancement to make the war’s > WEB-INF/classes/META-INF/DEPENDENCIES complete with info for bundled external > jars is great, I believe the war’s LICENSE still needs to have that info too… > or more sensibly the LICENSE needs to include a reference to that info. >

Re: maven: platform-java7 and android distribution bundle content

2017-09-26 Thread Christofer Dutz
Hi Dale, Ok so I just streamlined the distribution packages for java7 and android. Now the distributions should match the ones of the java8 part. Chris Am 26.09.17, 16:27 schrieb "Dale LaBossiere" : Hi Chris, The distribution bundles for java7 and android

Re: maven: samples module build order for platform-java7

2017-09-26 Thread Christofer Dutz
Hi Dale, The problem is that the groupId of all samples is fixed to “org.apache.edgent.samples” … only for the normal modules do we have different modules with different groupIds not for the samples. Ideally, we would add a second utils sample for Java7 … your groupId fragment as a property

maven: platform-java7 and android distribution bundle content

2017-09-26 Thread Dale LaBossiere
Hi Chris, The distribution bundles for java7 and android (under the platforms/{java7,android}/distribution/target dirs respectively) lack the “ext” folder and contents. They also don’t have the DISCLAIMER, etc. built from the root repo dir with $ mvn clean install -DskipTests

maven: samples module build order for platform-java7

2017-09-26 Thread Dale LaBossiere
Hi Chris, Know what’s needed to straighten out the following? When I build the samples for j8 all is fine. Notice the build order. Btw Apps depends on the Utils artifact. $ cd samples $ mvn clean package -DskipTests ... [INFO] Reactor Build Order: [INFO] [INFO] Apache Edgent: Samples [INFO]