JMH support for JVM languages
Aggelos Biboudis
biboudis at gmail.com
Wed Apr 2 00:42:43 UTC 2014
Hi!
I got this one at the mvn clean install after generating the sample project
(I didn't even reach the *5) Hack, hack, hack!* xD). The version for the
scala-library doesn't seem to be passed properly.
Downloading:
> http://repo.maven.apache.org/maven2/org/scala-lang/scala-library/0.0.0/scala-library-0.0.0.jar
> [INFO]
> ------------------------------------------------------------------------
> [INFO] BUILD FAILURE
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Total time: 37.257s
> [INFO] Finished at: Wed Apr 02 03:30:02 EEST 2014
> [INFO] Final Memory: 10M/90M
> [INFO]
> ------------------------------------------------------------------------
> [ERROR] Failed to execute goal
> net.alchim31.maven:scala-maven-plugin:3.1.6:compile (default) on project
> test: wrap: org.apache.maven.artifact.resolver.ArtifactNotFoundException:
> Could not find artifact org.scala-lang:scala-library:jar:0.0.0 in central (
> http://repo.maven.apache.org/maven2)
> [ERROR]
> [ERROR] Try downloading the file manually from the project website.
> [ERROR]
> [ERROR] Then, install it using the command:
> [ERROR] mvn install:install-file -DgroupId=org.scala-lang
> -DartifactId=scala-library -Dversion=0.0.0 -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=org.scala-lang
> -DartifactId=scala-library -Dversion=0.0.0 -Dpackaging=jar
> -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
> [ERROR]
> [ERROR]
> [ERROR] org.scala-lang:scala-library:jar:0.0.0
> [ERROR]
> [ERROR] from the specified remote repositories:
> [ERROR] central (http://repo.maven.apache.org/maven2, releases=true,
> snapshots=false)
> [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]
> [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
>
Kind regards,
Aggelos.
--
@biboudis <https://twitter.com/biboudis>
More information about the jmh-dev
mailing list