[Warn] You are using a deprecated syntax of the "mvn" command. To use the new syntax, the command expects the details of the Artifactory server and repositories to be pre-configured. To create this configuration, run the following command from the root directory of the project: $ jfrog rt mvnc This will create the configuration inside the .jfrog directory under the root directory of the project.The new command syntax looks very similar to the maven CLI command i.e.: $ jfrog rt mvn [maven args and option] --build-name=*BUILD_NAME* --build-number=*BUILD_NUMBER* [Info] Running Mvn... exit status 1
[ERROR] Non-resolvable parent POM for com.husishuai:sonarqube:0.0.1-SNAPSHOT: The following artifacts could not be resolved: org.springframework.boot:spring-boot-starter-parent:pom:3.2.4 (present, but unavailable): Could not transfer artifact org.springframework.boot:spring-boot-starter-parent:pom:3.2.4 from/to maven-default-http-blocker (http://0.0.0.0/): Blocked mirror for repositories: [central (http://192.168.126.20:8081/artifactory/libs-release, default, releases), snapshots (http://192.168.126.20:8081/artifactory/libs-snapshot, default, releases+snapshots)] and 'parent.relativePath' points at no local POM @ line 5, column 13 -> [Help 2] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException [ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/UnresolvableModelException