Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.1.2
-
Fix Version/s: 3.2
-
Component/s: None
-
Labels:None
-
Number of attachments :
Description
The scenario is as follows:
One has gathered metrics for a project for quite some time. Now the project's artifact id has to be changed. Right now, to be able to continue gathering metrics for this projects you manually have to alter the kee column of the PROJECTS table, because otherwise Sonar thinks this is a new project.
Issue Links
- is duplicated by
-
SONAR-2743
Renaming a project in Sonar without losing the history
-
- is related to
-
SONAR-2329
NonUniqueResultException occurs when analyzing both a maven module and its parent
-
-
SONAR-2128
Notify Administrator for new Projects
-
Here is the SQL request to execute in order to retrieve the rows that need to be updated :
select * from projects where key = "${groupId}:${artifactId}"