Repository: incubator-htrace
Updated Branches:
  refs/heads/3.1 e20a1d0ec -> d01121b4a


HTRACE-65 Add a basic BUILDING.txt


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

Branch: refs/heads/3.1
Commit: d01121b4a4b3656e539fc9b70c77aa007b9a6efa
Parents: e20a1d0
Author: stack <[email protected]>
Authored: Fri Jan 9 16:02:27 2015 -0800
Committer: stack <[email protected]>
Committed: Fri Jan 9 16:02:56 2015 -0800

----------------------------------------------------------------------
 htrace-core/pom.xml       | 7 ++++---
 src/main/assembly/src.xml | 2 ++
 2 files changed, 6 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-htrace/blob/d01121b4/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>

http://git-wip-us.apache.org/repos/asf/incubator-htrace/blob/d01121b4/src/main/assembly/src.xml
----------------------------------------------------------------------
diff --git a/src/main/assembly/src.xml b/src/main/assembly/src.xml
index fecbf5d..605e808 100644
--- a/src/main/assembly/src.xml
+++ b/src/main/assembly/src.xml
@@ -43,6 +43,7 @@
               <exclude>.gitignore</exclude>
               <exclude>.settings/</exclude>
               <exclude>**/src/go/bin/**</exclude>
+              <exclude>**/src/go/pkg/**</exclude>
             </excludes>
           </fileSet>
         </fileSets>
@@ -80,6 +81,7 @@
         <include>NOTICE.txt</include>
         <include>CHANGES.txt</include>
         <include>DISCLAIMER.txt</include>
+        <include>BUILDING.txt</include>
         <include>README.md</include>
       </includes>
       <fileMode>0644</fileMode>

Reply via email to