|
@@ -193,76 +193,4 @@ http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
|
|
</dependency>
|
|
|
</dependencies>
|
|
|
|
|
|
- <build>
|
|
|
- <plugins>
|
|
|
- <plugin>
|
|
|
- <groupId>org.apache.maven.plugins</groupId>
|
|
|
- <artifactId>maven-surefire-plugin</artifactId>
|
|
|
- <configuration>
|
|
|
- <systemPropertyVariables>
|
|
|
- <startKdc>${startKdc}</startKdc>
|
|
|
- <kdc.resource.dir>${kdc.resource.dir}</kdc.resource.dir>
|
|
|
- </systemPropertyVariables>
|
|
|
- <properties>
|
|
|
- <property>
|
|
|
- <name>listener</name>
|
|
|
- <value>org.apache.hadoop.test.TimedOutTestsListener</value>
|
|
|
- </property>
|
|
|
- </properties>
|
|
|
- </configuration>
|
|
|
- </plugin>
|
|
|
- <plugin>
|
|
|
- <groupId>org.codehaus.mojo</groupId>
|
|
|
- <artifactId>build-helper-maven-plugin</artifactId>
|
|
|
- <executions>
|
|
|
- <execution>
|
|
|
- <id>add-jsp-generated-sources-directory</id>
|
|
|
- <phase>generate-sources</phase>
|
|
|
- <goals>
|
|
|
- <goal>add-source</goal>
|
|
|
- </goals>
|
|
|
- <configuration>
|
|
|
- <sources>
|
|
|
- <source>${project.build.directory}/generated-sources/java</source>
|
|
|
- </sources>
|
|
|
- </configuration>
|
|
|
- </execution>
|
|
|
- </executions>
|
|
|
- </plugin>
|
|
|
- <plugin>
|
|
|
- <groupId>org.apache.maven.plugins</groupId>
|
|
|
- <artifactId>maven-antrun-plugin</artifactId>
|
|
|
- <configuration>
|
|
|
- <skipTests>false</skipTests>
|
|
|
- </configuration>
|
|
|
- <executions>
|
|
|
- <execution>
|
|
|
- <id>create-jsp-generated-sources-directory</id>
|
|
|
- <phase>initialize</phase>
|
|
|
- <goals>
|
|
|
- <goal>run</goal>
|
|
|
- </goals>
|
|
|
- <configuration>
|
|
|
- <target>
|
|
|
- <mkdir dir="${project.build.directory}/generated-sources/java" />
|
|
|
- </target>
|
|
|
- </configuration>
|
|
|
- </execution>
|
|
|
- <execution>
|
|
|
- <phase>pre-site</phase>
|
|
|
- <goals>
|
|
|
- <goal>run</goal>
|
|
|
- </goals>
|
|
|
- <configuration>
|
|
|
- <tasks>
|
|
|
- <copy file="src/main/resources/hdfs-nfs-default.xml" todir="src/site/resources"/>
|
|
|
- <copy file="src/main/xsl/configuration.xsl" todir="src/site/resources"/>
|
|
|
- </tasks>
|
|
|
- </configuration>
|
|
|
- </execution>
|
|
|
- </executions>
|
|
|
- </plugin>
|
|
|
- </plugins>
|
|
|
- </build>
|
|
|
-
|
|
|
</project>
|