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

jamesnetherton 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 0c5961300c Remove references to redundant yarn build arguments
0c5961300c is described below

commit 0c5961300c89b642a053907712951a55438c9dbf
Author: James Netherton <jamesnether...@gmail.com>
AuthorDate: Thu Apr 25 07:21:34 2024 +0100

    Remove references to redundant yarn build arguments
---
 docs/modules/ROOT/pages/contributor-guide/release-guide.adoc | 2 +-
 pom.xml                                                      | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/modules/ROOT/pages/contributor-guide/release-guide.adoc 
b/docs/modules/ROOT/pages/contributor-guide/release-guide.adoc
index 0742b1e9a0..263a1d7eb7 100644
--- a/docs/modules/ROOT/pages/contributor-guide/release-guide.adoc
+++ b/docs/modules/ROOT/pages/contributor-guide/release-guide.adoc
@@ -58,7 +58,7 @@ $ cd target/checkout
 +
 [source,shell]
 ----
-$ mvn deploy -Papache-release -DskipTests -Denforcer.skip -Dquarkus.build.skip 
-Dformatter.skip -Dimpsort.skip -Dskip.installyarn -Dskip.yarn -rf 
:camel-quarkus-openapi-java
+$ mvn deploy -Papache-release -DskipTests -Denforcer.skip -Dquarkus.build.skip 
-Dformatter.skip -Dimpsort.skip -rf :camel-quarkus-openapi-java
 ----
 
 == Close the Apache staging repository
diff --git a/pom.xml b/pom.xml
index a5d705b10f..970bfae404 100644
--- a/pom.xml
+++ b/pom.xml
@@ -412,7 +412,7 @@
                         <releaseProfiles>apache-release</releaseProfiles>
                         <goals>deploy</goals>
                         <!-- Both release:prepare and release:perform config 
-->
-                        <arguments>-DskipTests -Denforcer.skip 
-Dquarkus.build.skip -Dformatter.skip -Dimpsort.skip -Dskip.installyarn 
-Dskip.yarn</arguments>
+                        <arguments>-DskipTests -Denforcer.skip 
-Dquarkus.build.skip -Dformatter.skip -Dimpsort.skip</arguments>
                     </configuration>
                 </plugin>
 

Reply via email to