Details
-
Type:
New Feature
-
Status:
Closed
-
Priority:
Critical
-
Resolution: Fixed
-
Affects Version/s: 1.5
-
Fix Version/s: 1.5
-
Component/s: None
-
Labels:None
Description
pom property "version" isn't currently used by Sonar to automatically tag a snapshot.
Each time, the Maven goal sonar is launched on a project, this property "version" must be used to fill the Sonar Event table with the following information :
- event type : version
- snapshot id : the snapshot generated
- event name : pom property value ${project.version}
- event date : the date of the snapshot
WARNING: if the sonar.date property exists, this date must be used to fill event_date column.
Issue Links
- is depended upon by
-
SONAR-322
Add a sonar label when executing maven
-
Just to be sure, a new event is created eacch time this property changes, right ?