[
https://issues.apache.org/jira/browse/HBASE-17192?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15706397#comment-15706397
]
Hudson commented on HBASE-17192:
--------------------------------
SUCCESS: Integrated in Jenkins build HBase-Trunk_matrix #2042 (See
[https://builds.apache.org/job/HBase-Trunk_matrix/2042/])
HBASE-17192 remove use of scala-tools.org as repo. (busbey: rev
e5dad24a9cb35d831a0ee1cf0eeb14b3719ab7ef)
* (edit) pom.xml
> remove use of scala-tools.org from pom
> --------------------------------------
>
> Key: HBASE-17192
> URL: https://issues.apache.org/jira/browse/HBASE-17192
> Project: HBase
> Issue Type: Bug
> Components: spark, website
> Affects Versions: 2.0.0
> Reporter: Sean Busbey
> Assignee: Sean Busbey
> Priority: Blocker
> Fix For: 2.0.0
>
> Attachments: HBASE-17192.1.patch, HBASE-17192.1.test.patch
>
>
> our pom makes use of scala-tools.org for a repository. That domain currently
> issues redirects for all URLs; for maven coordinates those redirects lead to
> 'not found' and the 'permantenly moved' HTML gets saved. this corrupts the
> local maven repository in a way that cause the mvn:site goal to give an
> opaque error:
> {code}
> [INFO]
> ------------------------------------------------------------------------
> [INFO] BUILD FAILURE
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Total time: 01:46 min
> [INFO] Finished at: 2016-11-28T14:17:10+00:00
> [INFO] Final Memory: 292M/6583M
> [INFO]
> ------------------------------------------------------------------------
> [ERROR] Failed to execute goal
> org.apache.maven.plugins:maven-site-plugin:3.4:site (default-site) on project
> hbase: Execution default-site of goal
> org.apache.maven.plugins:maven-site-plugin:3.4:site failed: For artifact
> {null:null:null:jar}: The groupId cannot be empty. -> [Help 1]
> [ERROR]
> {code}
> Rerunning in debug mode with {{mvn -X}} gives no additional useful
> information.
> All artifacts from scala-tools.org are now found in maven central.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)