Repository: incubator-htrace Updated Branches: refs/heads/3.1 e1c6b295f -> 9e40b4356
HTRACE-64 Fix mvn clean of go directories Project: http://git-wip-us.apache.org/repos/asf/incubator-htrace/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-htrace/commit/9e40b435 Tree: http://git-wip-us.apache.org/repos/asf/incubator-htrace/tree/9e40b435 Diff: http://git-wip-us.apache.org/repos/asf/incubator-htrace/diff/9e40b435 Branch: refs/heads/3.1 Commit: 9e40b43567bbca3501001db1b1288b4aa0e937d5 Parents: e1c6b29 Author: stack <[email protected]> Authored: Fri Jan 9 16:12:58 2015 -0800 Committer: stack <[email protected]> Committed: Fri Jan 9 16:15:22 2015 -0800 ---------------------------------------------------------------------- htrace-core/pom.xml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-htrace/blob/9e40b435/htrace-core/pom.xml ---------------------------------------------------------------------- diff --git a/htrace-core/pom.xml b/htrace-core/pom.xml index 7c04789..bb9a30f 100644 --- a/htrace-core/pom.xml +++ b/htrace-core/pom.xml @@ -114,9 +114,10 @@ language governing permissions and limitations under the License. --> <arg value="-c"/> <arg value="./gobuild.sh clean"/> </exec> - <exec executable="bash" failonerror="true" dir="${basedir}/src/go"> - <arg value="-c"/> - <arg value="rm -f ./bin/*"/> + <exec executable="git" failonerror="true" dir="${basedir}/src/go"> + <arg value="clean"/> + <arg value="-ffqdx"/> + <arg value="."/> </exec> </tasks> </configuration>
