You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@htrace.apache.org by st...@apache.org on 2014/12/06 05:19:44 UTC

incubator-htrace git commit: 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

Repository: incubator-htrace
Updated Branches:
  refs/heads/master a27cd4dab -> b1456caf5


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


Project: http://git-wip-us.apache.org/repos/asf/incubator-htrace/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-htrace/commit/b1456caf
Tree: http://git-wip-us.apache.org/repos/asf/incubator-htrace/tree/b1456caf
Diff: http://git-wip-us.apache.org/repos/asf/incubator-htrace/diff/b1456caf

Branch: refs/heads/master
Commit: b1456caf58c603776f479f5721852015a45b66fd
Parents: a27cd4d
Author: stack <st...@duboce.net>
Authored: Fri Dec 5 20:19:37 2014 -0800
Committer: stack <st...@duboce.net>
Committed: Fri Dec 5 20:19:37 2014 -0800

----------------------------------------------------------------------
 pom.xml | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-htrace/blob/b1456caf/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index b404460..24976db 100644
--- a/pom.xml
+++ b/pom.xml
@@ -132,6 +132,9 @@ language governing permissions and limitations under the License. -->
               <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>