Description
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:
[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]
Rerunning in debug mode with mvn -X gives no additional useful information.
All artifacts from scala-tools.org are now found in maven central.
Attachments
Attachments
Issue Links
- is broken by
-
HBASE-15644 Add maven-scala-plugin for scaladoc
- Closed