Skip to content

The Bard Framework Parent POM provides common settings for all Bard's components.

Notifications You must be signed in to change notification settings

bardframework/bard-parent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bard Framework Parent

Build Status Maven Central License

The Bard Framework Parent POM provides common settings for all Bard's components.

Documentation

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.

Where can I get the latest release?

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>22</version>
    <type>pom</type>
    <scope>import</scope>
</dependency>

or use it as parent pom:

<parent>
    <groupId>org.bardframework</groupId>
    <artifactId>bard-parent</artifactId>
    <version>22</version>
</parent>

Contributing

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.

License

This code is under the Apache Licence v2.

Donations

You like Bard Framework? Then donate to support the development.

Additional Resources

About

The Bard Framework Parent POM provides common settings for all Bard's components.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published