resgen:generate-existing-resx-to-resource

Full name:

npanday.plugin:maven-resgen-plugin:1.1:generate-existing-resx-to-resource

Description:

Generates existing resx to .resource (binary)

Attributes:

  • Requires a Maven 2.0 project to be executed.
  • Binds by default to the lifecycle phase: process-resources.

Required Parameters

Name Type Since Description
project MavenProject - The maven project.

Optional Parameters

Name Type Since Description
embeddedResources EmbeddedResource[] - Emebedded Resources
frameworkVersion String - (no description)
netHome File - The home directory of your .NET SDK.
vendor String - The Vendor for the executable. Supports MONO and MICROSOFT: the default value is MICROSOFT. Not case or white-space sensitive.

Parameter Details

embeddedResources:

Emebedded Resources
  • Type: npanday.plugin.resgen.EmbeddedResource[]
  • Required: No
  • Expression: ${embeddedResources}

frameworkVersion:

(no description)
  • Type: java.lang.String
  • Required: No
  • Expression: ${frameworkVersion}

netHome:

The home directory of your .NET SDK.
  • Type: java.io.File
  • Required: No
  • Expression: ${netHome}

project:

The maven project.
  • Type: org.apache.maven.project.MavenProject
  • Required: Yes
  • Expression: ${project}

vendor:

The Vendor for the executable. Supports MONO and MICROSOFT: the default value is MICROSOFT. Not case or white-space sensitive.
  • Type: java.lang.String
  • Required: No
  • Expression: ${vendor}