Skip to content

Commit

Permalink
Polishing description for maven profile on README
Browse files Browse the repository at this point in the history
  • Loading branch information
kazuki43zoo committed Jan 21, 2017
1 parent 9fc7b01 commit 0a97e2a
Showing 1 changed file with 12 additions and 10 deletions.
22 changes: 12 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,16 +47,18 @@ Running JPetStore sample under Tomcat (using the [cargo-maven2-plugin](https://c
>
> We provide some maven profiles as follow:
>
> * tomcat90 : Running under the Tomcat 9.0
> * tomcat85 : Running under the Tomcat 8.5 (default profile)
> * tomcat80 : Running under the Tomcat 8.0
> * tomcat70 : Running under the Tomcat 7.0
> * tomee : Running under the TomEE 7
> * wildfly : Running under the WildFly 10
> * liberty : Running under the WebSphere Liberty 16
> * jetty : Running under the Jetty 9
> * glassfish : Running under the GlassFish 4
> * resin : Running under the Resin 4
> | Profile | Description |
> | --------- | ----------- |
> | tomcat90 | Running under the Tomcat 9.0 |
> | tomcat85 | Running under the Tomcat 8.5 (default profile) |
> | tomcat80 | Running under the Tomcat 8.0 |
> | tomcat70 | Running under the Tomcat 7.0 |
> | tomee | Running under the TomEE 7 |
> | wildfly | Running under the WildFly 10 |
> | liberty | Running under the WebSphere Liberty 16 (Known Issue: #72) |
> | jetty | Running under the Jetty 9 |
> | glassfish | Running under the GlassFish 4 |
> | resin | Running under the Resin 4 |
>
> ```
> $ mvn cargo:run -P tomcat90
Expand Down

0 comments on commit 0a97e2a

Please sign in to comment.