Getting below error while using mvn deploy command:
[ERROR] Failed to execute goal com.github.github:site-maven-plugin:0.12:site (default) on project host-maven-repo-example: Error creating blob: Not Found (404) -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException:
Getting below error while using mvn deploy command:
[ERROR] Failed to execute goal com.github.github:site-maven-plugin:0.12:site (default) on project host-maven-repo-example: Error creating blob: Not Found (404) -> [Help 1] org.apache.maven.lifecycle.LifecycleExecutionException:
Below is the pom.xml
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
Kindly suggest if any issue is present here.