Create Java project with Maven archetype jmh-scala-benchmark-archetype

Generates Scala benchmarking project, uses JMH bytecode processors

Create a Java Project by archetype jmh-scala-benchmark-archetype with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="org.openjdk.jmh"   -DarchetypeArtifactId="jmh-scala-benchmark-archetype"   -DarchetypeVersion="0.9.5"   -DinteractiveMode=false 

Details about maven archetype jmh-scala-benchmark-archetype

GroupId

GroupId

org.openjdk.jmh
ArtifactId

ArtifactId

jmh-scala-benchmark-archetype
Version

Version

0.9.5
Type

Type

maven-archetype

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=org.openjdk.jmh -DarchetypeArtifactId=jmh-scala-benchmark-archetype -DarchetypeVersion=0.9.5 -DinteractiveMode=false