The Bard Framework Parent POM provides common settings for all Bard's components.
More information can be found on the Bard Framework homepage. Questions related to the usage of Bard Framework Parent should be posted to the user mailing list.
You can download it from download page.
Alternatively you can pull it from the central Maven repositories:
<dependency>
<groupId>org.bardframework</groupId>
<artifactId>bard-parent</artifactId>
<version>3</version>
<type>pom</type>
<scope>import</scope>
</dependency>
or use it as parent pom:
<parent>
<groupId>org.bardframework</groupId>
<artifactId>bard-parent</artifactId>
<version>3</version>
</parent>
We accept Pull Requests via GitHub. The developer mailing list is the main channel of communication for contributors. There are some guidelines which will make applying PRs easier for us:
- No spaces! Please use tabs for indentation.
- Respect the code style.
- Create minimal diffs - disable on save actions like reformat source code or organize imports. If you feel the source code should be reformatted create a separate PR for this change.
You can learn more about contributing via GitHub in our contribution guidelines.
This code is under the Apache Licence v2.
You like Bard Framework? Then donate to support the development.