https://github.com/fugerit-org/fj-bom
Fugerit Java BOM to use as parent pom
https://github.com/fugerit-org/fj-bom
bom java maven-bom maven-pom
Last synced: 6 months ago
JSON representation
Fugerit Java BOM to use as parent pom
- Host: GitHub
- URL: https://github.com/fugerit-org/fj-bom
- Owner: fugerit-org
- License: apache-2.0
- Created: 2021-06-10T17:55:54.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-09-09T11:01:32.000Z (about 1 year ago)
- Last Synced: 2024-09-09T12:52:20.213Z (about 1 year ago)
- Topics: bom, java, maven-bom, maven-pom
- Homepage: https://www.fugerit.org/
- Size: 125 KB
- Stars: 5
- Watchers: 5
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# fj-bom
Main parent pom of fugerit-org projects.
[](https://github.com/fugerit-org/fj-bom/blob/main/CHANGELOG.md)
[](https://central.sonatype.com/artifact/org.fugerit.java/fj-bom)
[](https://opensource.org/licenses/Apache-2.0)
[](https://github.com/fugerit-org/fj-universe/blob/main/CODE_OF_CONDUCT.md)
[](https://sonarcloud.io/summary/new_code?id=fugerit-org_fj-bom)[](https://universe.fugerit.org/src/docs/versions/java11.html)
[](https://universe.fugerit.org/src/docs/versions/java11.html)
[](https://universe.fugerit.org/src/docs/versions/maven3_9.html)
[](https://universe.fugerit.org/src/docs/conventions/index.html)## general properties
| property | current value | note |
|-------------------------------|--------------------------------------------------------|------|
| project.build.sourceEncoding | UTF-8 | |
| java-version-compliance | 1.8 | |
| maven.compiler.source | ${java-version-compliance} | |
| maven.compiler.target | ${java-version-compliance} | |
| licenseURL | http://www.apache.org/licenses/LICENSE-2.0.txt | |
| javadoc-javasource-path-extra | |
| javadoc-javasource-path | ${delombok-output-dir}${javadoc-javasource-path-extra} |
| format.skip (1) | true |(1) - It will use the [code rules](https://github.com/fugerit-org/fugerit-code-rules) to format the sources.
## artifact versions properties
| property | current value | note |
|------------------------------------------|------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| mvn-compiler-version |  | [](https://central.sonatype.com/artifact/org.apache.maven.plugins/maven-compiler-plugin) |
| mvn-source-version |  | [](https://central.sonatype.com/artifact/org.apache.maven.plugins/maven-source-plugin) |
| mvn-javadoc-version |  | [](https://central.sonatype.com/artifact/org.apache.maven.plugins/maven-javadoc-plugin) |
| mvn-jar-version |  | [](https://central.sonatype.com/artifact/org.apache.maven.plugins/maven-jar-plugin) |
| mvn-shade-version |  | [](https://central.sonatype.com/artifact/org.apache.maven.plugins/maven-shade-plugin) |
| mvn-surefire-version |  | [](https://central.sonatype.com/artifact/org.apache.maven.plugins/maven-surefire-plugin) |
| mvn-resources-version |  | [](https://central.sonatype.com/artifact/org.apache.maven.plugins/maven-resources-plugin) |
| mvn-plugin-api-version |  | [](https://central.sonatype.com/artifact/org.apache.maven/maven-plugin-api) |
| mvn-plugin-annotations-version |  | [](https://central.sonatype.com/artifact/org.apache.maven.plugin-tools/maven-plugin-annotations) |
| mvn-plugin-version |  | [](https://central.sonatype.com/artifact/org.apache.maven.plugins/maven-plugin-plugin) |
| slf4j-version |  | [](https://central.sonatype.com/artifact/org.slf4j/slf4j-api) |
| log4j2-version |  | [](https://central.sonatype.com/artifact/org.apache.logging.log4j/log4j-api) |
| nexus-version |  | [](https://central.sonatype.com/artifact/org.sonatype.plugins/nexus-staging-maven-plugin) |
| mvn-gpg-version |  | [](https://central.sonatype.com/artifact/org.apache.maven.plugins/maven-gpg-plugin) |
| poi-version |  | [](https://central.sonatype.com/artifact/org.apache.poi/poi) |
| common-codec-version |  | [](https://central.sonatype.com/artifact/commons-codec/commons-codec) |
| dbcp-version |  | [](https://central.sonatype.com/artifact/commons-dbcp/commons-dbcp) |
| dbcp2-version |  | [](https://central.sonatype.com/artifact/org.apache.commons/commons-dbcp2) |
| junit-version (junit4) |  | [](https://central.sonatype.com/artifact/junit/junit) |
| testcontainers-version |  | [](https://central.sonatype.com/artifact/org.testcontainers/testcontainers) |
| junit-jupiter-version (junit5) |  | [](https://central.sonatype.com/artifact/org.junit.jupiter/junit-jupiter) |
| junit-jupiter-api-version (junit5) | junit-jupiter-version | [](https://central.sonatype.com/artifact/org.junit.jupiter/junit-jupiter-api)
| testcontainers-core-version | testcontainers-version | [](https://central.sonatype.com/artifact/org.testcontainers/testcontainers) |
| testcontainers-junit-version | testcontainers-version | [](https://central.sonatype.com/artifact/org.testcontainers/testcontainers) |
| awaitility-version |  | [](https://central.sonatype.com/artifact/org.awaitility/awaitility) |
| hsqldb-version |  | [](https://central.sonatype.com/artifact/org.hsqldb/hsqldb) |
| fj-test-helper-version |  | [](https://central.sonatype.com/artifact/org.fugerit.java/fj-test-helper) |
| common-compress-version |  | [](https://central.sonatype.com/artifact/org.apache.commons/commons-compress) |
| org.tukaani.xz-version |  | [](https://central.sonatype.com/artifact/org.tukaani/xz) |
| lombok-version |  | [](https://central.sonatype.com/artifact/org.projectlombok/lombok) |
| graalvm-mvn-native-version |  | [](https://central.sonatype.com/artifact/org.graalvm.buildtools/native-maven-plugin) |
| slf4j-simple-version | slf4j-version | [](https://central.sonatype.com/artifact/org.slf4j/slf4j-simple) |
| jacoco-maven-plugin-version |  | [](https://central.sonatype.com/artifact/org.jacoco/jacoco) |
| buildnumber-maven-plugin-version |  | [](https://central.sonatype.com/artifact/org.codehaus.mojo/buildnumber-maven-plugin) |
| build-helper-maven-plugin-version |  | [](https://central.sonatype.com/artifact/org.codehaus.mojo/build-helper-maven-plugin) |
| jackson-version |  | [](https://central.sonatype.com/artifact/com.fasterxml.jackson.core/jackson-core) |
| fasterxml-jackson-core-version | jackson-version | [](https://central.sonatype.com/artifact/com.fasterxml.jackson.core/jackson-core) |
| fasterxml-jackson-databind-version | jackson-version | [](https://central.sonatype.com/artifact/com.fasterxml.jackson.core/jackson-databind) |
| fasterxml-jackson-dataformat-yaml-version | jackson-version | [](https://central.sonatype.com/artifact/com.fasterxml.jackson.dataformat/jackson-dataformat-yaml) |
| opencsv-version |  | [](https://central.sonatype.com/artifact/com.opencsv/opencsv) |
| lombok-maven-plugin-version |  | [](https://central.sonatype.com/artifact/org.projectlombok/lombok-maven-plugin) |
| mvn-formatter-plugin-version |  | [](https://central.sonatype.com/artifact/net.revelc.code.formatter/formatter-maven-plugin) |
| fugerit-code-rules-version |  | [](https://central.sonatype.com/artifact/org.fugerit.java/fugerit-code-rules) |