Fork me on GitHub

tycho-bnd:clean

Full name:

org.eclipse.tycho:tycho-bnd-plugin:4.0.11:clean

Description:

No description.

Attributes:

  • Requires a Maven project to be executed.
  • The goal is thread-safe and supports parallel builds.
  • Binds by default to the lifecycle phase: clean.

Optional Parameters

Name Type Since Description
<outputDirectory> File - The directory where the tycho generated POM file will be written to.
Default: ${project.basedir}
User Property: tycho.bnd.consumerpom.directory
<tychoPomFilename> String - The filename of the tycho generated POM file.
Default: .tycho-consumer-pom.xml
User Property: tycho.bnd.consumerpom.file

Parameter Details

<outputDirectory>

The directory where the tycho generated POM file will be written to.
  • Type: java.io.File
  • Required: No
  • User Property: tycho.bnd.consumerpom.directory
  • Default: ${project.basedir}

<tychoPomFilename>

The filename of the tycho generated POM file.
  • Type: java.lang.String
  • Required: No
  • User Property: tycho.bnd.consumerpom.file
  • Default: .tycho-consumer-pom.xml