essobedo commented on code in PR #409:
URL: https://github.com/apache/camel-karaf/pull/409#discussion_r1670420564


##########
tooling/camel-karaf-test-feature-archetype/README.md:
##########
@@ -0,0 +1,17 @@
+# Apache Camel Karaf Archetype
+
+### Introduction
+
+This archetype is to initialize a maven project to test a camel-feature inside 
karaf using the 
+org.apache.camel.karaf:camel-integration-test
+
+### Usage
+
+This tool is using maven archetype:generate plugin, for instance, to 
+initialize a test for camel-Atom , go to camel-karaf/tests/features/ , run
+    
+```shell
+mvn archetype:generate -DfeatureName=Atom 
-DarchetypeGroupId=org.apache.camel.karaf 
-DarchetypeArtifactId=camel-karaf-test-feature-archetype 
-DarchetypeVersion=4.6.0-SNAPSHOT 
+```
+
+Then rename the directory camel-atom-test to camel-atom and adapt pom.xml, 
fill the supplier class and integration test.

Review Comment:
   ```suggestion
   Then rename the directory `camel-atom-test` to `camel-atom`, adapt the file 
`pom.xml`, and finally fill in the supplier class and integration test.
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to