About the rat tool check: We did configure a Maven profile which has also the rat check and excludes configured. Unfortunately the excludes are not active by default and that's why a rat:check reports false positives.
A call mvn clean install -Pbuild.quality (see [1]) runs rat:check with excludes. I will open an issue to get excludes activated by default. - Stephan [1] http://olingo.incubator.apache.org/doc/maven.html On 07.10.13 17:02, "Alan D. Cabrera" <[email protected]> wrote: >+1 > >BTW, rat:check did not run entirely clean. Some simple excludes need to >be added but that doesn't need to be done before the release. > > >Regards, >Alan > >On Oct 7, 2013, at 4:03 AM, "Klevenz, Stephan" <[email protected]> >wrote: > >> Hi, >> >> This is a call for a vote on Apache Olingo 1.0.0 incubating. The vote >>will be open for 72 hours (it will close on Wednesday 10/10/2013 on 1pm >>CET) and passes if no vote is (1). >> >> [ ] +1 Release this package as Apache Olingo 1.0.0 incubating >> [ ] -1 Do not release this package because... >> >> The release candidate is available here: >> http://people.apache.org/~sklevenz/olingo/release-1.0.0-RC03/ >> >> The release candidate has been signed through the key 6116622B in: >> http://keyserver.kjsl.org:11371/pks/lookup?search=0x6116622B&op=vindex >> >> The project KEYS file is available here: >> https://www.apache.org/dist/incubator/olingo/KEYS >> >> The release candidate is based on the sources tagged with 1.0.0-RC02: >> >>https://git-wip-us.apache.org/repos/asf?p=incubator-olingo-odata2.git;a=s >>hortlog;h=refs/tags/1.0.0-RC03 >> >> Commit-ID: a7d9a3bfd70824d9e204a276612e608482036ad4 >> >> Release distribution files: >> >> // compilable sources >> olingo-odata2-parent-incubating-1.0.0-RC03-source-release.zip >> olingo-odata2-parent-incubating-1.0.0-RC03-source-release.zip.asc >> olingo-odata2-parent-incubating-1.0.0-RC03-source-release.zip.md5 >> olingo-odata2-parent-incubating-1.0.0-RC03-source-release.zip.sha >> >> // javadoc distribution >> olingo-odata2-dist-javadoc-incubating-1.0.0-RC03-javadoc.zip >> olingo-odata2-dist-javadoc-incubating-1.0.0-RC03-javadoc.zip.asc >> olingo-odata2-dist-javadoc-incubating-1.0.0-RC03-javadoc.zip.md5 >> olingo-odata2-dist-javadoc-incubating-1.0.0-RC03-javadoc.zip.sha >> >> // odata lib distribution with dependencies >> olingo-odata2-dist-lib-incubating-1.0.0-RC03-lib.zip >> olingo-odata2-dist-lib-incubating-1.0.0-RC03-lib.zip.asc >> olingo-odata2-dist-lib-incubating-1.0.0-RC03-lib.zip.md5 >> olingo-odata2-dist-lib-incubating-1.0.0-RC03-lib.zip.sha >> >> // jpa processor distribution with dependencies >> olingo-odata2-dist-jpa-incubating-1.0.0-RC03-jpa.zip >> olingo-odata2-dist-jpa-incubating-1.0.0-RC03-jpa.zip.asc >> olingo-odata2-dist-jpa-incubating-1.0.0-RC03-jpa.zip.md5 >> olingo-odata2-dist-jpa-incubating-1.0.0-RC03-jpa.zip.sha >> >> // reference scenario war files with dependencies + Apache CXF >> olingo-odata2-dist-ref-incubating-1.0.0-RC03-ref.zip >> olingo-odata2-dist-ref-incubating-1.0.0-RC03-ref.zip.asc >> olingo-odata2-dist-ref-incubating-1.0.0-RC03-ref.zip.md5 >> olingo-odata2-dist-ref-incubating-1.0.0-RC03-ref.zip.sha >> >> Regards, >> Stephan >
