Skip to content

Commit

Permalink
Added support for jelastic
Browse files Browse the repository at this point in the history
  • Loading branch information
wakaleo committed Sep 29, 2012
1 parent 574a3e4 commit 4c76873
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 5 deletions.
5 changes: 0 additions & 5 deletions gameoflife-web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -123,11 +123,6 @@
<artifactId>gameoflife-core</artifactId>
<version>0.9.67-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.wakaleo.gameoflife</groupId>
<artifactId>gameoflife-webservice</artifactId>
<version>0.9.67-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-webmvc</artifactId>
Expand Down
14 changes: 14 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,20 @@
</configuration>
</plugin>

<plugin>
<groupId>com.jelastic</groupId>
<artifactId>jelastic-maven-plugin</artifactId>
<version>1.6</version>
<configuration>
<email>${jelastic.username}</email>
<password>${jelastic.password}</password>
<context>gameoflife</context>
<environment>wakaleo</environment>
<api_hoster>app.jelastic.servint.net</api_hoster>
<finalName>gameoflife</finalName>
</configuration>
</plugin>

</plugins>

<pluginManagement>
Expand Down

0 comments on commit 4c76873

Please sign in to comment.