Fork me on GitHub

alta:generate-test-resources

Full name:

com.github.veithen.alta:alta-maven-plugin:0.8.1:generate-test-resources

Description:

No description.

Attributes:

  • Requires a Maven project to be executed.
  • Requires dependency resolution of artifacts in scope: test.
  • The goal is thread-safe and supports parallel builds.
  • Binds by default to the lifecycle phase: generate-test-resources.

Required Parameters

Name Type Since Description
<artifactSet> ArtifactSet - No description.
<encoding> String - The charset encoding to use for the generated files.
Default: UTF-8
<name> String - The destination name template.
<outputDirectory> File - Output directory for generated resources. Note that this directory will be automatically added to the project's test resources and doesn't need to be specified in the POM file.
Default: ${project.build.directory}/generated-test-resources/alta
<value> String - The template of the value to generate.

Optional Parameters

Name Type Since Description
<repositories> Repository[] - No description.
<separator> String - The separator that should be used to join values when multiple artifacts map to the same name. If no separator is configured, then duplicate names will result in an error. To separate values by newlines, use the line.separator property.
<skip> boolean - No description.
Default: false

Parameter Details

<artifactSet>

No description.
  • Type: com.github.veithen.maven.shared.artifactset.ArtifactSet
  • Required: Yes

<encoding>

The charset encoding to use for the generated files.
  • Type: java.lang.String
  • Required: Yes
  • Default: UTF-8

<name>

The destination name template.
  • Type: java.lang.String
  • Required: Yes

<outputDirectory>

Output directory for generated resources. Note that this directory will be automatically added to the project's test resources and doesn't need to be specified in the POM file.
  • Type: java.io.File
  • Required: Yes
  • Default: ${project.build.directory}/generated-test-resources/alta

<repositories>

No description.
  • Type: org.apache.maven.model.Repository[]
  • Required: No

<separator>

The separator that should be used to join values when multiple artifacts map to the same name. If no separator is configured, then duplicate names will result in an error. To separate values by newlines, use the line.separator property.
  • Type: java.lang.String
  • Required: No

<skip>

No description.
  • Type: boolean
  • Required: No
  • Default: false

<value>

The template of the value to generate.
  • Type: java.lang.String
  • Required: Yes