eclipse:rad-clean

Full name:

io.wcm.devops.maven.plugins:eclipse-maven-plugin:3.2.1-SNAPSHOT:rad-clean

Description:

Deletes the config files used by Rad-6. the files .j2ee and the file .websettings

Attributes:

  • Requires a Maven project to be executed.
  • The goal is not marked as thread-safe and thus does not support parallel builds.

Optional Parameters

Name Type Since Description
<additionalConfig> EclipseConfigFile[] - additional generic configuration files for eclipse
<basedir> File - The root directory of the project
User Property: basedir
<packaging> String - Packaging for the current project.
User Property: project.packaging
<skip> boolean - Skip the operation when true.
Default: false
User Property: eclipse.skip

Parameter Details

<additionalConfig>

additional generic configuration files for eclipse
  • Type: org.apache.maven.plugin.eclipse.EclipseConfigFile[]
  • Required: No

<basedir>

The root directory of the project
  • Type: java.io.File
  • Required: No
  • User Property: basedir

<packaging>

Packaging for the current project.
  • Type: java.lang.String
  • Required: No
  • User Property: project.packaging

<skip>

Skip the operation when true.
  • Type: boolean
  • Required: No
  • User Property: eclipse.skip
  • Default: false