Hi, > We want to do source-only release in dist-dir[1] and publish the binary > *.jar to maven central repo, is this ok?
The convenience binary may bundle different software and so the LICENSE and NOTICE files continued inside may need to be different. [1] Has this been checked? It’s also useful for checking the dependancies and that the convenience binary consists only of code made from the source release. [2] But as the source is considered the official release and the binary just there to help out user who don’t want to compile it there is a few way of doing this. [3] Thanks, Justin 1. http://www.apache.org/dev/licensing-howto.html#binary 2. http://www.apache.org/legal/release-policy.html#compiled-packages 3. http://www.apache.org/legal/release-policy.html#what
