HBASE-10232 Remove native profile from hbase-shell (Elliot Clark)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1553260 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
11905287bc
commit
1fc969846c
|
@ -239,38 +239,6 @@
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
</profile>
|
</profile>
|
||||||
<profile>
|
|
||||||
<id>native</id>
|
|
||||||
<activation>
|
|
||||||
<activeByDefault>false</activeByDefault>
|
|
||||||
</activation>
|
|
||||||
<build>
|
|
||||||
<plugins>
|
|
||||||
<plugin>
|
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
|
||||||
<artifactId>maven-antrun-plugin</artifactId>
|
|
||||||
<executions>
|
|
||||||
<execution>
|
|
||||||
<id>make</id>
|
|
||||||
<phase>compile</phase>
|
|
||||||
<goals><goal>run</goal></goals>
|
|
||||||
<configuration>
|
|
||||||
<target>
|
|
||||||
<mkdir dir="${project.build.directory}/native"/>
|
|
||||||
<exec executable="cmake" dir="${project.build.directory}/native" failonerror="true">
|
|
||||||
<arg line="${basedir}/src/main/native -DJVM_ARCH_DATA_MODEL=${sun.arch.data.model}"/>
|
|
||||||
</exec>
|
|
||||||
<exec executable="make" dir="${project.build.directory}/native" failonerror="true">
|
|
||||||
<arg line="VERBOSE=1"/>
|
|
||||||
</exec>
|
|
||||||
</target>
|
|
||||||
</configuration>
|
|
||||||
</execution>
|
|
||||||
</executions>
|
|
||||||
</plugin>
|
|
||||||
</plugins>
|
|
||||||
</build>
|
|
||||||
</profile>
|
|
||||||
<!-- Profiles for building against different hadoop versions -->
|
<!-- Profiles for building against different hadoop versions -->
|
||||||
<!-- There are a lot of common dependencies used here, should investigate
|
<!-- There are a lot of common dependencies used here, should investigate
|
||||||
if we can combine these profiles somehow -->
|
if we can combine these profiles somehow -->
|
||||||
|
|
Loading…
Reference in New Issue