Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Duplicate
-
Affects Version/s: 2.0
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Number of attachments :
Description
Currently the EclipseWriter uses the POM artifactId as the eclipse project name in .project. This should be configurable for use-cases where different versions of the same project are used within the same eclipse workspace (since eclipse project names must be unique within workspaces).
Issue Links
- is duplicated by
-
MECLIPSE-119
Allow custom project name for eclipse projects
-
-
MECLIPSE-189
addVersionToProjectName property
-
Would a flag "append version" suffice? The things is that I'm imagining the possibility for the Eclipse plugin to go look in the current workspace and find all existing projects that's in the workspace and try to find the ones it can make links to. I'm not sure but I think making the project name not deviate too much from the artifact id might be good for that reason.