[
https://issues.apache.org/jira/browse/HBASE-15644?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15245972#comment-15245972
]
Appy commented on HBASE-15644:
------------------------------
I saw scala-tools url so i thought it was downloading an extra time. But now
that i notice closely, i see 3 "downloading" and 1 "downloaded" for each
dependency. Maybe mvn goes to each repo but actually downloads it only once.
appy@asharma-MBP ~/apache/hbase (scaladoc) → mvn -Dmaven.repo.local=.repo
-DHBasePatchProcess clean scala:doc -DskipTests=true
[INFO] Scanning for projects...
Downloading:
file:${project.basedir}/src/main/site/resources/repo/org/apache/apache/12/apache-12.pom
Downloading:
https://repo.maven.apache.org/maven2/org/apache/apache/12/apache-12.pom
Downloaded:
https://repo.maven.apache.org/maven2/org/apache/apache/12/apache-12.pom (16 KB
at 17.5 KB/sec)
Downloading:
http://scala-tools.org/repo-releases/org/apache/felix/maven-bundle-plugin/2.5.3/maven-bundle-plugin-2.5.3.pom
Downloading:
http://repository.apache.org/snapshots/org/apache/felix/maven-bundle-plugin/2.5.3/maven-bundle-plugin-2.5.3.pom
Downloading:
https://repo.maven.apache.org/maven2/org/apache/felix/maven-bundle-plugin/2.5.3/maven-bundle-plugin-2.5.3.pom
Downloaded:
https://repo.maven.apache.org/maven2/org/apache/felix/maven-bundle-plugin/2.5.3/maven-bundle-plugin-2.5.3.pom
(5 KB at 138.9 KB/sec)
Downloading:
http://scala-tools.org/repo-releases/org/apache/felix/felix-parent/2.1/felix-parent-2.1.pom
Downloading:
http://repository.apache.org/snapshots/org/apache/felix/felix-parent/2.1/felix-parent-2.1.pom
Downloading:
https://repo.maven.apache.org/maven2/org/apache/felix/felix-parent/2.1/felix-parent-2.1.pom
Downloaded:
https://repo.maven.apache.org/maven2/org/apache/felix/felix-parent/2.1/felix-parent-2.1.pom
(10 KB at 224.6 KB/sec)
Downloading:
http://scala-tools.org/repo-releases/org/apache/apache/9/apache-9.pom
Downloading:
http://repository.apache.org/snapshots/org/apache/apache/9/apache-9.pom
Downloading:
https://repo.maven.apache.org/maven2/org/apache/apache/9/apache-9.pom
Downloaded:
https://repo.maven.apache.org/maven2/org/apache/apache/9/apache-9.pom (15 KB at
423.0 KB/sec)
Downloading:
http://scala-tools.org/repo-releases/biz/aQute/bnd/bndlib/2.3.0/bndlib-2.3.0.pom
> Add maven-scala-plugin for scaladoc
> -----------------------------------
>
> Key: HBASE-15644
> URL: https://issues.apache.org/jira/browse/HBASE-15644
> Project: HBase
> Issue Type: Task
> Components: build
> Reporter: Sean Busbey
> Assignee: Appy
> Fix For: 2.0.0
>
> Attachments: HBASE-15644.1.patch, bogus-scala-change.patch,
> scala-tools.patch
>
>
> Added scala-tools.org to repository (as a side effect, all common artifacts
> get downloaded twice now, once from apache repo and once from scala-tools)
> This fixes scala:doc precommit.
> The patch 'bogus-scala-change' adds a blank line to a scala file to trigger
> scala:doc precommit. As expected, the target failed for master and passed for
> the patch.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)