Upgrade to version 0.2.1

This commit is contained in:
Alexey Andreev 2014-10-19 19:23:18 +04:00
parent a24652a576
commit 7ae62f9936

View File

@ -28,7 +28,7 @@ The easiest way to create a new TeaVM project is to type in the command line:
mvn -DarchetypeCatalog=local \
-DarchetypeGroupId=org.teavm \
-DarchetypeArtifactId=teavm-maven-webapp \
-DarchetypeVersion=0.2.0 archetype:generate
-DarchetypeVersion=0.2.1 archetype:generate
Now you can execute `mvn clean package` and get the generated `war` file.
Deploy this `war` in Tomcat or another container, or simply unzip it and open the `index.html` page.