Re: maven: war LICENSE file

2017-10-03 Thread Dale LaBossiere
Sounds good. The dynamic download was cool but having more places with duplicated/manually sync’d info was a bit ugly :-) I’ll pull and check it out! — Dale > On Oct 3, 2017, at 7:44 AM, Christofer Dutz wrote: > > Hi Dale, > > So, I completely removed the usage of

Re: maven: war LICENSE file

2017-10-03 Thread Christofer Dutz
Hi Dale, So, I completely removed the usage of the license-maven-plugin and hereby also removed all of these licenses.xml files. Thinking about what I was planning on using it for, seemed a little over the top for just downloading 5 text files. So, I decided to check-in these license texts

Re: maven: war LICENSE file

2017-10-02 Thread Christofer Dutz
Aaaahh … I remember … I think I had that file generated, copied it and fine-tuned the ones that needed tuning. I could remove most of them, I guess … after all it only is used for downloading the license texts for bundled artifacts. Chris Am 02.10.17, 23:09 schrieb "Dale LaBossiere"

Re: maven: war LICENSE file

2017-10-02 Thread Dale LaBossiere
Hi Chris, I see you added a bunch of comments to the wiki, thanks! I think we has a misunderstanding :-) There are many artifacts that *have* an entry in license.xml but are not bundled. e.g., junit, jetty-*. That’s what I was trying to say in the tables. Shouldn’t only bundled things be

Re: maven: war LICENSE file

2017-10-02 Thread Dale LaBossiere
I did a review and captured what I learned along with questions and/or problems in new item 21 (at the bottom of) [1] The details (table) are for only console/servlets at the moment. I’ll be doing similar for console/server shortly. [1]

Re: maven: war LICENSE file

2017-10-02 Thread Dale LaBossiere
I’m on it! > On Oct 2, 2017, at 8:52 AM, Christofer Dutz wrote: > ... > I just committed some more changes to the java8 and jaca7 console. I hope > that now all should be in place and the modules should be ok from a legal > point of view. > ... > Please inspect my

Re: maven: war LICENSE file

2017-10-02 Thread Christofer Dutz
Hi all, I just committed some more changes to the java8 and jaca7 console. I hope that now all should be in place and the modules should be ok from a legal point of view. Unfortunately, I had to jump though quite a lot of hoops in order to get everything working correctly. But now I think all

Re: maven: war LICENSE file

2017-09-29 Thread Christofer Dutz
Hi Justin, so, I invested some time today to address the licensing requirements. I currently just did that for the servlets module. If that’s ok, then I’ll apply similar changes to the server jar. Now the build generates a THIRD-PARTY.txt file containing the license names and the module names

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. >