Skip to content

rafalwrzeszcz-wrzasqpl/pl.wrzasq.parent

Repository files navigation

WrzasqPl-Parent

WrzasqPl-Parent is a generic bootstrap project structure that we use in all our projects (both open source, internal and commercial).

Build Status

Usage

To use it in your project, simply define pl.wrzasq.parent:parent-generic as your project parent POM:

<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/maven-v4_0_0.xsd
">
    <modelVersion>4.0.0</modelVersion>

    <!-- core project settings -->
    <groupId>${groupId}</groupId>
    <artifactId>${artifactId}</artifactId>
    <packaging>jar</packaging>
    <version>${version}</version>
    <parent>
        <groupId>pl.wrzasq.parent</groupId>
        <artifactId>parent-generic</artifactId>
        <version>${pl.wrzasq.parent.version}</version>
    </parent>
</project>

Resources

Authors

This project is brought to you by Rafał Wrzeszcz - Wrzasq.pl and published under MIT license.

List of contributors: