|
@@ -143,17 +143,15 @@
|
|
<excludes>
|
|
<excludes>
|
|
<exclude>**/hdfs-site.xml</exclude>
|
|
<exclude>**/hdfs-site.xml</exclude>
|
|
</excludes>
|
|
</excludes>
|
|
|
|
+ <archive>
|
|
|
|
+ <manifest>
|
|
|
|
+ <mainClass>org.apache.hadoop.test.MapredTestDriver</mainClass>
|
|
|
|
+ </manifest>
|
|
|
|
+ </archive>
|
|
</configuration>
|
|
</configuration>
|
|
<phase>test-compile</phase>
|
|
<phase>test-compile</phase>
|
|
</execution>
|
|
</execution>
|
|
</executions>
|
|
</executions>
|
|
- <configuration>
|
|
|
|
- <archive>
|
|
|
|
- <manifest>
|
|
|
|
- <mainClass>org.apache.hadoop.test.MapredTestDriver</mainClass>
|
|
|
|
- </manifest>
|
|
|
|
- </archive>
|
|
|
|
- </configuration>
|
|
|
|
</plugin>
|
|
</plugin>
|
|
<plugin>
|
|
<plugin>
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
<groupId>org.apache.maven.plugins</groupId>
|