2011-08-02 16:37:57 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<!--
|
|
|
|
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. See accompanying LICENSE file.
|
|
|
|
-->
|
|
|
|
<project>
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
<parent>
|
|
|
|
<groupId>org.apache.hadoop</groupId>
|
|
|
|
<artifactId>hadoop-project</artifactId>
|
|
|
|
<version>0.23.0-SNAPSHOT</version>
|
|
|
|
<relativePath>../hadoop-project</relativePath>
|
|
|
|
</parent>
|
|
|
|
<groupId>org.apache.hadoop</groupId>
|
|
|
|
<artifactId>hadoop-common</artifactId>
|
|
|
|
<version>0.23.0-SNAPSHOT</version>
|
|
|
|
<description>Apache Hadoop Common</description>
|
|
|
|
<name>Apache Hadoop Common</name>
|
|
|
|
<packaging>jar</packaging>
|
|
|
|
|
|
|
|
<properties>
|
|
|
|
<test.build.data>${project.build.directory}/test/data</test.build.data>
|
|
|
|
<hadoop.log.dir>${project.build.directory}/log</hadoop.log.dir>
|
|
|
|
<test.build.webapps>${project.build.directory}/test-classes/webapps</test.build.webapps>
|
|
|
|
<test.cache.data>${project.build.directory}/test-classes</test.cache.data>
|
|
|
|
<test.build.classes>${project.build.directory}/test-classes</test.build.classes>
|
|
|
|
|
|
|
|
<build.platform>${os.name}-${os.arch}-${sun.arch.data.model}</build.platform>
|
|
|
|
<snappy.prefix>/usr/local</snappy.prefix>
|
|
|
|
<snappy.lib>${snappy.prefix}/lib</snappy.lib>
|
|
|
|
<bundle.snappy>false</bundle.snappy>
|
|
|
|
|
|
|
|
<hadoop.component>common</hadoop.component>
|
|
|
|
</properties>
|
|
|
|
|
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.hadoop</groupId>
|
|
|
|
<artifactId>hadoop-annotations</artifactId>
|
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.google.guava</groupId>
|
|
|
|
<artifactId>guava</artifactId>
|
|
|
|
<scope>compile</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>commons-cli</groupId>
|
|
|
|
<artifactId>commons-cli</artifactId>
|
|
|
|
<scope>compile</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.commons</groupId>
|
|
|
|
<artifactId>commons-math</artifactId>
|
|
|
|
<scope>compile</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>xmlenc</groupId>
|
|
|
|
<artifactId>xmlenc</artifactId>
|
|
|
|
<scope>compile</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>commons-httpclient</groupId>
|
|
|
|
<artifactId>commons-httpclient</artifactId>
|
|
|
|
<scope>compile</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>commons-codec</groupId>
|
|
|
|
<artifactId>commons-codec</artifactId>
|
|
|
|
<scope>compile</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>commons-net</groupId>
|
|
|
|
<artifactId>commons-net</artifactId>
|
|
|
|
<scope>compile</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>javax.servlet</groupId>
|
|
|
|
<artifactId>servlet-api</artifactId>
|
|
|
|
<scope>compile</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.mortbay.jetty</groupId>
|
|
|
|
<artifactId>jetty</artifactId>
|
|
|
|
<scope>compile</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.mortbay.jetty</groupId>
|
|
|
|
<artifactId>jetty-util</artifactId>
|
|
|
|
<scope>compile</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>tomcat</groupId>
|
|
|
|
<artifactId>jasper-compiler</artifactId>
|
|
|
|
<scope>compile</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>tomcat</groupId>
|
|
|
|
<artifactId>jasper-runtime</artifactId>
|
|
|
|
<scope>compile</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>javax.servlet.jsp</groupId>
|
|
|
|
<artifactId>jsp-api</artifactId>
|
|
|
|
<scope>compile</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>commons-el</groupId>
|
|
|
|
<artifactId>commons-el</artifactId>
|
|
|
|
<scope>compile</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>commons-logging</groupId>
|
|
|
|
<artifactId>commons-logging</artifactId>
|
|
|
|
<scope>compile</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>commons-logging</groupId>
|
|
|
|
<artifactId>commons-logging-api</artifactId>
|
|
|
|
<scope>compile</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>log4j</groupId>
|
|
|
|
<artifactId>log4j</artifactId>
|
|
|
|
<scope>compile</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>net.java.dev.jets3t</groupId>
|
|
|
|
<artifactId>jets3t</artifactId>
|
|
|
|
<scope>compile</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.mina</groupId>
|
|
|
|
<artifactId>mina-core</artifactId>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.ftpserver</groupId>
|
|
|
|
<artifactId>ftplet-api</artifactId>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.ftpserver</groupId>
|
|
|
|
<artifactId>ftpserver-core</artifactId>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.ftpserver</groupId>
|
|
|
|
<artifactId>ftpserver-deprecated</artifactId>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>junit</groupId>
|
|
|
|
<artifactId>junit</artifactId>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>commons-lang</groupId>
|
|
|
|
<artifactId>commons-lang</artifactId>
|
|
|
|
<scope>compile</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>commons-collections</groupId>
|
|
|
|
<artifactId>commons-collections</artifactId>
|
|
|
|
<scope>compile</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>commons-configuration</groupId>
|
|
|
|
<artifactId>commons-configuration</artifactId>
|
|
|
|
<scope>compile</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>hsqldb</groupId>
|
|
|
|
<artifactId>hsqldb</artifactId>
|
|
|
|
<scope>compile</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.slf4j</groupId>
|
|
|
|
<artifactId>slf4j-api</artifactId>
|
|
|
|
<scope>compile</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.slf4j</groupId>
|
|
|
|
<artifactId>slf4j-log4j12</artifactId>
|
|
|
|
<scope>compile</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jdt</groupId>
|
|
|
|
<artifactId>core</artifactId>
|
|
|
|
<scope>compile</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>oro</groupId>
|
|
|
|
<artifactId>oro</artifactId>
|
|
|
|
<scope>compile</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.codehaus.jackson</groupId>
|
|
|
|
<artifactId>jackson-mapper-asl</artifactId>
|
|
|
|
<scope>compile</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.aspectj</groupId>
|
|
|
|
<artifactId>aspectjrt</artifactId>
|
|
|
|
<scope>compile</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.mockito</groupId>
|
|
|
|
<artifactId>mockito-all</artifactId>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.hadoop</groupId>
|
|
|
|
<artifactId>avro</artifactId>
|
|
|
|
<scope>compile</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>net.sf.kosmosfs</groupId>
|
|
|
|
<artifactId>kfs</artifactId>
|
|
|
|
<scope>compile</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.ant</groupId>
|
|
|
|
<artifactId>ant</artifactId>
|
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.google.protobuf</groupId>
|
|
|
|
<artifactId>protobuf-java</artifactId>
|
|
|
|
<scope>compile</scope>
|
|
|
|
</dependency>
|
|
|
|
</dependencies>
|
|
|
|
|
|
|
|
<build>
|
|
|
|
<plugins>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-surefire-plugin</artifactId>
|
|
|
|
<configuration>
|
|
|
|
<forkMode>always</forkMode>
|
|
|
|
<forkedProcessTimeoutInSeconds>600</forkedProcessTimeoutInSeconds>
|
|
|
|
<argLine>-Xmx1024m</argLine>
|
|
|
|
<environmentVariables>
|
2011-08-03 22:22:49 +00:00
|
|
|
<LD_LIBRARY_PATH>${env.LD_LIBRARY_PATH}:${project.build.directory}/native/target/usr/local/lib</LD_LIBRARY_PATH>
|
2011-08-02 16:37:57 +00:00
|
|
|
</environmentVariables>
|
|
|
|
<systemPropertyVariables>
|
|
|
|
|
|
|
|
<!-- TODO: all references in testcases should be updated to this default -->
|
|
|
|
<test.build.data>${test.build.data}</test.build.data>
|
|
|
|
<test.build.webapps>${test.build.webapps}</test.build.webapps>
|
|
|
|
<test.cache.data>${test.cache.data}</test.cache.data>
|
|
|
|
<hadoop.log.dir>${hadoop.log.dir}</hadoop.log.dir>
|
|
|
|
<test.build.classes>${test.build.classes}</test.build.classes>
|
|
|
|
|
|
|
|
<java.net.preferIPv4Stack>true</java.net.preferIPv4Stack>
|
|
|
|
<java.security.krb5.conf>${basedir}/src/test/resources/krb5.conf</java.security.krb5.conf>
|
|
|
|
</systemPropertyVariables>
|
|
|
|
<includes>
|
|
|
|
<include>**/Test*.java</include>
|
|
|
|
</includes>
|
|
|
|
<excludes>
|
|
|
|
<exclude>**/${test.exclude}.java</exclude>
|
|
|
|
<exclude>${test.exclude.pattern}</exclude>
|
|
|
|
<exclude>**/Test*$*.java</exclude>
|
|
|
|
</excludes>
|
|
|
|
</configuration>
|
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-jar-plugin</artifactId>
|
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<phase>prepare-package</phase>
|
|
|
|
<goals>
|
|
|
|
<goal>jar</goal>
|
|
|
|
<goal>test-jar</goal>
|
|
|
|
</goals>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-source-plugin</artifactId>
|
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<phase>prepare-package</phase>
|
|
|
|
<goals>
|
|
|
|
<goal>jar</goal>
|
|
|
|
<goal>test-jar</goal>
|
|
|
|
</goals>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
|
|
|
<configuration>
|
|
|
|
<attach>true</attach>
|
|
|
|
</configuration>
|
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.codehaus.mojo</groupId>
|
|
|
|
<artifactId>findbugs-maven-plugin</artifactId>
|
|
|
|
<configuration>
|
|
|
|
<excludeFilterFile>${basedir}/dev-support/findbugsExcludeFile.xml</excludeFilterFile>
|
|
|
|
</configuration>
|
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-antrun-plugin</artifactId>
|
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<id>save-version</id>
|
|
|
|
<phase>generate-sources</phase>
|
|
|
|
<goals>
|
|
|
|
<goal>run</goal>
|
|
|
|
</goals>
|
|
|
|
<configuration>
|
|
|
|
<target>
|
2011-08-03 17:13:24 +00:00
|
|
|
<mkdir dir="${project.build.directory}/generated-sources/java"/>
|
2011-08-02 16:37:57 +00:00
|
|
|
<exec executable="sh">
|
|
|
|
<arg
|
2011-08-03 17:13:24 +00:00
|
|
|
line="${basedir}/dev-support/saveVersion.sh ${project.version} ${project.build.directory}/generated-sources/java"/>
|
2011-08-02 16:37:57 +00:00
|
|
|
</exec>
|
|
|
|
</target>
|
|
|
|
</configuration>
|
|
|
|
</execution>
|
|
|
|
<execution>
|
|
|
|
<id>generate-test-sources</id>
|
|
|
|
<phase>generate-test-sources</phase>
|
|
|
|
<goals>
|
|
|
|
<goal>run</goal>
|
|
|
|
</goals>
|
|
|
|
<configuration>
|
|
|
|
<target>
|
|
|
|
|
2011-08-03 17:13:24 +00:00
|
|
|
<mkdir dir="${project.build.directory}/generated-test-sources/java"/>
|
2011-08-02 16:37:57 +00:00
|
|
|
|
|
|
|
<taskdef name="recordcc" classname="org.apache.hadoop.record.compiler.ant.RccTask">
|
|
|
|
<classpath refid="maven.compile.classpath"/>
|
|
|
|
</taskdef>
|
2011-08-03 17:13:24 +00:00
|
|
|
<recordcc destdir="${project.build.directory}/generated-test-sources/java">
|
2011-08-02 16:37:57 +00:00
|
|
|
<fileset dir="${basedir}/src/test/ddl" includes="**/*.jr"/>
|
|
|
|
</recordcc>
|
|
|
|
|
|
|
|
<taskdef name="schema" classname="org.apache.avro.specific.SchemaTask">
|
|
|
|
<classpath refid="maven.test.classpath"/>
|
|
|
|
</taskdef>
|
2011-08-03 17:13:24 +00:00
|
|
|
<schema destdir="${project.build.directory}/generated-test-sources/java">
|
2011-08-02 16:37:57 +00:00
|
|
|
<fileset dir="${basedir}/src/test">
|
|
|
|
<include name="**/*.avsc"/>
|
|
|
|
</fileset>
|
|
|
|
</schema>
|
|
|
|
|
|
|
|
<taskdef name="schema" classname="org.apache.avro.specific.ProtocolTask">
|
|
|
|
<classpath refid="maven.test.classpath"/>
|
|
|
|
</taskdef>
|
2011-08-03 17:13:24 +00:00
|
|
|
<schema destdir="${project.build.directory}/generated-test-sources/java">
|
2011-08-02 16:37:57 +00:00
|
|
|
<fileset dir="${basedir}/src/test">
|
|
|
|
<include name="**/*.avpr"/>
|
|
|
|
</fileset>
|
|
|
|
</schema>
|
|
|
|
</target>
|
|
|
|
</configuration>
|
|
|
|
</execution>
|
|
|
|
<execution>
|
|
|
|
<id>create-log-dir</id>
|
|
|
|
<phase>process-test-resources</phase>
|
|
|
|
<goals>
|
|
|
|
<goal>run</goal>
|
|
|
|
</goals>
|
|
|
|
<configuration>
|
|
|
|
<target>
|
|
|
|
<!--
|
|
|
|
TODO: there are tests (TestLocalFileSystem#testCopy) that fail if data
|
|
|
|
TODO: from a previous run is present
|
|
|
|
-->
|
|
|
|
<delete dir="${test.build.data}"/>
|
|
|
|
<mkdir dir="${hadoop.log.dir}"/>
|
|
|
|
|
|
|
|
<copy toDir="${project.build.directory}/test-classes">
|
|
|
|
<fileset dir="${basedir}/src/main/conf"/>
|
|
|
|
</copy>
|
|
|
|
</target>
|
|
|
|
</configuration>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.codehaus.mojo</groupId>
|
|
|
|
<artifactId>build-helper-maven-plugin</artifactId>
|
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<id>add-source</id>
|
|
|
|
<phase>generate-sources</phase>
|
|
|
|
<goals>
|
|
|
|
<goal>add-source</goal>
|
|
|
|
</goals>
|
|
|
|
<configuration>
|
|
|
|
<sources>
|
2011-08-03 17:13:24 +00:00
|
|
|
<source>${project.build.directory}/generated-sources/java</source>
|
2011-08-02 16:37:57 +00:00
|
|
|
</sources>
|
|
|
|
</configuration>
|
|
|
|
</execution>
|
|
|
|
<execution>
|
|
|
|
<id>add-test-source</id>
|
|
|
|
<phase>generate-test-sources</phase>
|
|
|
|
<goals>
|
|
|
|
<goal>add-test-source</goal>
|
|
|
|
</goals>
|
|
|
|
<configuration>
|
|
|
|
<sources>
|
2011-08-03 17:13:24 +00:00
|
|
|
<source>${project.build.directory}/generated-test-sources/java</source>
|
2011-08-02 16:37:57 +00:00
|
|
|
</sources>
|
|
|
|
</configuration>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-checkstyle-plugin</artifactId>
|
|
|
|
<configuration>
|
|
|
|
<configLocation>file://${basedir}/dev-support/checkstyle.xml</configLocation>
|
|
|
|
<failOnViolation>false</failOnViolation>
|
|
|
|
<format>xml</format>
|
|
|
|
<format>html</format>
|
|
|
|
<outputFile>${project.build.directory}/test/checkstyle-errors.xml</outputFile>
|
|
|
|
</configuration>
|
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.rat</groupId>
|
|
|
|
<artifactId>apache-rat-plugin</artifactId>
|
|
|
|
<configuration>
|
|
|
|
<excludes>
|
|
|
|
<exclude>CHANGES.txt</exclude>
|
|
|
|
<exclude>.idea/**</exclude>
|
|
|
|
<exclude>src/main/conf/*</exclude>
|
|
|
|
<exclude>src/main/docs/**</exclude>
|
|
|
|
<exclude>dev-support/jdiff/**</exclude>
|
|
|
|
<exclude>src/main/native/*</exclude>
|
|
|
|
<exclude>src/main/native/config/*</exclude>
|
|
|
|
<exclude>src/main/resources/META-INF/services/org.apache.hadoop.security.SecurityInfo</exclude>
|
|
|
|
<exclude>src/main/native/m4/*</exclude>
|
|
|
|
<exclude>src/test/empty-file</exclude>
|
|
|
|
<exclude>src/test/all-tests</exclude>
|
|
|
|
</excludes>
|
|
|
|
</configuration>
|
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-javadoc-plugin</artifactId>
|
|
|
|
<configuration>
|
|
|
|
<linksource>true</linksource>
|
|
|
|
<quiet>true</quiet>
|
|
|
|
<verbose>false</verbose>
|
|
|
|
<source>${maven.compile.source}</source>
|
|
|
|
<charset>${maven.compile.encoding}</charset>
|
|
|
|
<reportOutputDirectory>${project.build.directory}/site</reportOutputDirectory>
|
|
|
|
<destDir>api</destDir>
|
|
|
|
<groups>
|
|
|
|
<group>
|
|
|
|
<title>${project.name} API</title>
|
|
|
|
<packages>org.apache.hadoop*</packages>
|
|
|
|
</group>
|
|
|
|
</groups>
|
|
|
|
<doclet>org.apache.hadoop.classification.tools.ExcludePrivateAnnotationsStandardDoclet</doclet>
|
|
|
|
<docletArtifacts>
|
|
|
|
<docletArtifact>
|
|
|
|
<groupId>org.apache.hadoop</groupId>
|
|
|
|
<artifactId>hadoop-annotations</artifactId>
|
|
|
|
<version>${project.version}</version>
|
|
|
|
</docletArtifact>
|
|
|
|
</docletArtifacts>
|
|
|
|
<useStandardDocletOptions>true</useStandardDocletOptions>
|
|
|
|
|
|
|
|
<!-- switch on dependency-driven aggregation -->
|
|
|
|
<includeDependencySources>true</includeDependencySources>
|
|
|
|
|
|
|
|
<dependencySourceIncludes>
|
|
|
|
<!-- include ONLY dependencies I control -->
|
|
|
|
<dependencySourceInclude>org.apache.hadoop:hadoop-annotations</dependencySourceInclude>
|
|
|
|
</dependencySourceIncludes>
|
|
|
|
|
|
|
|
</configuration>
|
|
|
|
</plugin>
|
|
|
|
</plugins>
|
|
|
|
</build>
|
|
|
|
|
|
|
|
<profiles>
|
|
|
|
<profile>
|
|
|
|
<id>native</id>
|
|
|
|
<activation>
|
|
|
|
<activeByDefault>false</activeByDefault>
|
|
|
|
</activation>
|
|
|
|
<properties>
|
|
|
|
<snappy.prefix>/usr/local</snappy.prefix>
|
|
|
|
<snappy.lib>${snappy.prefix}/lib</snappy.lib>
|
|
|
|
<snappy.include>${snappy.prefix}/include</snappy.include>
|
|
|
|
</properties>
|
|
|
|
<build>
|
|
|
|
<plugins>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-antrun-plugin</artifactId>
|
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<id>compile</id>
|
|
|
|
<phase>compile</phase>
|
|
|
|
<goals>
|
|
|
|
<goal>run</goal>
|
|
|
|
</goals>
|
|
|
|
<configuration>
|
|
|
|
<target>
|
|
|
|
<mkdir dir="${project.build.directory}/native/javah"/>
|
|
|
|
<copy toDir="${project.build.directory}/native">
|
|
|
|
<fileset dir="${basedir}/src/main/native"/>
|
|
|
|
</copy>
|
|
|
|
<mkdir dir="${project.build.directory}/native/m4"/>
|
|
|
|
</target>
|
|
|
|
</configuration>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.codehaus.mojo</groupId>
|
|
|
|
<artifactId>native-maven-plugin</artifactId>
|
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<phase>compile</phase>
|
|
|
|
<goals>
|
|
|
|
<goal>javah</goal>
|
|
|
|
</goals>
|
|
|
|
<configuration>
|
|
|
|
<javahPath>${env.JAVA_HOME}/bin/javah</javahPath>
|
|
|
|
<javahClassNames>
|
|
|
|
<javahClassName>org.apache.hadoop.io.compress.zlib.ZlibCompressor</javahClassName>
|
|
|
|
<javahClassName>org.apache.hadoop.io.compress.zlib.ZlibDecompressor</javahClassName>
|
|
|
|
<javahClassName>org.apache.hadoop.security.JniBasedUnixGroupsMapping</javahClassName>
|
|
|
|
<javahClassName>org.apache.hadoop.io.nativeio.NativeIO</javahClassName>
|
|
|
|
<javahClassName>org.apache.hadoop.security.JniBasedUnixGroupsNetgroupMapping</javahClassName>
|
|
|
|
<javahClassName>org.apache.hadoop.io.compress.snappy.SnappyCompressor</javahClassName>
|
|
|
|
<javahClassName>org.apache.hadoop.io.compress.snappy.SnappyDecompressor</javahClassName>
|
|
|
|
</javahClassNames>
|
|
|
|
<javahOutputDirectory>${project.build.directory}/native/javah</javahOutputDirectory>
|
|
|
|
</configuration>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.codehaus.mojo</groupId>
|
|
|
|
<artifactId>make-maven-plugin</artifactId>
|
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<id>compile</id>
|
|
|
|
<phase>compile</phase>
|
|
|
|
<goals>
|
|
|
|
<goal>autoreconf</goal>
|
|
|
|
<goal>configure</goal>
|
|
|
|
<goal>make-install</goal>
|
|
|
|
</goals>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
|
|
|
<configuration>
|
|
|
|
<!-- autoreconf settings -->
|
|
|
|
<workDir>${project.build.directory}/native</workDir>
|
|
|
|
<arguments>
|
|
|
|
<argument>-i</argument>
|
|
|
|
<argument>-f</argument>
|
|
|
|
</arguments>
|
|
|
|
|
|
|
|
<!-- configure settings -->
|
|
|
|
<configureEnvironment>
|
|
|
|
<property>
|
|
|
|
<name>OS_NAME</name>
|
|
|
|
<value>${os.name}</value>
|
|
|
|
</property>
|
|
|
|
<property>
|
|
|
|
<name>OS_ARCH</name>
|
|
|
|
<value>${os.arch}</value>
|
|
|
|
</property>
|
|
|
|
<property>
|
|
|
|
<name>JVM_DATA_MODEL</name>
|
|
|
|
<value>${sun.arch.data.model}</value>
|
|
|
|
</property>
|
|
|
|
</configureEnvironment>
|
|
|
|
<configureOptions>
|
|
|
|
<configureOption>CPPFLAGS=-I${snappy.include}</configureOption>
|
|
|
|
<configureOption>LDFLAGS=-L${snappy.lib}</configureOption>
|
|
|
|
</configureOptions>
|
|
|
|
<configureWorkDir>${project.build.directory}/native</configureWorkDir>
|
|
|
|
<prefix>/usr/local</prefix>
|
|
|
|
|
|
|
|
<!-- make settings -->
|
|
|
|
<installEnvironment>
|
|
|
|
<property>
|
|
|
|
<name>OS_NAME</name>
|
|
|
|
<value>${os.name}</value>
|
|
|
|
</property>
|
|
|
|
<property>
|
|
|
|
<name>OS_ARCH</name>
|
|
|
|
<value>${os.arch}</value>
|
|
|
|
</property>
|
|
|
|
<property>
|
|
|
|
<name>JVM_DATA_MODEL</name>
|
|
|
|
<value>${sun.arch.data.model}</value>
|
|
|
|
</property>
|
|
|
|
<property>
|
|
|
|
<name>HADOOP_NATIVE_SRCDIR</name>
|
|
|
|
<value>${project.build.directory}/native</value>
|
|
|
|
</property>
|
|
|
|
</installEnvironment>
|
|
|
|
|
|
|
|
<!-- configure & make settings -->
|
|
|
|
<destDir>${project.build.directory}/native/target</destDir>
|
|
|
|
|
|
|
|
</configuration>
|
|
|
|
</plugin>
|
|
|
|
</plugins>
|
|
|
|
</build>
|
|
|
|
</profile>
|
|
|
|
|
|
|
|
<profile>
|
|
|
|
<id>docs</id>
|
|
|
|
<activation>
|
|
|
|
<activeByDefault>false</activeByDefault>
|
|
|
|
</activation>
|
|
|
|
<properties>
|
|
|
|
<jdiff.stable.api>0.20.2</jdiff.stable.api>
|
|
|
|
<jdiff.stability>-unstable</jdiff.stability>
|
|
|
|
<jdiff.compatibility></jdiff.compatibility>
|
|
|
|
<jdiff.javadoc.maxmemory>512m</jdiff.javadoc.maxmemory>
|
|
|
|
</properties>
|
|
|
|
<build>
|
|
|
|
<plugins>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-javadoc-plugin</artifactId>
|
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<goals>
|
|
|
|
<goal>javadoc</goal>
|
|
|
|
</goals>
|
|
|
|
<phase>prepare-package</phase>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.codehaus.mojo</groupId>
|
|
|
|
<artifactId>findbugs-maven-plugin</artifactId>
|
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<goals>
|
|
|
|
<goal>findbugs</goal>
|
|
|
|
</goals>
|
|
|
|
<phase>prepare-package</phase>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
|
|
|
<configuration>
|
|
|
|
<excludeFilterFile>${basedir}/dev-support/findbugsExcludeFile.xml</excludeFilterFile>
|
|
|
|
</configuration>
|
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-dependency-plugin</artifactId>
|
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<id>site</id>
|
|
|
|
<phase>prepare-package</phase>
|
|
|
|
<goals>
|
|
|
|
<goal>copy</goal>
|
|
|
|
</goals>
|
|
|
|
<configuration>
|
|
|
|
<artifactItems>
|
|
|
|
<artifactItem>
|
|
|
|
<groupId>jdiff</groupId>
|
|
|
|
<artifactId>jdiff</artifactId>
|
|
|
|
<version>${jdiff.version}</version>
|
|
|
|
<overWrite>false</overWrite>
|
|
|
|
<outputDirectory>${project.build.directory}</outputDirectory>
|
|
|
|
<destFileName>jdiff.jar</destFileName>
|
|
|
|
</artifactItem>
|
|
|
|
<artifactItem>
|
|
|
|
<groupId>org.apache.hadoop</groupId>
|
|
|
|
<artifactId>hadoop-annotations</artifactId>
|
|
|
|
<version>${hadoop.annotations.version}</version>
|
|
|
|
<overWrite>false</overWrite>
|
|
|
|
<outputDirectory>${project.build.directory}</outputDirectory>
|
|
|
|
<destFileName>hadoop-annotations.jar</destFileName>
|
|
|
|
</artifactItem>
|
|
|
|
</artifactItems>
|
|
|
|
</configuration>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-antrun-plugin</artifactId>
|
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<id>site</id>
|
|
|
|
<phase>prepare-package</phase>
|
|
|
|
<goals>
|
|
|
|
<goal>run</goal>
|
|
|
|
</goals>
|
|
|
|
<configuration>
|
|
|
|
<target>
|
|
|
|
|
|
|
|
<mkdir dir="${project.build.directory}/docs-src"/>
|
|
|
|
|
|
|
|
<copy todir="${project.build.directory}/docs-src">
|
|
|
|
<fileset dir="${basedir}/src/main/docs"/>
|
|
|
|
</copy>
|
|
|
|
|
|
|
|
<!-- Docs -->
|
|
|
|
<exec dir="${project.build.directory}/docs-src"
|
|
|
|
executable="${env.FORREST_HOME}/bin/forrest"
|
|
|
|
failonerror="true">
|
|
|
|
</exec>
|
|
|
|
<copy todir="${project.build.directory}/site">
|
|
|
|
<fileset dir="${project.build.directory}/docs-src/build/site"/>
|
|
|
|
</copy>
|
|
|
|
<copy file="${project.build.directory}/docs-src/releasenotes.html"
|
|
|
|
todir="${project.build.directory}/site"/>
|
|
|
|
<style basedir="${basedir}/src/main/resources"
|
|
|
|
destdir="${project.build.directory}/site"
|
|
|
|
includes="core-default.xml"
|
|
|
|
style="${basedir}/src/main/xsl/configuration.xsl"/>
|
|
|
|
|
|
|
|
<!-- Convert 'CHANGES.txt' to 'changes.html" -->
|
|
|
|
<exec executable="perl" input="${basedir}/../CHANGES.txt"
|
|
|
|
output="${project.build.directory}/site/changes.html"
|
|
|
|
failonerror="true">
|
|
|
|
<arg value="${project.build.directory}/docs-src/changes/changes2html.pl"/>
|
|
|
|
</exec>
|
|
|
|
<copy todir="${project.build.directory}/site">
|
|
|
|
<fileset dir="${project.build.directory}/docs-src/changes" includes="*.css"/>
|
|
|
|
</copy>
|
|
|
|
|
|
|
|
<!-- Jdiff -->
|
|
|
|
<mkdir dir="${project.build.directory}/site/jdiff/xml"/>
|
|
|
|
|
|
|
|
<javadoc maxmemory="${jdiff.javadoc.maxmemory}" verbose="yes">
|
|
|
|
<doclet name="org.apache.hadoop.classification.tools.ExcludePrivateAnnotationsJDiffDoclet"
|
|
|
|
path="${project.build.directory}/hadoop-annotations.jar:${project.build.directory}/jdiff.jar">
|
|
|
|
<param name="-apidir" value="${project.build.directory}/site/jdiff/xml"/>
|
|
|
|
<param name="-apiname" value="hadoop-core ${project.version}"/>
|
|
|
|
<param name="${jdiff.stability}"/>
|
|
|
|
</doclet>
|
|
|
|
<packageset dir="${basedir}/src/main/java"/>
|
|
|
|
<classpath>
|
|
|
|
<path refid="maven.compile.classpath"/>
|
|
|
|
</classpath>
|
|
|
|
</javadoc>
|
|
|
|
<javadoc sourcepath="${basedir}/src/main/java"
|
|
|
|
destdir="${project.build.directory}/site/jdiff/xml"
|
|
|
|
sourceFiles="${basedir}/dev-support/jdiff/Null.java"
|
|
|
|
maxmemory="${jdiff.javadoc.maxmemory}">
|
|
|
|
<doclet name="org.apache.hadoop.classification.tools.ExcludePrivateAnnotationsJDiffDoclet"
|
|
|
|
path="${project.build.directory}/hadoop-annotations.jar:${project.build.directory}/jdiff.jar">
|
|
|
|
<param name="-oldapi" value="hadoop-core ${jdiff.stable.api}"/>
|
|
|
|
<param name="-newapi" value="hadoop-core ${project.version}"/>
|
|
|
|
<param name="-oldapidir" value="${basedir}/dev-support/jdiff"/>
|
|
|
|
<param name="-newapidir" value="${project.build.directory}/site/jdiff/xml"/>
|
|
|
|
<param name="-javadocold"
|
|
|
|
value="http://hadoop.apache.org/docs/${jdiff.stable.api}/api/"/>
|
|
|
|
<param name="-javadocnew" value="${project.build.directory}/site/api"/>
|
|
|
|
<param name="-stats"/>
|
|
|
|
<param name="${jdiff.stability}"/>
|
|
|
|
<param name="${jdiff.compatibility}"/>
|
|
|
|
</doclet>
|
|
|
|
<classpath>
|
|
|
|
<path refid="maven.compile.classpath"/>
|
|
|
|
</classpath>
|
|
|
|
</javadoc>
|
|
|
|
|
|
|
|
<xslt style="${env.FINDBUGS_HOME}/src/xsl/default.xsl"
|
|
|
|
in="${project.build.directory}/findbugsXml.xml"
|
|
|
|
out="${project.build.directory}/site/findbugs.html"/>
|
|
|
|
|
|
|
|
</target>
|
|
|
|
</configuration>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
|
|
|
</plugin>
|
|
|
|
</plugins>
|
|
|
|
</build>
|
|
|
|
</profile>
|
|
|
|
|
|
|
|
<profile>
|
|
|
|
<id>src</id>
|
|
|
|
<activation>
|
|
|
|
<activeByDefault>false</activeByDefault>
|
|
|
|
</activation>
|
|
|
|
<build>
|
|
|
|
<plugins>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-assembly-plugin</artifactId>
|
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.hadoop</groupId>
|
|
|
|
<artifactId>hadoop-assemblies</artifactId>
|
|
|
|
<version>${hadoop.assemblies.version}</version>
|
|
|
|
</dependency>
|
|
|
|
</dependencies>
|
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<id>pre-tar-src</id>
|
|
|
|
<phase>prepare-package</phase>
|
|
|
|
<goals>
|
|
|
|
<goal>single</goal>
|
|
|
|
</goals>
|
|
|
|
<configuration>
|
|
|
|
<appendAssemblyId>false</appendAssemblyId>
|
|
|
|
<attach>false</attach>
|
|
|
|
<finalName>${project.artifactId}-${project.version}</finalName>
|
|
|
|
<descriptorRefs>
|
|
|
|
<descriptorRef>hadoop-src</descriptorRef>
|
|
|
|
</descriptorRefs>
|
|
|
|
</configuration>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
|
|
|
</plugin>
|
|
|
|
</plugins>
|
|
|
|
</build>
|
|
|
|
</profile>
|
|
|
|
|
|
|
|
<profile>
|
|
|
|
<id>tar</id>
|
|
|
|
<activation>
|
|
|
|
<activeByDefault>false</activeByDefault>
|
|
|
|
</activation>
|
|
|
|
<build>
|
|
|
|
<plugins>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-antrun-plugin</artifactId>
|
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<id>pre-tar</id>
|
|
|
|
<phase>prepare-package</phase>
|
|
|
|
<goals>
|
|
|
|
<goal>run</goal>
|
|
|
|
</goals>
|
|
|
|
<configuration>
|
|
|
|
<target>
|
|
|
|
<!-- Using Unix script to preserve symlinks -->
|
|
|
|
<echo file="${project.build.directory}/tar-copynativelibs.sh">
|
|
|
|
|
|
|
|
TAR='tar cf -'
|
|
|
|
UNTAR='tar xfBp -'
|
|
|
|
LIB_DIR="${project.build.directory}/native/target/usr/local/lib"
|
|
|
|
if [ -d $${LIB_DIR} ] ; then
|
|
|
|
TARGET_DIR="${project.build.directory}/${project.artifactId}-${project.version}/lib/native/${build.platform}"
|
|
|
|
mkdir -p $${TARGET_DIR}
|
|
|
|
cd $${LIB_DIR}
|
|
|
|
$$TAR *hadoop* | (cd $${TARGET_DIR}/; $$UNTAR)
|
|
|
|
if [ "${bundle.snappy}" = "true" ] ; then
|
|
|
|
cd ${snappy.lib}
|
|
|
|
$$TAR *snappy* | (cd $${TARGET_DIR}/; $$UNTAR)
|
|
|
|
fi
|
|
|
|
fi
|
|
|
|
</echo>
|
|
|
|
<exec executable="sh" dir="${project.build.directory}" failonerror="true">
|
|
|
|
<arg line="./tar-copynativelibs.sh"/>
|
|
|
|
</exec>
|
|
|
|
</target>
|
|
|
|
</configuration>
|
|
|
|
</execution>
|
|
|
|
<execution>
|
|
|
|
<id>tar</id>
|
|
|
|
<phase>package</phase>
|
|
|
|
<goals>
|
|
|
|
<goal>run</goal>
|
|
|
|
</goals>
|
|
|
|
<configuration>
|
|
|
|
<target>
|
|
|
|
<!-- Using Unix tar to preserve symlinks -->
|
|
|
|
<exec executable="tar" dir="${project.build.directory}" failonerror="yes">
|
|
|
|
<arg value="czf"/>
|
|
|
|
<arg value="${project.build.directory}/${project.artifactId}-${project.version}.tar.gz"/>
|
|
|
|
<arg value="${project.artifactId}-${project.version}"/>
|
|
|
|
</exec>
|
|
|
|
</target>
|
|
|
|
</configuration>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-assembly-plugin</artifactId>
|
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.hadoop</groupId>
|
|
|
|
<artifactId>hadoop-assemblies</artifactId>
|
|
|
|
<version>${hadoop.assemblies.version}</version>
|
|
|
|
</dependency>
|
|
|
|
</dependencies>
|
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<id>pre-tar</id>
|
|
|
|
<phase>prepare-package</phase>
|
|
|
|
<goals>
|
|
|
|
<goal>single</goal>
|
|
|
|
</goals>
|
|
|
|
<configuration>
|
|
|
|
<appendAssemblyId>false</appendAssemblyId>
|
|
|
|
<attach>false</attach>
|
|
|
|
<finalName>${project.artifactId}-${project.version}</finalName>
|
|
|
|
<descriptorRefs>
|
|
|
|
<descriptorRef>hadoop-tar</descriptorRef>
|
|
|
|
</descriptorRefs>
|
|
|
|
</configuration>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
|
|
|
</plugin>
|
|
|
|
</plugins>
|
|
|
|
</build>
|
|
|
|
</profile>
|
|
|
|
|
|
|
|
<profile>
|
|
|
|
<id>bintar</id>
|
|
|
|
<activation>
|
|
|
|
<activeByDefault>false</activeByDefault>
|
|
|
|
</activation>
|
|
|
|
<build>
|
|
|
|
<plugins>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-antrun-plugin</artifactId>
|
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<id>pre-bintar</id>
|
|
|
|
<phase>prepare-package</phase>
|
|
|
|
<goals>
|
|
|
|
<goal>run</goal>
|
|
|
|
</goals>
|
|
|
|
<configuration>
|
|
|
|
<target>
|
|
|
|
<!-- Using Unix script to preserve symlinks -->
|
|
|
|
<echo file="${project.build.directory}/bintar-copynativelibs.sh">
|
|
|
|
|
|
|
|
TAR='tar cf -'
|
|
|
|
UNTAR='tar xfBp -'
|
|
|
|
LIB_DIR="${project.build.directory}/native/target/usr/local/lib"
|
|
|
|
if [ -d $${LIB_DIR} ] ; then
|
|
|
|
TARGET_DIR="${project.build.directory}/${project.artifactId}-${project.version}-bin/lib"
|
|
|
|
mkdir -p $${TARGET_DIR}
|
|
|
|
cd $${LIB_DIR}
|
|
|
|
$$TAR *hadoop* | (cd $${TARGET_DIR}/; $$UNTAR)
|
|
|
|
if [ "${bundle.snappy}" = "true" ] ; then
|
|
|
|
cd ${snappy.lib}
|
|
|
|
$$TAR *snappy* | (cd $${TARGET_DIR}/; $$UNTAR)
|
|
|
|
fi
|
|
|
|
fi
|
|
|
|
</echo>
|
|
|
|
<exec executable="sh" dir="${project.build.directory}" failonerror="true">
|
|
|
|
<arg line="./bintar-copynativelibs.sh"/>
|
|
|
|
</exec>
|
|
|
|
</target>
|
|
|
|
</configuration>
|
|
|
|
</execution>
|
|
|
|
<execution>
|
|
|
|
<id>bintar</id>
|
|
|
|
<phase>package</phase>
|
|
|
|
<goals>
|
|
|
|
<goal>run</goal>
|
|
|
|
</goals>
|
|
|
|
<configuration>
|
|
|
|
<target>
|
|
|
|
<!-- Using Unix tar to preserve symlinks -->
|
|
|
|
<exec executable="tar" dir="${project.build.directory}" failonerror="yes">
|
|
|
|
<arg value="czf"/>
|
|
|
|
<arg value="${project.build.directory}/${project.artifactId}-${project.version}-bin.tar.gz"/>
|
|
|
|
<arg value="${project.artifactId}-${project.version}-bin"/>
|
|
|
|
</exec>
|
|
|
|
</target>
|
|
|
|
</configuration>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-assembly-plugin</artifactId>
|
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.hadoop</groupId>
|
|
|
|
<artifactId>hadoop-assemblies</artifactId>
|
|
|
|
<version>${hadoop.assemblies.version}</version>
|
|
|
|
</dependency>
|
|
|
|
</dependencies>
|
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<id>pre-bintar</id>
|
|
|
|
<phase>prepare-package</phase>
|
|
|
|
<goals>
|
|
|
|
<goal>single</goal>
|
|
|
|
</goals>
|
|
|
|
<configuration>
|
|
|
|
<appendAssemblyId>false</appendAssemblyId>
|
|
|
|
<attach>false</attach>
|
|
|
|
<finalName>${project.artifactId}-${project.version}-bin</finalName>
|
|
|
|
<descriptorRefs>
|
|
|
|
<descriptorRef>hadoop-bintar</descriptorRef>
|
|
|
|
</descriptorRefs>
|
|
|
|
</configuration>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
|
|
|
</plugin>
|
|
|
|
</plugins>
|
|
|
|
</build>
|
|
|
|
</profile>
|
|
|
|
</profiles>
|
|
|
|
</project>
|