This is an automated email from the ASF dual-hosted git repository.
aldettinger pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
The following commit(s) were added to refs/heads/master by this push:
new 7e78125 Fixed the promote JVM Only extension to native guide
7e78125 is described below
commit 7e781256d71040ee5e8d3dfa89ac62213731ffcc
Author: aldettinger <[email protected]>
AuthorDate: Mon May 4 14:01:47 2020 +0200
Fixed the promote JVM Only extension to native guide
---
docs/modules/ROOT/pages/promote-jvm-to-native.adoc | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/docs/modules/ROOT/pages/promote-jvm-to-native.adoc
b/docs/modules/ROOT/pages/promote-jvm-to-native.adoc
index 8f99f4c..a85b0a7 100644
--- a/docs/modules/ROOT/pages/promote-jvm-to-native.adoc
+++ b/docs/modules/ROOT/pages/promote-jvm-to-native.adoc
@@ -32,7 +32,8 @@ $ {
git mv "extensions-jvm/${EXT}" "extensions/${EXT}"
sed -i -r "s/(.*)activemq(.*)/\1activemq\2\n\1${EXT}\2/g" extensions/pom.xml
sed -i -r "s/(.*)activemq(.*)/\1activemq\2\n\1${EXT}\2/g"
integration-tests/pom.xml
- sed -i -r "s/camel-quarkus-${EXT}-parent/camel-quarkus-integration-tests/g"
"integration-tests/${EXT}/pom.xml"
+ sed -i -r
"s/camel-quarkus-build-parent-it/camel-quarkus-integration-tests/g"
"integration-tests/${EXT}/pom.xml"
+ sed -i '/relativePath/d' "integration-tests/${EXT}/pom.xml"
sed -i -r
"s/camel-quarkus-${EXT}-integration-test/camel-quarkus-integration-test-${EXT}/g"
"integration-tests/${EXT}/pom.xml"
sed -i -r "s/Quarkus :: (.*) :: Integration Test/Quarkus :: Integration
Test :: \1/g" "integration-tests/${EXT}/pom.xml"
}