You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@htrace.apache.org by ec...@apache.org on 2015/01/10 01:38:46 UTC

incubator-htrace git commit: HTRACE-66 Fix RAT check hanging because of large external files

Repository: incubator-htrace
Updated Branches:
  refs/heads/3.1 2474bcb33 -> 1ecbe5bc3


HTRACE-66 Fix RAT check hanging because of large external files

Conflicts:
	pom.xml


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

Branch: refs/heads/3.1
Commit: 1ecbe5bc39fd184f088c4e3f33f7922036728847
Parents: 2474bcb
Author: Elliott Clark <el...@fb.com>
Authored: Fri Jan 9 16:30:16 2015 -0800
Committer: Elliott Clark <el...@fb.com>
Committed: Fri Jan 9 16:37:53 2015 -0800

----------------------------------------------------------------------
 pom.xml | 32 ++++++++++++++++++--------------
 1 file changed, 18 insertions(+), 14 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-htrace/blob/1ecbe5bc/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index fa3dc52..7ce1233 100644
--- a/pom.xml
+++ b/pom.xml
@@ -150,20 +150,24 @@ language governing permissions and limitations under the License. -->
           </executions>
           <configuration>
             <excludes>
-              <exclude>**/.settings/**</exclude>
-              <exclude>**/d3.min.js</exclude>
-              <exclude>**/dependency-reduced-pom.xml</exclude>
-              <exclude>**/generated/**</exclude>
-              <exclude>*/.settings/*</exclude>
-              <exclude>*/generated/*</exclude>
-              <exclude>*/gopkg.in/*</exclude>
-              <exclude>.git/**</exclude>
-              <exclude>htrace-core/src/go/bin/*</exclude>
-              <exclude>htrace-core/src/go/pkg/*</exclude>
-              <exclue>**/README.md</exclue>
-              <!-- Pulled down sources -->
-              <exclude>**/gopkg.in/**</exclude>
-              <exclude>**/github.com/**</exclude>
+                <exclude>**/.settings/**</exclude>
+                <exclude>**/dependency-reduced-pom.xml</exclude>
+                <exclude>**/generated/**</exclude>
+                <exclude>*/.settings/*</exclude>
+                <exclude>*/generated/*</exclude>
+                <exclude>.git/**</exclude>
+                <exclue>**/README.md</exclue>
+                <exclude>**/src/go/bin/*</exclude>
+                <exclude>**/src/go/pkg/*</exclude>
+                <!-- external projects -->
+                <exclude>**/bootstrap-3.3.1/**</exclude>
+                <exclude>**/*.min.js</exclude>
+                <exclude>**/d3.min.js</exclude>
+                <!-- Pulled down sources -->
+                <exclude>**/gopkg.in/**</exclude>
+                <exclude>**/github.com/**</exclude>
+                <exclude>**/golang.org/**</exclude>
+                <exclude>**/Godeps/**</exclude>
             </excludes>
           </configuration>
         </plugin>