kameshsampath commented on a change in pull request #97: Added maven archetype 
for Java Action
URL: 
https://github.com/apache/incubator-openwhisk-devtools/pull/97#discussion_r170315889
 
 

 ##########
 File path: java-action-archetype/README.md
 ##########
 @@ -0,0 +1,14 @@
+# Maven Archetype for Java Action
+
+This archetype helps to generate the JavaAction template project
+
+## Generate project 
+
+```sh
+mvn archetype:generate \
+  -DarchetypeGroupId=org.apache.openwhisk.java \
+  -DarchetypeArtifactId=java-action-archetype \
+  -DarchetypeVersion=1.0-SNAPSHOT \
+  -DgroupId=com.example \
+  -DartifactId=demo-function
+```
 
 Review comment:
   updated

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to