Details
-
Type:
New Feature
-
Status:
Closed
-
Priority:
Major
-
Resolution: Duplicate
-
Affects Version/s: 2.2
-
Fix Version/s: 2.4
-
Component/s: None
-
Labels:None
-
Testcase included:yes
-
Number of attachments :
Description
If you download 2 versions of the same artifact, or 2 artifacts with the same artifactId then when you create eclipse the projects you have to load them into different workspaces because the eclipse project name is the same (ie. based on artifactId). I added a parameter eclipse.projectName to allow you to specify an alternate name to artifactId to get around this problem.
Example uses:
-Declipse.projectName='$
-Declipse.projectName='${project.groupId}:${project.artifactId}
:$
{project.version}'
-Declipse.projectName=my-different-project-name
Issue Links
- duplicates
-
MECLIPSE-189
addVersionToProjectName property
-
-
MECLIPSE-44
Allow eclipse plugin .project name to be customised
-
- is depended upon by
-
GEOT-995
Reinsert/remove "gt2-" prefix in all module name
-
- is duplicated by
-
MECLIPSE-161
need flag to specify eclipse project name
-
- is related to
-
MECLIPSE-40
Multi project dependencies should not require eclipse project names to be the artifactId
-
I prefer a switch like 'eclipse.addVersionToProjectNames'.
The -Declipse.projectname=LITERAL_STRING is dangerous and won't work in a reactor build.