Repository: sqoop Updated Branches: refs/heads/sqoop2 ede322199 -> efb81c417
SQOOP-2668. Sqoop2: Doc: Build documentation only in binary profile (Jarcec via Hari) Project: http://git-wip-us.apache.org/repos/asf/sqoop/repo Commit: http://git-wip-us.apache.org/repos/asf/sqoop/commit/efb81c41 Tree: http://git-wip-us.apache.org/repos/asf/sqoop/tree/efb81c41 Diff: http://git-wip-us.apache.org/repos/asf/sqoop/diff/efb81c41 Branch: refs/heads/sqoop2 Commit: efb81c41774c370b28bf4928998f8daca2e7df6a Parents: ede3221 Author: Hari Shreedharan <[email protected]> Authored: Thu Nov 12 11:47:34 2015 -0800 Committer: Hari Shreedharan <[email protected]> Committed: Thu Nov 12 11:47:34 2015 -0800 ---------------------------------------------------------------------- docs/pom.xml | 10 ---------- 1 file changed, 10 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/sqoop/blob/efb81c41/docs/pom.xml ---------------------------------------------------------------------- diff --git a/docs/pom.xml b/docs/pom.xml index 68e339b..079e896 100644 --- a/docs/pom.xml +++ b/docs/pom.xml @@ -39,16 +39,6 @@ limitations under the License. </dependency> </dependencies> - - <reporting> - <plugins> - <plugin> - <groupId>org.tomdz.maven</groupId> - <artifactId>sphinx-maven-plugin</artifactId> - <version>1.0.2</version> - </plugin> - </plugins> - </reporting> <profiles> <profile> <id>binary</id>
