1

When creating new project in IntelliJ IDEA you can choose the specifications you need in your project:

enter image description here

But I want to add new specification (like JSF) to currently existing project without adding it manually into pom.xml file (because of boilerplate files the wizard creates automatically like web.xml or faces-config.xml and etc.).

How can I do that by IntelliJ wizard?

Mehdi Rahimi
  • 1,453
  • 5
  • 20
  • 31

1 Answers1

0
Egor Klepikov
  • 3,386
  • 5
  • 19
  • 34
  • Your solution added items such as `Icefaces`, `Openfaces`, `Primefaces`, `Richfaces` ... but not JSF. And also I can see JSF when creating a new project without installing any plugin (you can see it in image in my question) – Mehdi Rahimi May 26 '22 at 12:01
  • Try using the latest IDE build from https://www.jetbrains.com/idea/download (221.5591.52) https://prnt.sc/oTek-EOYMWZU – Egor Klepikov May 26 '22 at 12:08
  • My IDE is *IntelliJ IDEA 2022.1.1 (Ultimate Edition)*. In *Eclipse* I just do it by right click on the project and select desired facelets (JSF, JPA, ...). – Mehdi Rahimi May 26 '22 at 12:13