dacapo-benchmark:package-libraries

Full name:

org.scalabench.plugins:dacapo-benchmark-maven-plugin:0.1.0-SNAPSHOT:package-libraries

Description:

Package the benchmark's required libraries.

Attributes:

  • Requires a Maven project to be executed.
  • Requires dependency resolution of artifacts in scope: compile.
  • The goal is thread-safe and supports parallel builds.
  • Since version: 0.1.0.
  • Binds by default to the lifecycle phase: prepare-package.

Optional Parameters

Name Type Since Description
benchmarkName String 0.1.0 The name of the benchmark. If unspecified, it is derived from the project's artifactId. If the artifactId matches one of the following patterns, the benchmark name is extracted from it as indicated:
  • ${benchmarkName}-dacapo-benchmark
  • dacapo-${benchmarkName}-benchmark
Otherwise, the artifactId is taken wholesale.

Parameter Details

benchmarkName:

The name of the benchmark. If unspecified, it is derived from the project's artifactId. If the artifactId matches one of the following patterns, the benchmark name is extracted from it as indicated:
  • ${benchmarkName}-dacapo-benchmark
  • dacapo-${benchmarkName}-benchmark
Otherwise, the artifactId is taken wholesale.
  • Type: java.lang.String
  • Since: 0.1.0
  • Required: No