Community
Participate
Working Groups
Build Identifier: M20110210-1200 I have a Maven project (parent) in my workspace and I want to create a new Maven project which is a child of parent, but I don't want to create it as a folder within the parent project. I prefer to create it directly in the workspace at the same level as its parent, and use relativePath to resolve the relative pahts between them, so I use the New Maven Project wizard instead of New Maven Module wizard. When creating a new Maven Project, if there is something selected in the package explorer, the wizard shows the "Use default workspace location" option checked, and the field shows the resource selected. If I try to uncheck this option and specify the workspace root folder as the root folder for the new project I get the following error: /home/patxi/m2eclipse/ws overlaps the workspace location: /home/patxi/m2eclipse/ws Reproducible: Always Steps to Reproduce: 1. Select a resource in the workspace 2. Open the File > New > Project... > Maven > Maven Project wizard 3. Check "Create a simple project (skip archetype selection)" 4. Uncheck "Use default workspace location" and enter the root folder of the workspace 5. Click next 6. Enter any text as groupId (for instance, "test") 7. Enter any text as artifactId (for instance, "test") 8. Click back: the error "/home/patxi/m2eclipse/ws overlaps the workspace location: /home/patxi/m2eclipse/ws" is shown in the wizard title area
closing old/stale bugreports
Moved to https://github.com/eclipse-m2e/m2e-core/issues/