Skip to content

Commit 062560b

Browse files
committed
cleaning pom file indentations
1 parent 69098af commit 062560b

File tree

1 file changed

+34
-34
lines changed

1 file changed

+34
-34
lines changed

pom.xml

Lines changed: 34 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -24,39 +24,39 @@
2424
</dependencies>
2525

2626
<build>
27-
<plugins>
28-
<plugin>
29-
<groupId>org.apache.maven.plugins</groupId>
30-
<artifactId>maven-surefire-plugin</artifactId>
31-
<version>2.19.1</version>
32-
</plugin>
33-
<plugin>
34-
<groupId>org.eluder.coveralls</groupId>
35-
<artifactId>coveralls-maven-plugin</artifactId>
36-
<version>4.3.0</version>
37-
<configuration>
38-
<sourceEncoding>UTF8</sourceEncoding>
39-
</configuration>
40-
</plugin>
41-
<plugin>
42-
<groupId>org.jacoco</groupId>
43-
<artifactId>jacoco-maven-plugin</artifactId>
44-
<version>0.7.7.201606060606</version>
45-
<executions>
46-
<execution>
47-
<goals>
48-
<goal>prepare-agent</goal>
49-
</goals>
50-
</execution>
51-
<execution>
52-
<id>report</id>
53-
<phase>test</phase>
54-
<goals>
55-
<goal>report</goal>
56-
</goals>
57-
</execution>
58-
</executions>
59-
</plugin>
60-
</plugins>
27+
<plugins>
28+
<plugin>
29+
<groupId>org.apache.maven.plugins</groupId>
30+
<artifactId>maven-surefire-plugin</artifactId>
31+
<version>2.19.1</version>
32+
</plugin>
33+
<plugin>
34+
<groupId>org.eluder.coveralls</groupId>
35+
<artifactId>coveralls-maven-plugin</artifactId>
36+
<version>4.3.0</version>
37+
<configuration>
38+
<sourceEncoding>UTF8</sourceEncoding>
39+
</configuration>
40+
</plugin>
41+
<plugin>
42+
<groupId>org.jacoco</groupId>
43+
<artifactId>jacoco-maven-plugin</artifactId>
44+
<version>0.7.7.201606060606</version>
45+
<executions>
46+
<execution>
47+
<goals>
48+
<goal>prepare-agent</goal>
49+
</goals>
50+
</execution>
51+
<execution>
52+
<id>report</id>
53+
<phase>test</phase>
54+
<goals>
55+
<goal>report</goal>
56+
</goals>
57+
</execution>
58+
</executions>
59+
</plugin>
60+
</plugins>
6161
</build>
6262
</project>

0 commit comments

Comments
 (0)