|
1 | 1 | <?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"> |
3 | 4 | <modelVersion>4.0.0</modelVersion> |
4 | 5 | <groupId>org.openscience.cdk</groupId> |
5 | 6 | <artifactId>cdk</artifactId> |
|
509 | 510 | <groupId>org.apache.logging.log4j</groupId> |
510 | 511 | <artifactId>log4j-1.2-api</artifactId> |
511 | 512 | <version>2.16.0</version> |
512 | | - </dependency> |
| 513 | + </dependency> |
513 | 514 | <dependency> |
514 | 515 | <groupId>org.apache.logging.log4j</groupId> |
515 | 516 | <artifactId>log4j-core</artifactId> |
|
720 | 721 | <linkXRef>false</linkXRef> |
721 | 722 | <logViolationsToConsole>true</logViolationsToConsole> |
722 | 723 | </configuration> |
723 | | - </plugin> |
| 724 | + </plugin> |
724 | 725 | </plugins> |
725 | 726 | </build> |
726 | 727 | <reporting> |
|
765 | 766 | </plugins> |
766 | 767 | </reporting> |
767 | 768 | <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> |
801 | 802 | </profile> |
802 | 803 | <profile> |
803 | 804 | <id>slow-tests</id> |
|
0 commit comments