All Downloads are FREE. Search and download functionalities are using the official Maven repository.

META-INF.maven.net.kemitix.kemitix-quality-maven-plugin.pom.xml Maven / Gradle / Ivy

Go to download

A maven plugin that bundles several other pre-configured code quality related maven plugins

The newest version!
<?xml version="1.0" encoding="UTF-8"?>
<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>net.kemitix</groupId>
        <artifactId>kemitix-quality-parent</artifactId>
        <version>0.2.1</version>
    </parent>

    <artifactId>kemitix-quality-maven-plugin</artifactId>
    <packaging>maven-plugin</packaging>
    <name>Kemitix Quality Maven Plugin</name>
    <description>A maven plugin that bundles several other pre-configured code quality related maven plugins
    </description>

    <dependencies>
        <dependency>
            <groupId>net.kemitix</groupId>
            <artifactId>kemitix-quality-api</artifactId>
        </dependency>
        <dependency>
            <groupId>net.kemitix</groupId>
            <artifactId>kemitix-quality-goals</artifactId>
        </dependency>
        <dependency>
            <groupId>net.kemitix</groupId>
            <artifactId>kemitix-quality-mojo-executor</artifactId>
        </dependency>
        <dependency>
            <groupId>org.apache.maven</groupId>
            <artifactId>maven-plugin-api</artifactId>
        </dependency>
        <dependency>
            <groupId>org.apache.maven</groupId>
            <artifactId>maven-core</artifactId>
        </dependency>
        <dependency>
            <groupId>org.apache.maven.plugin-tools</groupId>
            <artifactId>maven-plugin-annotations</artifactId>
            <scope>provided</scope>
        </dependency>
        <dependency>
            <groupId>org.twdata.maven</groupId>
            <artifactId>mojo-executor</artifactId>
        </dependency>
        <dependency>
            <groupId>junit</groupId>
            <artifactId>junit</artifactId>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.mockito</groupId>
            <artifactId>mockito-core</artifactId>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.assertj</groupId>
            <artifactId>assertj-core</artifactId>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.apache.maven.plugin-testing</groupId>
            <artifactId>maven-plugin-testing-harness</artifactId>
            <scope>test</scope>
        </dependency>
    </dependencies>

    <build>
        <plugins>
            <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-plugin-plugin</artifactId>
                <version>${maven-plugin-plugin.version}</version>
                <configuration>
                    <skipErrorNoDescriptorsFound>true</skipErrorNoDescriptorsFound>
                </configuration>
            </plugin><!-- maven-plugin-plugin -->
        </plugins>
    </build>
</project>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy