Repository: incubator-htrace Updated Branches: refs/heads/master 5d9e31fcc -> 121121682
HTRACE-161. C client style.txt should be excluded from rat check Project: http://git-wip-us.apache.org/repos/asf/incubator-htrace/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-htrace/commit/12112168 Tree: http://git-wip-us.apache.org/repos/asf/incubator-htrace/tree/12112168 Diff: http://git-wip-us.apache.org/repos/asf/incubator-htrace/diff/12112168 Branch: refs/heads/master Commit: 121121682329ceabece51e26b16b5e13c43f4d86 Parents: 5d9e31f Author: Abraham Elmahrek <[email protected]> Authored: Tue Apr 28 13:35:50 2015 -0700 Committer: Abraham Elmahrek <[email protected]> Committed: Tue Apr 28 14:03:48 2015 -0700 ---------------------------------------------------------------------- pom.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-htrace/blob/12112168/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 3fb131e..d27b0a0 100644 --- a/pom.xml +++ b/pom.xml @@ -161,6 +161,7 @@ language governing permissions and limitations under the License. --> <exclue>**/README.md</exclue> <exclude>**/src/go/bin/*</exclude> <exclude>**/src/go/pkg/*</exclude> + <exclude>style.txt</exclude> <!-- external projects --> <exclude>**/bootstrap-3.3.1/**</exclude> <exclude>**/web/lib/js/**</exclude>
