farea
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.yegor256</groupId> <artifactId>farea</artifactId> <version>0.15.4</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <!-- * SPDX-FileCopyrightText: Copyright (c) 2023-2025 Yegor Bugayenko * SPDX-License-Identifier: MIT --> <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"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>com.jcabi</groupId> <artifactId>parent</artifactId> <version>0.68.0</version> </parent> <groupId>com.yegor256</groupId> <artifactId>farea</artifactId> <version>0.15.4</version> <packaging>jar</packaging> <name>farea</name> <description>Fake Maven Reactor for unit testing of Maven plugins</description> <url>https://github.com/yegor256/farea</url> <inceptionYear>2023</inceptionYear> <organization> <name>yegor256</name> <url>https://www.yegor256.com</url> </organization> <licenses> <license> <name>MIT</name> <url>https://raw.githubusercontent.com/yegor256/farea/master/LICENSE.txt</url> <distribution>site</distribution> </license> </licenses> <developers> <developer> <id>1</id> <name>Yegor Bugayenko</name> <email>yegor256@gmail.com</email> <organization>yegor256.com</organization> <organizationUrl>https://www.yegor256.com</organizationUrl> <roles> <role>Architect</role> <role>Developer</role> </roles> <timezone>+3</timezone> </developer> </developers> <issueManagement> <system>GitHub</system> <url>https://github.com/yegor256/farea/issues</url> </issueManagement> <scm> <connection>scm:git:git@github.com:yegor256/farea.git</connection> <developerConnection>scm:git:git@github.com:yegor256/farea.git</developerConnection> <url>https://github.com/yegor256/farea</url> </scm> <ciManagement> <system>rultor</system> <url>https://www.rultor.com/s/yegor256/farea</url> </ciManagement> <distributionManagement> <site> <id>github-pages</id> <url>https://github.com/yegor256/farea</url> </site> </distributionManagement> <properties> <maven.version>3.9.9</maven.version> </properties> <dependencies> <dependency> <groupId>com.yegor256</groupId> <artifactId>jaxec</artifactId> <version>0.4.0</version> </dependency> <dependency> <groupId>com.jcabi</groupId> <artifactId>jcabi-log</artifactId> <version>0.24.3</version> </dependency> <dependency> <groupId>com.jcabi</groupId> <artifactId>jcabi-xml</artifactId> <version>0.33.5</version> </dependency> <dependency> <groupId>com.jcabi.incubator</groupId> <artifactId>xembly</artifactId> <version>0.32.2</version> </dependency> <dependency> <groupId>org.hamcrest</groupId> <artifactId>hamcrest</artifactId> <version>3.0</version> <optional>true</optional> </dependency> <dependency> <groupId>com.jcabi</groupId> <artifactId>jcabi-matchers</artifactId> <version>1.8.0</version> <scope>test</scope> </dependency> <dependency> <groupId>org.cactoos</groupId> <artifactId>cactoos</artifactId> <version>0.57.0</version> <scope>test</scope> </dependency> <dependency> <groupId>net.sf.saxon</groupId> <artifactId>Saxon-HE</artifactId> <version>12.5</version> <scope>test</scope> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-reload4j</artifactId> <version>2.0.17</version> <scope>test</scope> </dependency> <dependency> <groupId>log4j</groupId> <artifactId>log4j</artifactId> <version>1.2.17</version> <scope>test</scope> </dependency> <dependency> <groupId>org.apache.maven</groupId> <artifactId>maven-plugin-api</artifactId> <version>${maven.version}</version> <scope>test</scope> </dependency> <dependency> <groupId>org.apache.maven</groupId> <artifactId>maven-model</artifactId> <version>${maven.version}</version> <scope>test</scope> </dependency> <dependency> <groupId>org.apache.maven</groupId> <artifactId>maven-core</artifactId> <version>${maven.version}</version> <scope>test</scope> </dependency> <dependency> <groupId>org.apache.maven.plugin-tools</groupId> <artifactId>maven-plugin-annotations</artifactId> <version>3.15.1</version> <scope>test</scope> </dependency> <dependency> <groupId>com.yegor256</groupId> <artifactId>jping</artifactId> <version>0.0.3</version> <scope>test</scope> </dependency> <dependency> <groupId>com.yegor256</groupId> <artifactId>mktmp</artifactId> <version>0.0.5</version> <scope>test</scope> </dependency> </dependencies> <build> <plugins> <plugin> <groupId>com.github.spotbugs</groupId> <artifactId>spotbugs-maven-plugin</artifactId> <version>4.9.3.0</version> <executions> <execution> <goals> <goal>check</goal> </goals> </execution> </executions> <dependencies> <dependency> <groupId>com.github.spotbugs</groupId> <artifactId>spotbugs</artifactId> <version>4.9.3</version> </dependency> </dependencies> </plugin> <plugin> <groupId>org.pitest</groupId> <artifactId>pitest-maven</artifactId> <version>1.19.0</version> <executions> <execution> <goals> <goal>mutationCoverage</goal> </goals> <configuration> <threads>4</threads> <mutationThreshold>40</mutationThreshold> <timeoutConstant>500</timeoutConstant> <excludedTestClasses> <class>com.yegor256.farea.FareaTest</class> </excludedTestClasses> </configuration> </execution> </executions> <dependencies> <dependency> <groupId>org.pitest</groupId> <artifactId>pitest-junit5-plugin</artifactId> <version>1.2.2</version> </dependency> </dependencies> </plugin> </plugins> </build> <profiles> <profile> <id>qulice</id> <build> <plugins> <plugin> <groupId>com.qulice</groupId> <artifactId>qulice-maven-plugin</artifactId> <version>0.24.0</version> <configuration> <excludes combine.children="append"> <exclude>checkstyle:/src/site/resources/.*</exclude> <exclude>duplicatefinder:.*</exclude> </excludes> </configuration> </plugin> </plugins> </build> </profile> </profiles> </project>