[
https://issues.apache.org/jira/browse/HTRACE-8?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14236582#comment-14236582
]
stack commented on HTRACE-8:
----------------------------
Added this addendum. Fixed my build:
commit b1456caf58c603776f479f5721852015a45b66fd
Author: stack <[email protected]>
Date: Fri Dec 5 20:19:37 2014 -0800
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 @@ 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>
> Change our base package from org.htrace to org.apache.htrace
> ------------------------------------------------------------
>
> Key: HTRACE-8
> URL: https://issues.apache.org/jira/browse/HTRACE-8
> Project: HTrace
> Issue Type: Task
> Reporter: stack
> Assignee: stack
> Attachments:
> 0001-HTRACE-8-Change-our-base-package-from-org.htrace-to-.patch,
> HTRACE-8.002.patch
>
>
> Now Jake has moved over the repo, lets do this (after making sure any
> outstanding patches are committed)
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)