Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [m2e-users] Creating a new project

By default the project's name will be the artifactId, on the final page of the wizard there is an Advanced section where you can specify a naming template.

The location problem seems like a bug, though generally you probably want the default which will create the project in your workspace.

Matthew

On 18 April 2011 12:41, Daniel Serodio (lists) <daniel.listas@xxxxxxxxxx> wrote:

I'm trying to create a new Maven project from Eclipse, and I found it weird that the "New Maven project" wizard page (which has the "Select project name and location" caption) doesn't ask me for the project's name.
I entered "/Users/dserodio/Projetos/maventest" in the "Location" field (/Users/dserodio/Projetos is my workspace), and when I try to finish the new project wizard, it fails with:

   Invalid project description.
   OK
   /Users/dserodio/Projetos/maventest overlaps the location of another project: 'maventest'

I double-checked, and /Users/dserodio/Projetos/maventest does not exist yet.

How should I create a new Maven project? What should I type in the location field? Shouldn't it ask me for the project name?

Regards,
Daniel Serodio
_______________________________________________
m2e-users mailing list
m2e-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/m2e-users


Back to the top