That looks like the build number plugin, which is used when naming the distribution built. It shouldn't be a deal breaker, but it is annoying when using git.
On Thu, Jul 12, 2012 at 11:34 PM, David Medinets <[email protected]>wrote: > I grabbed the codebase from https://github.com/apache/accumulo.git. > When I scanned the compilation logs, I saw this message: > > [INFO] Executing: /bin/sh -c cd > /home/medined/workspace/accumulo/examples/wikisearch && svn > --non-interactive info > [INFO] Working directory: > /home/medined/workspace/accumulo/examples/wikisearch > [INFO] Storing buildNumber: null at timestamp: 1342144581581 > [INFO] Executing: /bin/sh -c cd > /home/medined/workspace/accumulo/examples/wikisearch && svn > --non-interactive info > [INFO] Working directory: > /home/medined/workspace/accumulo/examples/wikisearch > [INFO] Storing buildScmBranch: UNKNOWN_BRANCH > > How does not having an SVN version of the source affect the > compilation of WikiSearch? >
