Skip to content

Commit 4cb1772

Browse files
committed
Cleanup poms
1 parent 7aabe3a commit 4cb1772

3 files changed

Lines changed: 12 additions & 2 deletions

File tree

matrix-sdk-benchmarks/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
<packaging>jar</packaging>
1212

1313
<name>matrix-sdk-benchmarks</name>
14-
<url>http://maven.apache.org</url>
1514

1615
<properties>
1716
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

matrix-sdk-examples/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
<packaging>jar</packaging>
1212

1313
<name>matrix-sdk-examples</name>
14-
<url>http://maven.apache.org</url>
1514

1615
<properties>
1716
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

pom.xml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,5 +118,17 @@
118118
</dependencies>
119119
</dependencyManagement>
120120

121+
<build>
122+
<pluginManagement>
123+
<plugins>
124+
<plugin>
125+
<groupId>org.jacoco</groupId>
126+
<artifactId>jacoco-maven-plugin</artifactId>
127+
<version>0.8.15</version>
128+
</plugin>
129+
</plugins>
130+
</pluginManagement>
131+
</build>
132+
121133

122134
</project>

0 commit comments

Comments
 (0)