The CIB seven Community Release Parent POM provides common settings for all CIB seven Community projects and components.
You can download source and binaries from our repository .
Alternatively, you can pull it from the central Maven repositories:
<dependency>
<groupId>org.cibseven.community</groupId>
<artifactId>release-parent</artifactId>
<version>1.0.0</version>
</dependency>Building requires a Java JDK and Apache Maven.
The required Java version is found in the pom.xml as the maven.compiler.source property.
From a CL, run mvn without arguments to invoke the default Maven goal to run all tests and checks.
Please see our contribution guidelines for how to raise issues and how to contribute code to our project.
This code is licensed under the Apache License v2.