eric-lee-ltk commented on a change in pull request #622: [SCB-441] Provide 
Maven Archetype of business-service-jaxrs
URL: 
https://github.com/apache/incubator-servicecomb-java-chassis/pull/622#discussion_r177621553
 
 

 ##########
 File path: archetypes/README.md
 ##########
 @@ -0,0 +1,38 @@
+## ServiceComb Java Chassis Archetypes
+### What's maven archetypes
+http://maven.apache.org/guides/introduction/introduction-to-archetypes.html
+
+### What we will provide
+1. business-service-jaxrs  
+  Archetype for create a common microservice using jaxrs provider.
+
+more coming soon.. 
+
+### How to build these archetypes
+We use **business-service-jaxrs** as example :
+```bash
+cd archetypes
+cd business-service-jaxrs
+mvn archetype:create-from-project
+#Wait until successed, archetype will be generated at 
target/generated-sources/archetype
+cd target/generated-sources/archetype
+#Install archetype to your local maven repository
+mvn install
+```
+*Notice: The archetype ArtifactId of business-service-jaxrs is 
business-service-jaxrs-**archetype.***
+
+We will publish these archetypes to maven center repository when do release 
since 1.0.0-m2.
+
+### How to use these archetypes generate project
 
 Review comment:
   How to use these archetypes to generate a project

----------------------------------------------------------------
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