Mercurial > lada > lada-server
comparison pom.xml @ 688:a7eb317d9105
Configuration for remote deployment in CI process.
author | Raimund Renkert <raimund.renkert@intevation.de> |
---|---|
date | Wed, 17 Jun 2015 17:06:22 +0200 |
parents | 6dd008066756 |
children | b04e360723c9 |
comparison
equal
deleted
inserted
replaced
687:59981420e66c | 688:a7eb317d9105 |
---|---|
281 <plugins> | 281 <plugins> |
282 <plugin> | 282 <plugin> |
283 <groupId>org.wildfly.plugins</groupId> | 283 <groupId>org.wildfly.plugins</groupId> |
284 <artifactId>wildfly-maven-plugin</artifactId> | 284 <artifactId>wildfly-maven-plugin</artifactId> |
285 <configuration> | 285 <configuration> |
286 <hostname>localhost</hostname> | 286 <hostname>eulimene</hostname> |
287 <port>9990</port> | 287 <port>9990</port> |
288 <username>admin</username> | 288 <username>admin</username> |
289 <password>secret</password> | 289 <password>secret</password> |
290 </configuration> | 290 </configuration> |
291 <executions> | 291 <executions> |