Re: questions about Apache-Rat

2019-10-14 Thread Willem Jiang
+1 for not host the css file in the git repo, as we barely change it. Willem Jiang Twitter: willemjiang Weibo: 姜宁willem On Mon, Oct 14, 2019 at 2:30 PM Christofer Dutz wrote: > > So in general we use the: > - maven-dependency-plugin:unpack: for unpacking the content of things > available via

Re: [discuss] Apache IoTDB 0.8.1 (incubating) RC3 release

2019-10-14 Thread Xiangdong Huang
And for this time, I have used `find apache-iotdb-0.8.1-incubating -name "*.jar"` to make sure that there is no jars in the source-release.zip file.. Best, --- Xiangdong Huang School of Software, Tsinghua University 黄向东 清华大学 软件学院 Xiangdong Huang 于2019年10月14日周一

[discuss] Apache IoTDB 0.8.1 (incubating) RC3 release

2019-10-14 Thread Xiangdong Huang
Hi all, I have fixed the issues in RC2. PPMC guys please have your vote. Best, --- Xiangdong Huang School of Software, Tsinghua University 黄向东 清华大学 软件学院

[VOTE] Apache IoTDB 0.8.1 (incubating) RC3 release

2019-10-14 Thread Xiangdong Huang
Hi all, Now I open a new ticket for Apache IoTDB (incubating) 0.8.1 RC3, which fixs some issues comparing with RC2. You can find the details at the end of this email. Apache IoTDB (incubating) 0.8.1 is a bug-fix version from 0.8.0. You can get its mainly changes from [5]. Apache IoTDB

Re: questions about Apache-Rat

2019-10-14 Thread Christofer Dutz
So in general we use the: - maven-dependency-plugin:unpack: for unpacking the content of things available via normal maven dependencies (A lot of web resources are available as web-archives) - download-maven-plugin:wget: for downloading and unpacking content of archives that have to be

Re: questions about Apache-Rat

2019-10-14 Thread Christofer Dutz
Hi, as I just mentioned in the PR. I would instead suggest to have maven fetch the bootstrap package and to copy the parts you need. Have a look at the segment of the PLC4X master pom following the comment: "SITE GENERATION PLUGINS" https://github.com/apache/plc4x/blob/develop/pom.xml Chris