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

SQOOP-2122: Sqoop2: Build documentation only in binary packaging profile

(Jarek Jarcec Cecho via Abraham Elmahrek)
This commit is contained in:
Abraham Elmahrek 2015-02-20 15:55:38 -08:00
parent d827de843a
commit cbf95514e1

View File

@ -51,12 +51,9 @@ limitations under the License.
</reporting> </reporting>
<profiles> <profiles>
<profile> <profile>
<id>maven-3</id> <id>binary</id>
<activation> <activation>
<file> <activeByDefault>false</activeByDefault>
<!-- This employs that the basedir expression is only recognized by Maven 3.x (see MNG-2363) -->
<exists>${basedir}</exists>
</file>
</activation> </activation>
<build> <build>
<plugins> <plugins>