Skip to content

Commit 5cf4b25

Browse files
johnmayegonw
authored andcommitted
Fix indents
1 parent 361fc64 commit 5cf4b25

File tree

1 file changed

+37
-36
lines changed

1 file changed

+37
-36
lines changed

pom.xml

Lines changed: 37 additions & 36 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
<groupId>org.openscience.cdk</groupId>
56
<artifactId>cdk</artifactId>
@@ -509,7 +510,7 @@
509510
<groupId>org.apache.logging.log4j</groupId>
510511
<artifactId>log4j-1.2-api</artifactId>
511512
<version>2.16.0</version>
512-
</dependency>
513+
</dependency>
513514
<dependency>
514515
<groupId>org.apache.logging.log4j</groupId>
515516
<artifactId>log4j-core</artifactId>
@@ -720,7 +721,7 @@
720721
<linkXRef>false</linkXRef>
721722
<logViolationsToConsole>true</logViolationsToConsole>
722723
</configuration>
723-
</plugin>
724+
</plugin>
724725
</plugins>
725726
</build>
726727
<reporting>
@@ -765,39 +766,39 @@
765766
</plugins>
766767
</reporting>
767768
<profiles>
768-
<profile>
769-
<id>jacoco</id>
770-
<build>
771-
<plugins>
772-
<plugin>
773-
<groupId>org.jacoco</groupId>
774-
<artifactId>jacoco-maven-plugin</artifactId>
775-
<version>0.8.6</version>
776-
<executions>
777-
<execution>
778-
<id>start-agent</id>
779-
<goals>
780-
<goal>prepare-agent</goal>
781-
</goals>
782-
</execution>
783-
<execution>
784-
<id>generate-report</id>
785-
<phase>test</phase>
786-
<goals>
787-
<goal>report</goal>
788-
</goals>
789-
</execution>
790-
<execution>
791-
<id>aggregate-report</id>
792-
<phase>verify</phase>
793-
<goals>
794-
<goal>report-aggregate</goal>
795-
</goals>
796-
</execution>
797-
</executions>
798-
</plugin>
799-
</plugins>
800-
</build>
769+
<profile>
770+
<id>jacoco</id>
771+
<build>
772+
<plugins>
773+
<plugin>
774+
<groupId>org.jacoco</groupId>
775+
<artifactId>jacoco-maven-plugin</artifactId>
776+
<version>0.8.6</version>
777+
<executions>
778+
<execution>
779+
<id>start-agent</id>
780+
<goals>
781+
<goal>prepare-agent</goal>
782+
</goals>
783+
</execution>
784+
<execution>
785+
<id>generate-report</id>
786+
<phase>test</phase>
787+
<goals>
788+
<goal>report</goal>
789+
</goals>
790+
</execution>
791+
<execution>
792+
<id>aggregate-report</id>
793+
<phase>verify</phase>
794+
<goals>
795+
<goal>report-aggregate</goal>
796+
</goals>
797+
</execution>
798+
</executions>
799+
</plugin>
800+
</plugins>
801+
</build>
801802
</profile>
802803
<profile>
803804
<id>slow-tests</id>

0 commit comments

Comments
 (0)