Skip to content
Snippets Groups Projects
Commit 9602b035 authored by Alvaro Fides's avatar Alvaro Fides
Browse files

fixed bug: no name generated in pom

parent 80abf56f
No related branches found
No related tags found
No related merge requests found
......@@ -82,6 +82,7 @@ public class NewProjectWizard extends Wizard implements INewWizard {
model.setGroupId(page1.getMavenGroupId().getText());
model.setArtifactId(page1.getMavenArtifactId().getText());
model.setVersion(page1.getMavenVersion().getText());
model.setName(page1.getMavenName().getText());
//This is the rest of the info coming from the wizard
final String pack=page2.getPackaging().getText();
final boolean[] checks={false,false,false,false,false,false};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment