The build fails for me on the rat:check. Also, we need to figure out if we need license and notice information for the following dependencies (and any others I may have missed). I've found a TLP that lists jetty and javax.servlet in the notice, and a TLP that includes jetty but doesn't list it in the notice. If we don't need them, we can remove the notice for jersey-server.
<groupId>javax.servlet</groupId> <artifactId>servlet-api</artifactId> <groupId>org.mortbay.jetty</groupId> <artifactId>jetty</artifactId> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> <groupId>org.slf4j</groupId> <artifactId>slf4j-log4j12</artifactId> <groupId>javaee</groupId> <artifactId>javaee-api</artifactId> <groupId>javax</groupId> <artifactId>javaee-web-api</artifactId> Billie ----- Original Message ----- > From: "Eric Newton" <[email protected]> > To: [email protected] > Sent: Monday, March 26, 2012 3:05:01 PM > Subject: Re: [VOTE] accumulo-1.4.0 RC6 > Please vote on releasing the following candidate as Apache Accumulo > version > 1.4.0. > > The src tar ball was generated by exporting : > https://svn.apache.org/repos/asf/accumulo/tags/1.4.0rc6 > > To build the dist tar ball from the source run the following command : > src/assemble/build.sh > > Tarballs, checksums, signatures: > http://people.apache.org/~ecn/1.4.0rc6 > > Maven Staged Repository: > https://repository.apache.org/content/repositories/orgapacheaccumulo-116 > > SVN tag: > https://svn.apache.org/repos/asf/accumulo/tags/1.4.0rc6 > > Keys: > http://www.apache.org/dist/incubator/accumulo/KEYS > > Changes: > https://svn.apache.org/repos/asf/accumulo/tags/1.4.0rc6/CHANGES > > The vote will be held open for the next 72 hours. > > * Fixed example configurations > * Fixed infrastructure links for graduation
