Goals available:
| Goal | Description |
|---|---|
| pde:attach | Build PDE artifact. Use this goal with Maven default build lifecycle. The output of this build is deployable |
| pde:clean | Clean Eclipse PDE generated files. Supports cleaning of features and products only. TODO: Add support for cleaning of fragments, plugins. |
| pde:ext | Build PDE artifact via this plugin's custom build lifecycle. The output of this build is deployable. |
| pde:pde | Build PDE artifact. The output is not deployable. |
| pde:test | Invoke test.xml if present |