You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by pp...@apache.org on 2021/12/22 16:19:52 UTC

[camel-quarkus] branch main updated: 📝 Use Quarkus Platform Maven Wrapper

This is an automated email from the ASF dual-hosted git repository.

ppalaga pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git


The following commit(s) were added to refs/heads/main by this push:
     new d44ee75  📝 Use Quarkus Platform Maven Wrapper
d44ee75 is described below

commit d44ee757432550ed773ede46751a32c027207c30
Author: Zineb Bendhiba <be...@gmail.com>
AuthorDate: Wed Dec 22 15:35:08 2021 +0100

    📝 Use Quarkus Platform Maven Wrapper
---
 docs/modules/ROOT/pages/contributor-guide/release-guide.adoc | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/docs/modules/ROOT/pages/contributor-guide/release-guide.adoc b/docs/modules/ROOT/pages/contributor-guide/release-guide.adoc
index ee61060..f347e1b 100644
--- a/docs/modules/ROOT/pages/contributor-guide/release-guide.adoc
+++ b/docs/modules/ROOT/pages/contributor-guide/release-guide.adoc
@@ -191,10 +191,14 @@ $ git status
 +
 [source,shell]
 ----
-$ mvn clean install -DskipTests
+$ ./mvnw clean install -DskipTests
 # ^ This will take a couple of minutes because it resolves
 # every single dependency of every single extension included
 # in the platform
+#
+# double check files are well formatted
+$ ./mvnw -Dsync
+
 
 # Then commit the generated changes
 $ git add -A