Details
-
Type:
Bug
-
Status: Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 0.17.1
-
Fix Version/s: 0.18.0
-
Component/s: Build and Deployment
-
Labels:None
Description
Following the instructions in https://github.com/kite-sdk/kite-docs/blob/master/README.md I run this in the top level kite dir:
$mvn -U post-site site:stage -DstagingDirectory=/tmp/kite-stage -DtopSiteURL=http://kite-sdk.org
but get this error:
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-site-plugin:3.3:site (default-site) on project kite-parent: SiteToolException: ArtifactNotFoundException: The skin does not exist: Failure to find com.cloudera:empty-maven-skin:jar:0.1.0-SNAPSHOT in http://maven.jenkins.cloudera.com:8081/artifactory/cloudera-mirrors was cached in the local repository, resolution will not be reattempted until the update interval of cloudera-mirrors has elapsed or updates are forced
This isn't just a temporary repo hickup b/c I've (re)tried this several times over the last couple of days.