Environment
Fortify Static Code Analyzer (SCA) 23.2
Scala
Maven
Situation
When running the translation, the following "Try downloading the file manually from the project website" error appears:
Error:
[ERROR] Try downloading the file manually from the project website.
[ERROR] Then, install it using the command:
[ERROR] mvn install:install-file -DgroupId-com.lightbend -DartifactId-scala-fortify_2.13.2 -Dversion-1.1.1 -Dpackaging-jar -Dfile-/path/to/file
[ERROR]
[ERROR] Alternatively, if you host your own repository you can deploy the file there:
[ERROR] mvn deploy:deploy-file-DgroupId-com.lightbend -DartifactId-scala-fortify_2.13.2-Dversion-1.1.1-Dpackaging-jar -Dfile-/path/to/file-Durl-[url] -DrepositoryId-[id]
[ERROR]
[ERROR]
[ERROR] com.lightbend:scala-fortify_2.13.2:jar:1.1.1
[ERROR]
[ERROR] from the specified remote repositories:
[ERROR] central (https://repo.maven.apache.org/maven2, releases true, snapshots-false)
[ERROR]
[ERROR] -> [Help 1]
[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] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException