Skip to content

Commit 4f80a24

Browse files
committed
Remove useless info in IT pom
1 parent 3e148c3 commit 4f80a24

File tree

1 file changed

+2
-24
lines changed

1 file changed

+2
-24
lines changed

its/pom.xml

Lines changed: 2 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
34
<modelVersion>4.0.0</modelVersion>
45

56
<parent>
@@ -12,29 +13,6 @@
1213
<name>SonarQube CSS / SCSS / Less Analyzer :: Integration Tests</name>
1314
<packaging>pom</packaging>
1415

15-
<description>Integration tests of the SonarQube CSS / SCSS / Less Analyzer</description>
16-
<inceptionYear>2013</inceptionYear>
17-
<organization>
18-
<name>David RACODON</name>
19-
<url>mailto:david.racodon@gmail.com</url>
20-
</organization>
21-
<licenses>
22-
<license>
23-
<name>GNU LGPL 3</name>
24-
<url>http://www.gnu.org/licenses/lgpl.txt</url>
25-
<distribution>repo</distribution>
26-
</license>
27-
</licenses>
28-
29-
<developers>
30-
<developer>
31-
<id>racodond</id>
32-
<name>David RACODON</name>
33-
<email>david.racodon@gmail.com</email>
34-
<url>https://www.linkedin.com/pub/david-racodon/11/62/283</url>
35-
</developer>
36-
</developers>
37-
3816
<modules>
3917
<module>plugin</module>
4018
<module>ruling</module>

0 commit comments

Comments
 (0)