Repository: incubator-htrace Updated Branches: refs/heads/master 36e1b0060 -> 2d078c436
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/2d078c43 Tree: http://git-wip-us.apache.org/repos/asf/incubator-htrace/tree/2d078c43 Diff: http://git-wip-us.apache.org/repos/asf/incubator-htrace/diff/2d078c43 Branch: refs/heads/master Commit: 2d078c43680a29749bb45e7de9b6225195e646ba Parents: 36e1b00 Author: stack <[email protected]> Authored: Fri Jan 9 16:02:27 2015 -0800 Committer: stack <[email protected]> Committed: Fri Jan 9 16:02:27 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/2d078c43/htrace-core/pom.xml ---------------------------------------------------------------------- diff --git a/htrace-core/pom.xml b/htrace-core/pom.xml index 2c2b85e..86bc920 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/2d078c43/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>
