Hello Aitor,
'Is there any documentation/recomendation about importing the maven project generated with Minute Project 4 into Eclipse IDE?'
No, probably mvn eclipse:eclipse should be sufficient to get the project structure for eclipse.
I most of the time run the command line only: mvn clean package
Could you try with a command line?
STS Eclipse distrib contains maven plugin embedded or Netbeans.
Personally Intellij is quite handy.
Regarding minuteproject 4 Primefaces, two tracks are delivered one with JEE (EJB/JPA backend) and the other with Spring/JPA backend.
And a new release version is planned within 2 weeks.
When you unzip the folder Primefaces-JEE and Primefaces-Spring holds the maven projects
Primefaces-JEE holds 2 projects (mvn)
- JPA2
- JSF (+EJB)
Primefaces-Spring holds 3 projects (mvn)
- JPA2
- BSLA (spring dao)
- JSF
I agree that some documentation update is needed.
Best regards,
Florian.