Fork me on GitHub

alta:generate-files

Full name:

com.github.veithen.alta:alta-maven-plugin:0.8.1:generate-files

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.

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 files.
Default: ${project.build.directory}
<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 files.
  • Type: java.io.File
  • Required: Yes
  • Default: ${project.build.directory}

<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