Author: suresh
Date: Tue Jan 22 19:33:02 2013
New Revision: 1437113
URL: http://svn.apache.org/viewvc?rev=1437113&view=rev
Log:
Merging trunk to branch-trunk-win
Modified:
hadoop/common/branches/branch-trunk-win/ (props changed)
hadoop/common/branches/branch-trunk-win/dev-support/test-patch.sh
hadoop/common/branches/branch-trunk-win/hadoop-dist/pom.xml
hadoop/common/branches/branch-trunk-win/hadoop-tools/hadoop-distcp/src/main/resources/distcp-default.xml
hadoop/common/branches/branch-trunk-win/hadoop-tools/hadoop-distcp/src/site/xdoc/appendix.xml
hadoop/common/branches/branch-trunk-win/hadoop-tools/hadoop-distcp/src/site/xdoc/architecture.xml
hadoop/common/branches/branch-trunk-win/hadoop-tools/hadoop-distcp/src/site/xdoc/cli.xml
hadoop/common/branches/branch-trunk-win/hadoop-tools/hadoop-distcp/src/site/xdoc/index.xml
hadoop/common/branches/branch-trunk-win/hadoop-tools/hadoop-distcp/src/site/xdoc/usage.xml
hadoop/common/branches/branch-trunk-win/hadoop-tools/hadoop-distcp/src/test/resources/sslConfig.xml
hadoop/common/branches/branch-trunk-win/hadoop-tools/hadoop-pipes/pom.xml
hadoop/common/branches/branch-trunk-win/hadoop-tools/hadoop-pipes/src/main/native/examples/conf/word-part.xml
hadoop/common/branches/branch-trunk-win/hadoop-tools/hadoop-pipes/src/main/native/examples/conf/word.xml
hadoop/common/branches/branch-trunk-win/hadoop-tools/hadoop-pipes/src/main/native/pipes/debug/pipes-default-gdb-commands.txt
hadoop/common/branches/branch-trunk-win/hadoop-tools/hadoop-pipes/src/main/native/pipes/debug/pipes-default-script
hadoop/common/branches/branch-trunk-win/hadoop-tools/hadoop-rumen/src/main/java/org/apache/hadoop/tools/rumen/anonymization/WordList.java
hadoop/common/branches/branch-trunk-win/hadoop-tools/hadoop-tools-dist/pom.xml
hadoop/common/branches/branch-trunk-win/hadoop-tools/pom.xml
hadoop/common/branches/branch-trunk-win/pom.xml
Propchange: hadoop/common/branches/branch-trunk-win/
------------------------------------------------------------------------------
Merged /hadoop/common/trunk:r1428602-1437112
Modified: hadoop/common/branches/branch-trunk-win/dev-support/test-patch.sh
URL:
http://svn.apache.org/viewvc/hadoop/common/branches/branch-trunk-win/dev-support/test-patch.sh?rev=1437113&r1=1437112&r2=1437113&view=diff
==============================================================================
--- hadoop/common/branches/branch-trunk-win/dev-support/test-patch.sh (original)
+++ hadoop/common/branches/branch-trunk-win/dev-support/test-patch.sh Tue Jan
22 19:33:02 2013
@@ -980,12 +980,12 @@ fi
(( RESULT = RESULT + $JAVAC_RET ))
checkJavadocWarnings
(( RESULT = RESULT + $? ))
-checkEclipseGeneration
-(( RESULT = RESULT + $? ))
### Checkstyle not implemented yet
#checkStyle
#(( RESULT = RESULT + $? ))
buildAndInstall
+checkEclipseGeneration
+(( RESULT = RESULT + $? ))
checkFindbugsWarnings
(( RESULT = RESULT + $? ))
checkReleaseAuditWarnings
Modified: hadoop/common/branches/branch-trunk-win/hadoop-dist/pom.xml
URL:
http://svn.apache.org/viewvc/hadoop/common/branches/branch-trunk-win/hadoop-dist/pom.xml?rev=1437113&r1=1437112&r2=1437113&view=diff
==============================================================================
--- hadoop/common/branches/branch-trunk-win/hadoop-dist/pom.xml (original)
+++ hadoop/common/branches/branch-trunk-win/hadoop-dist/pom.xml Tue Jan 22
19:33:02 2013
@@ -66,9 +66,6 @@
<groupId>org.apache.rat</groupId>
<artifactId>apache-rat-plugin</artifactId>
<configuration>
- <includes>
- <include>pom.xml</include>
- </includes>
</configuration>
</plugin>
</plugins>
Modified:
hadoop/common/branches/branch-trunk-win/hadoop-tools/hadoop-distcp/src/main/resources/distcp-default.xml
URL:
http://svn.apache.org/viewvc/hadoop/common/branches/branch-trunk-win/hadoop-tools/hadoop-distcp/src/main/resources/distcp-default.xml?rev=1437113&r1=1437112&r2=1437113&view=diff
==============================================================================
---
hadoop/common/branches/branch-trunk-win/hadoop-tools/hadoop-distcp/src/main/resources/distcp-default.xml
(original)
+++
hadoop/common/branches/branch-trunk-win/hadoop-tools/hadoop-distcp/src/main/resources/distcp-default.xml
Tue Jan 22 19:33:02 2013
@@ -1,5 +1,20 @@
<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="configuration.xsl"?>
+<!--
+ Copyright 2002-2004 The Apache Software Foundation
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
<!-- Do not modify this file directly. Anything that need to be overwritten,
need to be done so, through -D switches or customized conf -->
Modified:
hadoop/common/branches/branch-trunk-win/hadoop-tools/hadoop-distcp/src/site/xdoc/appendix.xml
URL:
http://svn.apache.org/viewvc/hadoop/common/branches/branch-trunk-win/hadoop-tools/hadoop-distcp/src/site/xdoc/appendix.xml?rev=1437113&r1=1437112&r2=1437113&view=diff
==============================================================================
---
hadoop/common/branches/branch-trunk-win/hadoop-tools/hadoop-distcp/src/site/xdoc/appendix.xml
(original)
+++
hadoop/common/branches/branch-trunk-win/hadoop-tools/hadoop-distcp/src/site/xdoc/appendix.xml
Tue Jan 22 19:33:02 2013
@@ -1,4 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Copyright 2002-2004 The Apache Software Foundation
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
<document xmlns="http://maven.apache.org/XDOC/2.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/XDOC/2.0
http://maven.apache.org/xsd/xdoc-2.0.xsd">
Modified:
hadoop/common/branches/branch-trunk-win/hadoop-tools/hadoop-distcp/src/site/xdoc/architecture.xml
URL:
http://svn.apache.org/viewvc/hadoop/common/branches/branch-trunk-win/hadoop-tools/hadoop-distcp/src/site/xdoc/architecture.xml?rev=1437113&r1=1437112&r2=1437113&view=diff
==============================================================================
---
hadoop/common/branches/branch-trunk-win/hadoop-tools/hadoop-distcp/src/site/xdoc/architecture.xml
(original)
+++
hadoop/common/branches/branch-trunk-win/hadoop-tools/hadoop-distcp/src/site/xdoc/architecture.xml
Tue Jan 22 19:33:02 2013
@@ -1,4 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Copyright 2002-2004 The Apache Software Foundation
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
<document xmlns="http://maven.apache.org/XDOC/2.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/XDOC/2.0
http://maven.apache.org/xsd/xdoc-2.0.xsd">
Modified:
hadoop/common/branches/branch-trunk-win/hadoop-tools/hadoop-distcp/src/site/xdoc/cli.xml
URL:
http://svn.apache.org/viewvc/hadoop/common/branches/branch-trunk-win/hadoop-tools/hadoop-distcp/src/site/xdoc/cli.xml?rev=1437113&r1=1437112&r2=1437113&view=diff
==============================================================================
---
hadoop/common/branches/branch-trunk-win/hadoop-tools/hadoop-distcp/src/site/xdoc/cli.xml
(original)
+++
hadoop/common/branches/branch-trunk-win/hadoop-tools/hadoop-distcp/src/site/xdoc/cli.xml
Tue Jan 22 19:33:02 2013
@@ -1,4 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Copyright 2002-2004 The Apache Software Foundation
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
<document xmlns="http://maven.apache.org/XDOC/2.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/XDOC/2.0
http://maven.apache.org/xsd/xdoc-2.0.xsd">
Modified:
hadoop/common/branches/branch-trunk-win/hadoop-tools/hadoop-distcp/src/site/xdoc/index.xml
URL:
http://svn.apache.org/viewvc/hadoop/common/branches/branch-trunk-win/hadoop-tools/hadoop-distcp/src/site/xdoc/index.xml?rev=1437113&r1=1437112&r2=1437113&view=diff
==============================================================================
---
hadoop/common/branches/branch-trunk-win/hadoop-tools/hadoop-distcp/src/site/xdoc/index.xml
(original)
+++
hadoop/common/branches/branch-trunk-win/hadoop-tools/hadoop-distcp/src/site/xdoc/index.xml
Tue Jan 22 19:33:02 2013
@@ -1,4 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Copyright 2002-2004 The Apache Software Foundation
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
<document xmlns="http://maven.apache.org/XDOC/2.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/XDOC/2.0
http://maven.apache.org/xsd/xdoc-2.0.xsd">
Modified:
hadoop/common/branches/branch-trunk-win/hadoop-tools/hadoop-distcp/src/site/xdoc/usage.xml
URL:
http://svn.apache.org/viewvc/hadoop/common/branches/branch-trunk-win/hadoop-tools/hadoop-distcp/src/site/xdoc/usage.xml?rev=1437113&r1=1437112&r2=1437113&view=diff
==============================================================================
---
hadoop/common/branches/branch-trunk-win/hadoop-tools/hadoop-distcp/src/site/xdoc/usage.xml
(original)
+++
hadoop/common/branches/branch-trunk-win/hadoop-tools/hadoop-distcp/src/site/xdoc/usage.xml
Tue Jan 22 19:33:02 2013
@@ -1,3 +1,18 @@
+<!--
+ Copyright 2002-2004 The Apache Software Foundation
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
<document xmlns="http://maven.apache.org/XDOC/2.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/XDOC/2.0
http://maven.apache.org/xsd/xdoc-2.0.xsd">
Modified:
hadoop/common/branches/branch-trunk-win/hadoop-tools/hadoop-distcp/src/test/resources/sslConfig.xml
URL:
http://svn.apache.org/viewvc/hadoop/common/branches/branch-trunk-win/hadoop-tools/hadoop-distcp/src/test/resources/sslConfig.xml?rev=1437113&r1=1437112&r2=1437113&view=diff
==============================================================================
---
hadoop/common/branches/branch-trunk-win/hadoop-tools/hadoop-distcp/src/test/resources/sslConfig.xml
(original)
+++
hadoop/common/branches/branch-trunk-win/hadoop-tools/hadoop-distcp/src/test/resources/sslConfig.xml
Tue Jan 22 19:33:02 2013
@@ -1,5 +1,20 @@
<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="configuration.xsl"?>
+<!--
+ Copyright 2002-2004 The Apache Software Foundation
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
<configuration>
Modified:
hadoop/common/branches/branch-trunk-win/hadoop-tools/hadoop-pipes/pom.xml
URL:
http://svn.apache.org/viewvc/hadoop/common/branches/branch-trunk-win/hadoop-tools/hadoop-pipes/pom.xml?rev=1437113&r1=1437112&r2=1437113&view=diff
==============================================================================
--- hadoop/common/branches/branch-trunk-win/hadoop-tools/hadoop-pipes/pom.xml
(original)
+++ hadoop/common/branches/branch-trunk-win/hadoop-tools/hadoop-pipes/pom.xml
Tue Jan 22 19:33:02 2013
@@ -57,6 +57,9 @@
<exec executable="make"
dir="${project.build.directory}/native" failonerror="true">
<arg line="VERBOSE=1"/>
</exec>
+ <!-- The second make is a workaround for HADOOP-9215. It
can
+ be removed when version 2.6 of cmake is no longer
supported . -->
+ <exec executable="make"
dir="${project.build.directory}/native" failonerror="true"></exec>
</target>
</configuration>
</execution>
Modified:
hadoop/common/branches/branch-trunk-win/hadoop-tools/hadoop-pipes/src/main/native/examples/conf/word-part.xml
URL:
http://svn.apache.org/viewvc/hadoop/common/branches/branch-trunk-win/hadoop-tools/hadoop-pipes/src/main/native/examples/conf/word-part.xml?rev=1437113&r1=1437112&r2=1437113&view=diff
==============================================================================
---
hadoop/common/branches/branch-trunk-win/hadoop-tools/hadoop-pipes/src/main/native/examples/conf/word-part.xml
(original)
+++
hadoop/common/branches/branch-trunk-win/hadoop-tools/hadoop-pipes/src/main/native/examples/conf/word-part.xml
Tue Jan 22 19:33:02 2013
@@ -1,4 +1,21 @@
<?xml version="1.0"?>
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one or more
+ contributor license agreements. See the NOTICE file distributed with
+ this work for additional information regarding copyright ownership.
+ The ASF licenses this file to You under the Apache License, Version 2.0
+ (the "License"); you may not use this file except in compliance with
+ the License. You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+
<configuration>
<property>
Modified:
hadoop/common/branches/branch-trunk-win/hadoop-tools/hadoop-pipes/src/main/native/examples/conf/word.xml
URL:
http://svn.apache.org/viewvc/hadoop/common/branches/branch-trunk-win/hadoop-tools/hadoop-pipes/src/main/native/examples/conf/word.xml?rev=1437113&r1=1437112&r2=1437113&view=diff
==============================================================================
---
hadoop/common/branches/branch-trunk-win/hadoop-tools/hadoop-pipes/src/main/native/examples/conf/word.xml
(original)
+++
hadoop/common/branches/branch-trunk-win/hadoop-tools/hadoop-pipes/src/main/native/examples/conf/word.xml
Tue Jan 22 19:33:02 2013
@@ -1,4 +1,21 @@
<?xml version="1.0"?>
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one or more
+ contributor license agreements. See the NOTICE file distributed with
+ this work for additional information regarding copyright ownership.
+ The ASF licenses this file to You under the Apache License, Version 2.0
+ (the "License"); you may not use this file except in compliance with
+ the License. You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+
<configuration>
<property>
Modified:
hadoop/common/branches/branch-trunk-win/hadoop-tools/hadoop-pipes/src/main/native/pipes/debug/pipes-default-gdb-commands.txt
URL:
http://svn.apache.org/viewvc/hadoop/common/branches/branch-trunk-win/hadoop-tools/hadoop-pipes/src/main/native/pipes/debug/pipes-default-gdb-commands.txt?rev=1437113&r1=1437112&r2=1437113&view=diff
==============================================================================
---
hadoop/common/branches/branch-trunk-win/hadoop-tools/hadoop-pipes/src/main/native/pipes/debug/pipes-default-gdb-commands.txt
(original)
+++
hadoop/common/branches/branch-trunk-win/hadoop-tools/hadoop-pipes/src/main/native/pipes/debug/pipes-default-gdb-commands.txt
Tue Jan 22 19:33:02 2013
@@ -1,3 +1,14 @@
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
info threads
backtrace
quit
Modified:
hadoop/common/branches/branch-trunk-win/hadoop-tools/hadoop-pipes/src/main/native/pipes/debug/pipes-default-script
URL:
http://svn.apache.org/viewvc/hadoop/common/branches/branch-trunk-win/hadoop-tools/hadoop-pipes/src/main/native/pipes/debug/pipes-default-script?rev=1437113&r1=1437112&r2=1437113&view=diff
==============================================================================
---
hadoop/common/branches/branch-trunk-win/hadoop-tools/hadoop-pipes/src/main/native/pipes/debug/pipes-default-script
(original)
+++
hadoop/common/branches/branch-trunk-win/hadoop-tools/hadoop-pipes/src/main/native/pipes/debug/pipes-default-script
Tue Jan 22 19:33:02 2013
@@ -1,3 +1,14 @@
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
core=`find . -name 'core*'`
#Only pipes programs have 5th argument as program name.
gdb -quiet $5 -c $core -x
$HADOOP_PREFIX/src/c++/pipes/debug/pipes-default-gdb-commands.txt
Modified:
hadoop/common/branches/branch-trunk-win/hadoop-tools/hadoop-rumen/src/main/java/org/apache/hadoop/tools/rumen/anonymization/WordList.java
URL:
http://svn.apache.org/viewvc/hadoop/common/branches/branch-trunk-win/hadoop-tools/hadoop-rumen/src/main/java/org/apache/hadoop/tools/rumen/anonymization/WordList.java?rev=1437113&r1=1437112&r2=1437113&view=diff
==============================================================================
---
hadoop/common/branches/branch-trunk-win/hadoop-tools/hadoop-rumen/src/main/java/org/apache/hadoop/tools/rumen/anonymization/WordList.java
(original)
+++
hadoop/common/branches/branch-trunk-win/hadoop-tools/hadoop-rumen/src/main/java/org/apache/hadoop/tools/rumen/anonymization/WordList.java
Tue Jan 22 19:33:02 2013
@@ -1,3 +1,20 @@
+/**
+* Licensed to the Apache Software Foundation (ASF) under one
+* or more contributor license agreements. See the NOTICE file
+* distributed with this work for additional information
+* regarding copyright ownership. The ASF licenses this file
+* to you under the Apache License, Version 2.0 (the
+* "License"); you may not use this file except in compliance
+* with the License. You may obtain a copy of the License at
+*
+* http://www.apache.org/licenses/LICENSE-2.0
+*
+* Unless required by applicable law or agreed to in writing, software
+* distributed under the License is distributed on an "AS IS" BASIS,
+* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+* See the License for the specific language governing permissions and
+* limitations under the License.
+*/
package org.apache.hadoop.tools.rumen.anonymization;
import java.util.HashMap;
Modified:
hadoop/common/branches/branch-trunk-win/hadoop-tools/hadoop-tools-dist/pom.xml
URL:
http://svn.apache.org/viewvc/hadoop/common/branches/branch-trunk-win/hadoop-tools/hadoop-tools-dist/pom.xml?rev=1437113&r1=1437112&r2=1437113&view=diff
==============================================================================
---
hadoop/common/branches/branch-trunk-win/hadoop-tools/hadoop-tools-dist/pom.xml
(original)
+++
hadoop/common/branches/branch-trunk-win/hadoop-tools/hadoop-tools-dist/pom.xml
Tue Jan 22 19:33:02 2013
@@ -91,9 +91,6 @@
<groupId>org.apache.rat</groupId>
<artifactId>apache-rat-plugin</artifactId>
<configuration>
- <includes>
- <include>pom.xml</include>
- </includes>
</configuration>
</plugin>
</plugins>
Modified: hadoop/common/branches/branch-trunk-win/hadoop-tools/pom.xml
URL:
http://svn.apache.org/viewvc/hadoop/common/branches/branch-trunk-win/hadoop-tools/pom.xml?rev=1437113&r1=1437112&r2=1437113&view=diff
==============================================================================
--- hadoop/common/branches/branch-trunk-win/hadoop-tools/pom.xml (original)
+++ hadoop/common/branches/branch-trunk-win/hadoop-tools/pom.xml Tue Jan 22
19:33:02 2013
@@ -54,9 +54,6 @@
<groupId>org.apache.rat</groupId>
<artifactId>apache-rat-plugin</artifactId>
<configuration>
- <includes>
- <include>pom.xml</include>
- </includes>
</configuration>
</plugin>
</plugins>
Modified: hadoop/common/branches/branch-trunk-win/pom.xml
URL:
http://svn.apache.org/viewvc/hadoop/common/branches/branch-trunk-win/pom.xml?rev=1437113&r1=1437112&r2=1437113&view=diff
==============================================================================
--- hadoop/common/branches/branch-trunk-win/pom.xml (original)
+++ hadoop/common/branches/branch-trunk-win/pom.xml Tue Jan 22 19:33:02 2013
@@ -295,12 +295,14 @@ xsi:schemaLocation="http://maven.apache.
<plugin>
<groupId>org.apache.rat</groupId>
<artifactId>apache-rat-plugin</artifactId>
- <configuration>
- <includes>
- <include>dev-support/*</include>
- <include>pom.xml</include>
- </includes>
- </configuration>
+ <configuration>
+ <excludes>
+ <exclude>.gitattributes</exclude>
+ <exclude>.gitignore</exclude>
+ <exclude>.git/**</exclude>
+ <exclude>.idea/**</exclude>
+ </excludes>
+ </configuration>
</plugin>
<plugin>
<artifactId>maven-site-plugin</artifactId>