diff --git a/pom.xml b/pom.xml index a2791d417..f518c905f 100644 --- a/pom.xml +++ b/pom.xml @@ -174,14 +174,17 @@ under the License. - - 0.18 - 1.8 - 5.0.0 + + 10.0.0 + + + 0.18 + 1.8 + 0.8.14 @@ -500,6 +503,41 @@ under the License. + + + com.github.hazendaz.maven + coveralls-maven-plugin + ${coveralls-maven-plugin.version} + + ${coveralls-repo-token} + + + + + io.github.git-commit-id + git-commit-id-maven-plugin + ${git-commit-id-maven-plugin.version} + + + get-the-git-infos + + revision + + initialize + + + + true + ${project.basedir}/git.properties + + ^git\.branch$ + ^git\.commit\.id$ + ^git\.commit\.time$ + ^git\.build\.user\.email$ + + + + org.apache.rat apache-rat-plugin @@ -535,16 +573,6 @@ under the License. - - - com.github.hazendaz.maven - coveralls-maven-plugin - ${coveralls-maven-plugin.version} - - ${coveralls-repo-token} - - - org.jacoco @@ -592,18 +620,18 @@ under the License. maven-clean-plugin - + - + org.apache.maven.plugins maven-enforcer-plugin - + - + org.apache.maven.plugins @@ -641,7 +669,10 @@ under the License. coveralls-maven-plugin - + + io.github.git-commit-id + git-commit-id-maven-plugin + org.apache.rat diff --git a/src/assembly/source-release.xml b/src/assembly/source-release.xml index 1d8d7ecb6..fe3e857a8 100644 --- a/src/assembly/source-release.xml +++ b/src/assembly/source-release.xml @@ -23,6 +23,7 @@ under the License. zip + ${project.artifactId}-${project.version}-source-release ${project.basedir} @@ -32,9 +33,14 @@ under the License. **/.git/** **/target/** - + + **/.github/** + **/.gitattributes **/.vscode/** + **/.idea/** + **/.checkstyle + **/.DS_Store **/.settings/** **/.asf.yaml **/.classpath