Repository: sqoop Updated Branches: refs/heads/sqoop2 d827de843 -> cbf95514e
SQOOP-2122: Sqoop2: Build documentation only in binary packaging profile (Jarek Jarcec Cecho via Abraham Elmahrek) Project: http://git-wip-us.apache.org/repos/asf/sqoop/repo Commit: http://git-wip-us.apache.org/repos/asf/sqoop/commit/cbf95514 Tree: http://git-wip-us.apache.org/repos/asf/sqoop/tree/cbf95514 Diff: http://git-wip-us.apache.org/repos/asf/sqoop/diff/cbf95514 Branch: refs/heads/sqoop2 Commit: cbf95514e15b29037b503e909a7bd648adcc51cd Parents: d827de8 Author: Abraham Elmahrek <[email protected]> Authored: Fri Feb 20 15:55:38 2015 -0800 Committer: Abraham Elmahrek <[email protected]> Committed: Fri Feb 20 15:55:38 2015 -0800 ---------------------------------------------------------------------- docs/pom.xml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/sqoop/blob/cbf95514/docs/pom.xml ---------------------------------------------------------------------- diff --git a/docs/pom.xml b/docs/pom.xml index 7be68f0..567603b 100644 --- a/docs/pom.xml +++ b/docs/pom.xml @@ -51,12 +51,9 @@ limitations under the License. </reporting> <profiles> <profile> - <id>maven-3</id> + <id>binary</id> <activation> - <file> - <!-- This employs that the basedir expression is only recognized by Maven 3.x (see MNG-2363) --> - <exists>${basedir}</exists> - </file> + <activeByDefault>false</activeByDefault> </activation> <build> <plugins>
