You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hama.apache.org by to...@apache.org on 2013/07/12 09:08:55 UTC

svn commit: r1502445 - /hama/trunk/pom.xml

Author: tommaso
Date: Fri Jul 12 07:08:54 2013
New Revision: 1502445

URL: http://svn.apache.org/r1502445
Log:
HAMA-778 - added hadoop1 as default profile

Modified:
    hama/trunk/pom.xml

Modified: hama/trunk/pom.xml
URL: http://svn.apache.org/viewvc/hama/trunk/pom.xml?rev=1502445&r1=1502444&r2=1502445&view=diff
==============================================================================
--- hama/trunk/pom.xml (original)
+++ hama/trunk/pom.xml Fri Jul 12 07:08:54 2013
@@ -104,6 +104,9 @@
   <profiles>
     <profile>
       <id>hadoop1</id>
+      <activation>
+        <activeByDefault>true</activeByDefault>
+      </activation>
       <dependencies>
         <!-- build for Hadoop 1.x -->
         <dependency>
@@ -354,6 +357,7 @@
             <exclude>.git/**</exclude>
             <exclude>**/.classpath/**</exclude>
             <exclude>**/.project</exclude>
+            <exclude>**/*.iml</exclude>
             <exclude>**/.settings/**</exclude>
             <exclude>**/*.asc</exclude>
             <exclude>**/dependency-reduced-pom.xml</exclude>