This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push: new 2dc178385af Do not do license check and JPA instrumentation during release build 2dc178385af is described below commit 2dc178385afe6163f4978113b63cd151e9b039a5 Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Sun Jul 23 09:41:17 2023 +0200 Do not do license check and JPA instrumentation during release build --- pom.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 1ba3c53486a..134ea798a74 100644 --- a/pom.xml +++ b/pom.xml @@ -518,8 +518,7 @@ <preparationGoals>clean install</preparationGoals> <goals>deploy</goals> <!-- The profile we want to use when doing the release --> - <!-- do not run full --> - <arguments>-Prelease,-full</arguments> + <arguments>-Prelease</arguments> <autoVersionSubmodules>true</autoVersionSubmodules> </configuration> </plugin>