Updated Branches: refs/heads/sqoop2 5b2fbfd1c -> 694d181df
SQOOP-809: Remove old deprecated comments from distribution pom file (Jarek Jarcec Cecho via Cheolsoo Park) Project: http://git-wip-us.apache.org/repos/asf/sqoop/repo Commit: http://git-wip-us.apache.org/repos/asf/sqoop/commit/694d181d Tree: http://git-wip-us.apache.org/repos/asf/sqoop/tree/694d181d Diff: http://git-wip-us.apache.org/repos/asf/sqoop/diff/694d181d Branch: refs/heads/sqoop2 Commit: 694d181df7862e99a9c6f9c7d8483dc432dc2787 Parents: 5b2fbfd Author: Cheolsoo Park <[email protected]> Authored: Thu Jan 10 07:53:25 2013 -0800 Committer: Cheolsoo Park <[email protected]> Committed: Thu Jan 10 07:53:25 2013 -0800 ---------------------------------------------------------------------- dist/pom.xml | 6 +----- 1 files changed, 1 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/sqoop/blob/694d181d/dist/pom.xml ---------------------------------------------------------------------- diff --git a/dist/pom.xml b/dist/pom.xml index e053590..4ce8d52 100644 --- a/dist/pom.xml +++ b/dist/pom.xml @@ -51,10 +51,6 @@ limitations under the License. </dependency> </dependencies> - <!-- - TODO(jarcec): Binary tarball should publish build documentation - --> - <profiles> <!-- Build source distribution (activated by default) --> <profile> @@ -151,7 +147,7 @@ limitations under the License. </fileset> </copy> - <!-- Copy generated documentation (must be generated prior packing by calling mvn site!) --> + <!-- Copy generated documentation --> <copy todir="target/sqoop-${project.version}-bin-hadoop${hadoop.profile}/docs" includeEmptyDirs="false" flatten="false"> <fileset dir="../docs/target/site"> <include name="**/*" />
