Generating a project using IntelliJ plugin

Once the plugin installed, you can generate a component project.

  1. Select File > New > Project.

  2. In the New Project wizard, choose Talend Component and click Next.

    New Talend Project

    The plugin loads the component starter and lets you design your components. For more information about the Talend Component Kit starter, check this tutorial.

  1. Once your project is configured, select Next, then click Finish.

The project is automatically imported into the IDEA using the build tool that you have chosen.

Scroll to top