diff --git a/.github/workflows/pull_requests.yml b/.github/workflows/pull_requests.yml
index c38c14d47..3076419cd 100644
--- a/.github/workflows/pull_requests.yml
+++ b/.github/workflows/pull_requests.yml
@@ -22,7 +22,7 @@ jobs:
cache: maven
- name: JDK 17 Tests
- run: mvn -B verify -Dmaven.test.failure.ignore=true -Dansi.strip=true
+ run: mvn -B clean install artifact:compare -Dmaven.test.failure.ignore=true -Dansi.strip=true
- name: Test Logs
uses: actions/upload-artifact@v4
@@ -44,7 +44,7 @@ jobs:
cache: maven
- name: JDK 21 Tests
- run: mvn -B verify -Dmaven.test.failure.ignore=true -Dansi.strip=true
+ run: mvn -B clean install artifact:compare -Dmaven.test.failure.ignore=true -Dansi.strip=true
- name: Test Logs
uses: actions/upload-artifact@v4
diff --git a/core/pom.xml b/core/pom.xml
index 69fb08591..13b0f110c 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -116,6 +116,11 @@
maven-compiler-plugin
+
+
+ -Aorg.jboss.logging.tools.addGeneratedAnnotation=false
+
+
diff --git a/parent/pom.xml b/parent/pom.xml
index 01140ae2f..b50e67f40 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -93,16 +93,22 @@
UTF-8
UTF-8
+ ${git.commit.time}
+
jboss-releases-repository
https://repository.jboss.org/nexus
- ${jboss.releases.nexus.url}/service/local/staging/deploy/maven2/
+ ${jboss.releases.nexus.url}/service/local/staging/deploy/maven2/
+
jboss-snapshots-repository
- https://repository.jboss.org/nexus/content/repositories/snapshots/
+ https://repository.jboss.org/nexus/content/repositories/snapshots/
+
17
17
- 3.1.0
+ 3.1.0
+ 3.5.1
+ 3.2.0
3.12.1
3.5.0
3.1.2
@@ -110,7 +116,6 @@
3.6.0
2.1.0
3.3.0
- 3.1.0
3.1.2
@@ -124,8 +129,8 @@
5.12.0
1.0
3.6.0.Final
- 2.2.1.Final
- 2.2.1.Final
+ 3.0.0.Final
+ 3.0.0.Final
2.23.1
2.1.4.Final
2.17.1
@@ -136,7 +141,8 @@
https://s01.oss.sonatype.org/
ossrh
- https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/
+ https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/
+
ossrh
https://s01.oss.sonatype.org/content/repositories/snapshots
@@ -331,6 +337,12 @@
+
+ org.apache.maven.plugins
+ maven-artifact-plugin
+ ${version.artifact.plugin}
+
+
maven-compiler-plugin
@@ -406,8 +418,40 @@
org.codehaus.mojo
buildnumber-maven-plugin
${version.buildnumber.plugin}
+
+
+ validate
+
+ create
+
+
+ false
+ false
+ true
+ UTC
+
+
+
+
+
+ io.github.git-commit-id
+ git-commit-id-maven-plugin
+ 8.0.2
+
+
+ get-the-git-infos
+
+ revision
+
+ initialize
+
+
+
+ UTC
+
+
@@ -450,6 +494,14 @@
protobuf-maven-plugin
${version.protobuf.plugin}
+
+ org.codehaus.mojo
+ buildnumber-maven-plugin
+
+
+ io.github.git-commit-id
+ git-commit-id-maven-plugin
+
diff --git a/types/pom.xml b/types/pom.xml
index 0bed81f9a..396a22bdd 100644
--- a/types/pom.xml
+++ b/types/pom.xml
@@ -59,37 +59,6 @@
junit
test
-
-
- org.apache.logging.log4j
- log4j-api
- test
-
-
-
- org.apache.logging.log4j
- log4j-core
- test
-
-
-
- org.apache.logging.log4j
- log4j-slf4j-impl
- test
-
-
-
- org.apache.logging.log4j
- log4j-jul
- test
-
-
-
- junit
- junit
- test
-
-