[
https://issues.apache.org/jira/browse/HTRACE-64?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14272096#comment-14272096
]
Colin Patrick McCabe commented on HTRACE-64:
--------------------------------------------
This patch worked for me...
{code}
cmccabe@keter:~/src/htrace> mvn package -DskipTests -Dmaven.javadoc.skip=true
-Drat.skip
...
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 23.332s
[INFO] Finished at: Fri Jan 09 15:48:46 PST 2015
[INFO] Final Memory: 45M/622M
[INFO] ------------------------------------------------------------------------
cmccabe@keter:~/src/htrace> find -name '*.a'
./htrace-core/src/go/pkg/linux_amd64/github.com/kr/fs.a
./htrace-core/src/go/pkg/linux_amd64/golang.org/x/tools/go/vcs.a
cmccabe@keter:~/src/htrace> mvn clean
...
cmccabe@keter:~/src/htrace> find -name '*.a'
[no output]
{code}
I was thinking we could put this in for the release and then do something more
clever later.
> Fix mvn clean of go directories
> -------------------------------
>
> Key: HTRACE-64
> URL: https://issues.apache.org/jira/browse/HTRACE-64
> Project: HTrace
> Issue Type: Bug
> Reporter: Colin Patrick McCabe
> Assignee: Colin Patrick McCabe
> Attachments: HTRACE-64.001.patch
>
>
> Fix the mvn clean of go directories.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)