WrzasqPl-Parent is a generic bootstrap project structure that we use in all our projects (both open source, internal and commercial).
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>
- GitHub page with API documentation
- Contribution guide
- Issues tracker
- Maven packages
- Wrzasq.pl @ GitHub
- Wrzasq.pl @ Facebook
- Wrzasq.pl @ LinkedIn
This project is brought to you by Rafał Wrzeszcz - Wrzasq.pl and published under MIT license.
List of contributors: