5
0
mirror of https://github.com/apache/sqoop.git synced 2025-05-08 12:01:09 +08:00

SQOOP-525. Enable dist package build by default.

(Bilung Lee via Jarek Jarcec Cecho)


git-svn-id: https://svn.apache.org/repos/asf/sqoop/branches/sqoop2@1367363 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jarek Jarcec Cecho 2012-07-30 23:26:57 +00:00
parent 51b539a1c6
commit 26efd11ada
2 changed files with 2 additions and 2 deletions

View File

@ -73,7 +73,7 @@ limitations under the License.
<profile>
<id>dist</id>
<activation>
<activeByDefault>false</activeByDefault>
<activeByDefault>true</activeByDefault>
</activation>
<build>
<plugins>

2
dist/pom.xml vendored
View File

@ -50,7 +50,7 @@ limitations under the License.
<profile>
<id>dist</id>
<activation>
<activeByDefault>false</activeByDefault>
<activeByDefault>true</activeByDefault>
</activation>
<build>
<plugins>