eo-maven-plugin
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.eolang</groupId> <artifactId>eo-maven-plugin</artifactId> <version>0.56.6</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <!-- * SPDX-FileCopyrightText: Copyright (c) 2016-2025 Objectionary.com * 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>org.eolang</groupId> <artifactId>eo-parent</artifactId> <version>0.56.6</version> </parent> <artifactId>eo-maven-plugin</artifactId> <packaging>maven-plugin</packaging> <name>eo-maven-plugin</name> <description>EO-to-Java Maven Plugin</description> <dependencies> <dependency> <groupId>org.eolang</groupId> <artifactId>eo-parser</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>org.eolang</groupId> <artifactId>lints</artifactId> <version>0.0.52</version> </dependency> <dependency> <groupId>org.glassfish</groupId> <artifactId>jakarta.json</artifactId> <version>1.1.6</version> </dependency> <dependency> <groupId>com.yegor256</groupId> <artifactId>xsline</artifactId> <!-- version from parent POM --> </dependency> <dependency> <groupId>com.jcabi.incubator</groupId> <artifactId>xembly</artifactId> <!-- version from parent POM --> </dependency> <dependency> <groupId>org.antlr</groupId> <artifactId>antlr4-runtime</artifactId> <!-- version from parent POM --> <scope>runtime</scope> </dependency> <dependency> <groupId>org.cactoos</groupId> <artifactId>cactoos</artifactId> <!-- version from parent POM --> </dependency> <dependency> <groupId>com.jcabi</groupId> <artifactId>jcabi-log</artifactId> <!-- version from parent POM --> </dependency> <dependency> <groupId>com.jcabi</groupId> <artifactId>jcabi-manifests</artifactId> <!-- version from parent POM --> </dependency> <dependency> <groupId>com.jcabi</groupId> <artifactId>jcabi-aspects</artifactId> <version>0.26.0</version> </dependency> <dependency> <groupId>org.aspectj</groupId> <artifactId>aspectjrt</artifactId> <version>1.9.24</version> </dependency> <dependency> <groupId>com.jcabi</groupId> <artifactId>jcabi-xml</artifactId> <!-- version from parent POM --> </dependency> <dependency> <groupId>org.apache.maven</groupId> <artifactId>maven-plugin-api</artifactId> <version>3.9.10</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.apache.maven</groupId> <artifactId>maven-model</artifactId> <version>3.9.10</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.apache.maven</groupId> <artifactId>maven-core</artifactId> <version>3.9.10</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.apache.maven.plugin-tools</groupId> <artifactId>maven-plugin-annotations</artifactId> <version>3.15.1</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.apache.maven.plugin-testing</groupId> <artifactId>maven-plugin-testing-harness</artifactId> <version>3.3.0</version> <scope>test</scope> </dependency> <dependency> <groupId>org.apache.maven</groupId> <artifactId>maven-compat</artifactId> <version>3.9.10</version> <scope>test</scope> </dependency> <dependency> <groupId>org.twdata.maven</groupId> <artifactId>mojo-executor</artifactId> <version>2.4.1</version> </dependency> <dependency> <groupId>com.google.code.findbugs</groupId> <artifactId>jsr305</artifactId> <!-- version from parent POM --> </dependency> <dependency> <groupId>com.google.code.findbugs</groupId> <artifactId>annotations</artifactId> <!-- version from parent POM --> </dependency> <dependency> <groupId>com.jcabi</groupId> <artifactId>jcabi-matchers</artifactId> <!-- version from parent POM --> <scope>test</scope> </dependency> <dependency> <groupId>org.junit.jupiter</groupId> <artifactId>junit-jupiter-api</artifactId> <!-- version from parent POM --> </dependency> <dependency> <groupId>org.junit.jupiter</groupId> <artifactId>junit-jupiter-engine</artifactId> <!-- version from parent POM --> </dependency> <dependency> <groupId>org.junit.jupiter</groupId> <artifactId>junit-jupiter-params</artifactId> <!-- version from parent POM --> </dependency> <dependency> <groupId>org.junit-pioneer</groupId> <artifactId>junit-pioneer</artifactId> <!-- version from parent POM --> </dependency> <dependency> <groupId>xml-apis</groupId> <artifactId>xml-apis</artifactId> <!-- version from parent POM --> </dependency> <dependency> <groupId>com.yegor256</groupId> <artifactId>farea</artifactId> <!-- version from parent POM --> </dependency> <dependency> <groupId>com.yegor256</groupId> <artifactId>together</artifactId> <!-- version from parent POM --> <scope>test</scope> </dependency> <dependency> <groupId>com.yegor256</groupId> <artifactId>mktmp</artifactId> </dependency> <dependency> <groupId>com.github.volodya-lombrozo</groupId> <artifactId>xnav</artifactId> <!-- version from parent POM --> </dependency> <dependency> <groupId>com.yegor256</groupId> <artifactId>tojos</artifactId> <version>0.18.5</version> </dependency> <dependency> <groupId>javax.json</groupId> <artifactId>javax.json-api</artifactId> <version>1.1.4</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.glassfish</groupId> <artifactId>javax.json</artifactId> <version>1.1.4</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.opencsv</groupId> <artifactId>opencsv</artifactId> <version>5.11.2</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-reload4j</artifactId> <version>2.0.17</version> <scope>provided</scope> <!-- This dependency must precede jcabi-maven-slf4j in order to enable configurable Log4j logging during testing --> </dependency> <dependency> <groupId>org.codehaus.plexus</groupId> <artifactId>plexus-utils</artifactId> <version>3.6.0</version> </dependency> <dependency> <groupId>org.codehaus.plexus</groupId> <artifactId>plexus-xml</artifactId> <version>4.1.0</version> <scope>provided</scope> </dependency> <dependency> <groupId>ch.qos.reload4j</groupId> <artifactId>reload4j</artifactId> <version>1.2.26</version> <scope>runtime</scope> <!-- This dependency must precede jcabi-maven-slf4j in order to enable configurable Log4j logging during testing --> </dependency> <dependency> <groupId>com.jcabi</groupId> <artifactId>jcabi-maven-slf4j</artifactId> <version>0.12.2</version> <!-- We need it to be in compile scope, because we call StaticLoggerBinder.getSingleton().setMavenLog() of this package, in order to initiate Slf4j forwarding to Maven logging system. --> <scope>compile</scope> </dependency> <dependency> <groupId>com.yegor256</groupId> <artifactId>jhome</artifactId> <!-- version from parent POM --> </dependency> <dependency> <groupId>org.eolang</groupId> <artifactId>jucs</artifactId> <!-- version from parent POM --> </dependency> <dependency> <groupId>org.eolang</groupId> <artifactId>xax</artifactId> <!-- version from parent POM --> </dependency> <dependency> <groupId>com.yegor256</groupId> <artifactId>jping</artifactId> <!-- version from parent POM --> </dependency> <dependency> <groupId>com.tngtech.archunit</groupId> <artifactId>archunit</artifactId> <version>1.4.1</version> <scope>test</scope> </dependency> <dependency> <groupId>com.yegor256</groupId> <artifactId>maybeslow</artifactId> <!-- version from parent POM --> <scope>test</scope> </dependency> </dependencies> <build> <plugins> <plugin> <groupId>com.jcabi</groupId> <artifactId>jcabi-maven-plugin</artifactId> <version>0.17.0</version> <executions> <execution> <goals> <goal>ajc</goal> </goals> </execution> </executions> </plugin> <plugin> <artifactId>maven-invoker-plugin</artifactId> <configuration combine.self="override"> <skipInstallation>${skipITs}</skipInstallation> <skipInvocation>${skipITs}</skipInvocation> <pomExcludes> <exclude>fibonacci/pom.xml</exclude> </pomExcludes> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> <configuration> <argLine>@{argLine} -Xss${stack-size} -Xmx${heap-size}</argLine> <systemPropertyVariables> <runtime.path>${project.basedir}/../eo-runtime</runtime.path> </systemPropertyVariables> <properties> <configurationParameters> junit.jupiter.execution.parallel.enabled = true junit.jupiter.execution.parallel.mode.default = concurrent junit.jupiter.execution.parallel.mode.classes.default = concurrent </configurationParameters> </properties> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-dependency-plugin</artifactId> <executions> <execution> <phase>initialize</phase> <goals> <goal>properties</goal> </goals> </execution> </executions> </plugin> <plugin> <artifactId>maven-compiler-plugin</artifactId> <executions> <execution> <id>default-compile</id> <phase>none</phase> </execution> <execution> <id>default-testCompile</id> <phase>none</phase> </execution> <execution> <id>java-compile</id> <phase>compile</phase> <goals> <goal>compile</goal> </goals> <configuration> <excludes> <exclude>**/HelpMojo.java</exclude> </excludes> </configuration> </execution> <execution> <id>java-test-compile</id> <phase>test-compile</phase> <goals> <goal>testCompile</goal> </goals> <configuration> <compilerArgument>-Xlint:-processing</compilerArgument> </configuration> </execution> <execution> <id>compile-helpmojo</id> <goals> <goal>compile</goal> </goals> <configuration> <includes> <include>**/HelpMojo.java</include> </includes> <compilerArgument>-Xlint:-unchecked,-rawtypes</compilerArgument> </configuration> </execution> </executions> </plugin> <plugin> <artifactId>maven-resources-plugin</artifactId> <configuration> <encoding>UTF-8</encoding> </configuration> <executions> <execution> <id>pre-copy-resources</id> <phase>validate</phase> <goals> <goal>resources</goal> </goals> </execution> <execution> <id>copy-descriptor</id> <phase>process-classes</phase> <goals> <goal>copy-resources</goal> </goals> <configuration> <outputDirectory>${project.build.directory}</outputDirectory> <resources> <resource> <directory>${project.build.outputDirectory}/META-INF/maven</directory> <includes> <include>plugin.xml</include> </includes> </resource> </resources> </configuration> </execution> </executions> </plugin> <plugin> <artifactId>maven-plugin-plugin</artifactId> <executions> <execution> <goals> <goal>helpmojo</goal> <goal>descriptor</goal> </goals> </execution> </executions> </plugin> <plugin> <groupId>org.codehaus.gmaven</groupId> <artifactId>groovy-maven-plugin</artifactId> <version>2.1.1</version> <executions> <execution> <id>project-validate</id> <phase>verify</phase> <goals> <goal>execute</goal> </goals> <configuration> <source>${project.basedir}/src/test/groovy/verify.groovy</source> </configuration> </execution> </executions> <dependencies> <dependency> <groupId>org.codehaus.groovy</groupId> <artifactId>groovy-xml</artifactId> <version>3.0.25</version> </dependency> </dependencies> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-failsafe-plugin</artifactId> <executions> <execution> <id>assemble-test</id> <phase>integration-test</phase> <goals> <goal>integration-test</goal> <goal>verify</goal> </goals> </execution> </executions> </plugin> </plugins> </build> <profiles> <profile> <id>jacoco</id> <build> <plugins> <plugin> <groupId>org.jacoco</groupId> <artifactId>jacoco-maven-plugin</artifactId> <executions> <execution> <id>jacoco-initialize</id> <goals> <goal>prepare-agent</goal> </goals> </execution> <execution> <id>jacoco-check</id> <phase>test</phase> <goals> <goal>check</goal> <goal>report</goal> </goals> <configuration> <rules> <rule> <element>BUNDLE</element> <limits> <limit> <counter>INSTRUCTION</counter> <value>COVEREDRATIO</value> <minimum>0.70</minimum> </limit> <limit> <counter>LINE</counter> <value>COVEREDRATIO</value> <minimum>0.73</minimum> </limit> <limit> <counter>BRANCH</counter> <value>COVEREDRATIO</value> <minimum>0.54</minimum> </limit> <limit> <counter>COMPLEXITY</counter> <value>COVEREDRATIO</value> <minimum>0.60</minimum> </limit> <limit> <counter>METHOD</counter> <value>COVEREDRATIO</value> <minimum>0.79</minimum> </limit> <limit> <counter>CLASS</counter> <value>MISSEDCOUNT</value> <maximum>8</maximum> </limit> </limits> </rule> </rules> </configuration> </execution> </executions> </plugin> </plugins> </build> </profile> <profile> <id>qulice</id> <build> <plugins> <plugin> <groupId>com.qulice</groupId> <artifactId>qulice-maven-plugin</artifactId> <configuration> <excludes> <exclude>checkstyle:/src/it.*</exclude> <exclude>checkstyle:/src/test/resources/.*</exclude> <exclude>pmd:/src/it.*</exclude> <exclude>pmd:/src/test/resources/.*</exclude> <exclude>duplicatefinder:.*</exclude> <exclude>xml:/src/test/resources/META-INF/maven/plugin.xml</exclude> <exclude>dependencies:org.hamcrest:hamcrest-core:jar:1.3:compile</exclude> </excludes> </configuration> </plugin> </plugins> </build> </profile> </profiles> </project>