Skip to content

Commit 7674391

Browse files
committed
Override Sonar-Version in Manifest
1 parent 53c0032 commit 7674391

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

sonar-flex-plugin/pom.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,15 @@
131131
</execution>
132132
</executions>
133133
</plugin>
134+
<plugin>
135+
<groupId>org.sonarsource.sonar-packaging-maven-plugin</groupId>
136+
<artifactId>sonar-packaging-maven-plugin</artifactId>
137+
<configuration>
138+
<!-- this value is translated to Sonar-Version property in META-INF/MANIFEST.MF file inside jar. It is used at runtime
139+
by products to detect compatibility. We keep LTS -->
140+
<sonarQubeMinVersion>9.9</sonarQubeMinVersion>
141+
</configuration>
142+
</plugin>
134143
</plugins>
135144
</build>
136145
</project>

0 commit comments

Comments
 (0)