HTRACE-8. Change our base package from org.htrace to org.apache.htrace (cmccabe / stack) --ADDENDUM; add in a few more excludes to pass RAT
diff --git a/pom.xml b/pom.xml
index b404460..24976db 100644
--- a/pom.xml
+++ b/pom.xml
@@ -132,6 +132,9 @@
               <exclude>htrace-core/src/go/bin/*</exclude>
               <exclude>htrace-core/src/go/pkg/*</exclude>
               <exclue>**/README.md</exclue>
+              <!-- Pulled down sources -->
+              <exclude>**/gopkg.in/**</exclude>
+              <exclude>**/github.com/**</exclude>
             </excludes>
           </configuration>
         </plugin>