Skip to content

Commit 21e1d20

Browse files
thomas-serre-sonarsourcesonartech
authored andcommitted
SONARPY-3156 Add names to pom.xml (#373)
GitOrigin-RevId: 2b69d3cff1d58c3f62e87ad8e2ece35534922de9
1 parent be45fb1 commit 21e1d20

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

its/plugin/it-python-plugin-test/pom.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212

1313
<artifactId>it-python-plugin-test</artifactId>
1414

15+
<name>Python :: ITs :: Plugin :: IT Python Plugin Test</name>
16+
1517
<properties>
1618
<surefire.argLine>-server</surefire.argLine>
1719
</properties>

python-checks-testkit/pom.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
</parent>
1111

1212
<artifactId>python-checks-testkit</artifactId>
13+
14+
<name>Python :: Python Checks Testkit</name>
15+
1316
<dependencies>
1417
<dependency>
1518
<groupId>${project.groupId}</groupId>

0 commit comments

Comments
 (0)