jdtaus-container-mojo:verify-model

Vollständiger Name:

org.jdtaus.mojo:jdtaus-container-mojo:3.13:verify-model

Beschreibung:

Mojo to validate set of modules.

Attribute:

  • Erfordert ein Maven Projekt zur Ausführung.
  • Erfordert Abhängigkeitsauflösung von Artefakten mit Geltungsbereich: test.
  • Bindet automatisch an die Lebenszyklusphase: verify.

Optionale Parameter

Name Typ Seit Beschreibung
classPathElementsExcludeRegexp String - A regular expression used for excluding elements from the runtime classpath elements. By default no elements will be excluded.
encoding String - The encoding to use for reading and writing sources. By default the system's default encoding will be used.
Standardwert ist: ${project.build.sourceEncoding}.
locale String - Language to be used for javadoc comments. By default the system's default locale will be used.
spacesPerIndentationLevel Integer - Number of spaces to use per indentation level.
Standardwert ist: 4.
testClassPathElementsExcludeRegexp String - A regular expression used for excluding elements from the test classpath elements. By default no elements will be excluded.
testMode Boolean - Flag indicating test mode. In test mode generated sources will be printed to the console and no files will be written.
Standardwert ist: false.

Parameter-Details

classPathElementsExcludeRegexp:

A regular expression used for excluding elements from the runtime classpath elements. By default no elements will be excluded.
  • Typ: java.lang.String
  • Erforderlich: Nein
  • Ausdruck: ${classPathElementsExcludeRegexp}

encoding:

The encoding to use for reading and writing sources. By default the system's default encoding will be used.
  • Typ: java.lang.String
  • Erforderlich: Nein
  • Ausdruck: ${encoding}
  • Standard: ${project.build.sourceEncoding}

locale:

Language to be used for javadoc comments. By default the system's default locale will be used.
  • Typ: java.lang.String
  • Erforderlich: Nein
  • Ausdruck: ${locale}

spacesPerIndentationLevel:

Number of spaces to use per indentation level.
  • Typ: java.lang.Integer
  • Erforderlich: Nein
  • Ausdruck: ${spacesPerIndentationLevel}
  • Standard: 4

testClassPathElementsExcludeRegexp:

A regular expression used for excluding elements from the test classpath elements. By default no elements will be excluded.
  • Typ: java.lang.String
  • Erforderlich: Nein
  • Ausdruck: ${testClassPathElementsExcludeRegexp}

testMode:

Flag indicating test mode. In test mode generated sources will be printed to the console and no files will be written.
  • Typ: java.lang.Boolean
  • Erforderlich: Nein
  • Ausdruck: ${testMode}
  • Standard: false