This is an automated email from the ASF dual-hosted git repository.
gzurowski pushed a commit to branch camel-3.x
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/camel-3.x by this push:
new 98911009b3b Add skipTests property to release profile
98911009b3b is described below
commit 98911009b3b976bcaa93ace5ebc79671feaf4d57
Author: Gregor Zurowski <[email protected]>
AuthorDate: Thu Jun 22 09:10:52 2023 +0200
Add skipTests property to release profile
---
pom.xml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/pom.xml b/pom.xml
index f2c86e93a96..251293ee838 100644
--- a/pom.xml
+++ b/pom.xml
@@ -717,6 +717,9 @@
<name>release</name>
</property>
</activation>
+ <properties>
+ <skipTests>true</skipTests>
+ </properties>
<build>
<plugins>
<!-- We want to deploy the artifact to a staging location
for perusal -->