eclipse / buildship

The Eclipse Plug-ins for Gradle project.
530 stars 170 forks source link

Add more project templates to the project creation wizard #695

Open pfurbacher opened 6 years ago

pfurbacher commented 6 years ago

Currently, the new gradle project wizard only creates the src/main/java and src/test/java folders. It would be helpful if it also created the respective resources folders. Perhaps this could be an optional item (checkbox) in the wizard.

Buildship version: Eclipse Plug-ins for Gradle: 2.2.1.v20180125-1441

donat commented 6 years ago

The new project wizard only invokes the init tasks with the java-library parameters. I think the wizard should work the same way. Nevertheless, adding more templates to the wizard would definitely make sense.