You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sqoop.apache.org by ja...@apache.org on 2012/07/31 01:26:58 UTC

svn commit: r1367363 - in /sqoop/branches/sqoop2: client/pom.xml dist/pom.xml

Author: jarcec
Date: Mon Jul 30 23:26:57 2012
New Revision: 1367363

URL: http://svn.apache.org/viewvc?rev=1367363&view=rev
Log:
SQOOP-525. Enable dist package build by default.

(Bilung Lee via Jarek Jarcec Cecho)

Modified:
    sqoop/branches/sqoop2/client/pom.xml
    sqoop/branches/sqoop2/dist/pom.xml

Modified: sqoop/branches/sqoop2/client/pom.xml
URL: http://svn.apache.org/viewvc/sqoop/branches/sqoop2/client/pom.xml?rev=1367363&r1=1367362&r2=1367363&view=diff
==============================================================================
--- sqoop/branches/sqoop2/client/pom.xml (original)
+++ sqoop/branches/sqoop2/client/pom.xml Mon Jul 30 23:26:57 2012
@@ -73,7 +73,7 @@ limitations under the License.
     <profile>
       <id>dist</id>
       <activation>
-        <activeByDefault>false</activeByDefault>
+        <activeByDefault>true</activeByDefault>
       </activation>
       <build>
         <plugins>

Modified: sqoop/branches/sqoop2/dist/pom.xml
URL: http://svn.apache.org/viewvc/sqoop/branches/sqoop2/dist/pom.xml?rev=1367363&r1=1367362&r2=1367363&view=diff
==============================================================================
--- sqoop/branches/sqoop2/dist/pom.xml (original)
+++ sqoop/branches/sqoop2/dist/pom.xml Mon Jul 30 23:26:57 2012
@@ -50,7 +50,7 @@ limitations under the License.
     <profile>
       <id>dist</id>
       <activation>
-        <activeByDefault>false</activeByDefault>
+        <activeByDefault>true</activeByDefault>
       </activation>
       <build>
         <plugins>