You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flume.apache.org by es...@apache.org on 2011/08/12 02:48:50 UTC

svn commit: r1156917 - /incubator/flume/branches/flume-728/pom.xml

Author: esammer
Date: Fri Aug 12 00:48:50 2011
New Revision: 1156917

URL: http://svn.apache.org/viewvc?rev=1156917&view=rev
Log:
- Create a profile for ng. - Changed the name of the pom (breaks all modules) to be in the org.apache.flume namespace.

Modified:
    incubator/flume/branches/flume-728/pom.xml

Modified: incubator/flume/branches/flume-728/pom.xml
URL: http://svn.apache.org/viewvc/incubator/flume/branches/flume-728/pom.xml?rev=1156917&r1=1156916&r2=1156917&view=diff
==============================================================================
--- incubator/flume/branches/flume-728/pom.xml (original)
+++ incubator/flume/branches/flume-728/pom.xml Fri Aug 12 00:48:50 2011
@@ -2,8 +2,8 @@
   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 
   <modelVersion>4.0.0</modelVersion>
-  <groupId>com.cloudera</groupId>
-  <artifactId>flume</artifactId>
+  <groupId>org.apache.flume</groupId>
+  <artifactId>flume-parent</artifactId>
   <version>0.9.5-SNAPSHOT</version>
   <packaging>pom</packaging>
   <name>Flume</name>
@@ -66,11 +66,10 @@
       </activation>
       <modules>
         <module>flume-core</module>
-	<module>flume-microbenchmarks</module>
+        <module>flume-microbenchmarks</module>
       </modules>
     </profile>
 
-
     <!-- windows package build, docs not generated -->
     <profile>
       <id>windows</id>
@@ -84,6 +83,17 @@
       </modules>
     </profile>
 
+    <profile>
+      <id>ng</id>
+      <activation>
+        <activeByDefault>false</activeByDefault>
+      </activation>
+      <modules>
+        <module>flume-ng-core</module>
+        <module>flume-ng-node</module>
+      </modules>
+    </profile>
+
   </profiles>
 
   <inceptionYear>2009</inceptionYear>