You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@accumulo.apache.org by Benson Margulies <bi...@gmail.com> on 2012/03/19 17:29:08 UTC

jar plugin config includes

Does anyone know how this ended up in the top level pom? I'm surprised
that we need it at all.


            <includes>
	      <include>cloudtrace/**</include>
	      <include>org/apache/accumulo**/**</include>
	      <include>web/**</include>
	      <include>randomwalk/**</include>
	      <include>*.*</include>
	      <include>**/META-INF/*</include>
	    </includes>