All, As Mark was working the release today he cited too many unstable build issues. I had observed it myself. Basically with checkstyle we were seeing false positives and false negatives. Believe it is related to its not yet supporting multi-threaded builds, not sure. In any event since we already had to move RAT into a profile I just moved checkstyle to be part of that profile as well. So there is a 'contrib-check' profile now which replaced the 'check-licenses' profile. This 'contrib-check' profile runs both RAT and checkstyle on the codebase. It should be run in a single threaded build only.
The idea here then is this profile can be run as someone wishes to contribute, by someone performing a review, and during the release process to validate the items of the build are correct. This resolves: https://issues.apache.org/jira/browse/NIFI-587 Thanks Joe On Fri, May 1, 2015 at 10:38 AM, Joe Witt <[email protected]> wrote: > How about putting it in externals then kink to those from the website? > > On May 1, 2015 7:34 AM, "Aldrin Piri" <[email protected]> wrote: >> >> Brandon, >> >> Thanks for kicking this off. Yeah, that definitely seems workable. I >> have >> seen other Apache projects include such files as part of the repository in >> a contrib/externals folder. >> >> On Fri, May 1, 2015 at 10:25 AM, BRANDON DEVRIES >> <[email protected]> >> wrote: >> >> > All, >> > >> > I created a ticket for this[1] and attached an initial eclipse profile. >> > After we get some wider input, opinions, should this end up in the >> > developer section of the website? >> > >> > Brandon >> > >> > [1] https://issues.apache.org/jira/browse/NIFI-568 < >> > https://issues.apache.org/jira/browse/NIFI-568> >> > >> > >> > > On Apr 28, 2015, at 3:01 PM, Aldrin Piri <[email protected]> wrote: >> > > >> > >>> created eclipse/netbeans formatting rules >> > >> >
