# jetbrick-parent **Repository Path**: mirrors_subchen/jetbrick-parent ## Basic Information - **Project Name**: jetbrick-parent - **Description**: Parent pom for jetbrick projects - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-18 - **Last Updated**: 2026-05-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README jetbrick-parent ================== This is a parent pom for jetbrick projects. ```xml com.github.subchen jetbrick-parent 2.5 ``` Supports following features * Add license header / code format ``` mvn process-sources -P format ``` * Code coverage (jacoco) ``` mvn test -P jacoco ``` * Maven deploy and release ``` mvn deploy -P oss -autoReleaseAfterClose=true ```