Repository: hadoop
Updated Branches:
  refs/heads/HDFS-8707 85232c654 -> d43c9055c


HDFS-9340. libhdfspp fails to compile after HDFS-9207. Contributed by Haohui 
Mai.


Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo
Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/d43c9055
Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/d43c9055
Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/d43c9055

Branch: refs/heads/HDFS-8707
Commit: d43c9055c12f041686b60931f42c252618983a88
Parents: 85232c6
Author: Haohui Mai <whe...@apache.org>
Authored: Thu Oct 29 10:12:45 2015 -0700
Committer: Haohui Mai <whe...@apache.org>
Committed: Fri Oct 30 17:16:29 2015 -0700

----------------------------------------------------------------------
 hadoop-hdfs-project/hadoop-hdfs-client/pom.xml | 49 ---------------------
 1 file changed, 49 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hadoop/blob/d43c9055/hadoop-hdfs-project/hadoop-hdfs-client/pom.xml
----------------------------------------------------------------------
diff --git a/hadoop-hdfs-project/hadoop-hdfs-client/pom.xml 
b/hadoop-hdfs-project/hadoop-hdfs-client/pom.xml
index 79589b1..c70b890 100644
--- a/hadoop-hdfs-project/hadoop-hdfs-client/pom.xml
+++ b/hadoop-hdfs-project/hadoop-hdfs-client/pom.xml
@@ -134,53 +134,4 @@ http://maven.apache.org/xsd/maven-4.0.0.xsd";>
       </plugin>
     </plugins>
   </build>
-
-  <profiles>
-    <profile>
-      <id>native</id>
-      <activation>
-        <activeByDefault>false</activeByDefault>
-      </activation>
-      <properties>
-        <runningWithNative>true</runningWithNative>
-      </properties>
-      <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"/>
-                    </exec>
-                    <exec executable="make" 
dir="${project.build.directory}/native" failonerror="true"></exec>
-                  </target>
-                </configuration>
-              </execution>
-              <execution>
-                <id>native_tests</id>
-                <phase>test</phase>
-                <goals><goal>run</goal></goals>
-                <configuration>
-                  <skip>${skipTests}</skip>
-                  <target>
-                    <exec executable="make" 
dir="${project.build.directory}/native" failonerror="true">
-                      <arg line="test"/>
-                    </exec>
-                  </target>
-                </configuration>
-              </execution>
-            </executions>
-          </plugin>
-        </plugins>
-      </build>
-    </profile>
-  </profiles>
 </project>

Reply via email to