Mercurial > lada > lada-server
comparison pom.xml @ 746:9f3029b5fc90
merged.
author | Raimund Renkert <raimund.renkert@intevation.de> |
---|---|
date | Tue, 27 Oct 2015 09:59:21 +0100 |
parents | add3e994b4c4 |
children | c415d14acadd |
comparison
equal
deleted
inserted
replaced
745:e2a78d5afaaa | 746:9f3029b5fc90 |
---|---|
244 <plugin> | 244 <plugin> |
245 <groupId>org.wildfly.plugins</groupId> | 245 <groupId>org.wildfly.plugins</groupId> |
246 <artifactId>wildfly-maven-plugin</artifactId> | 246 <artifactId>wildfly-maven-plugin</artifactId> |
247 <configuration> | 247 <configuration> |
248 <hostname>localhost</hostname> | 248 <hostname>localhost</hostname> |
249 <port>19990</port> | 249 <port>9990</port> |
250 <!-- | |
250 <username>admin</username> | 251 <username>admin</username> |
251 <password>secret</password> | 252 <password>secret</password> |
253 --> | |
252 </configuration> | 254 </configuration> |
253 <!-- <executions> | 255 <!-- <executions> |
254 <execution> | 256 <execution> |
255 <id>deploy-jar</id> | 257 <id>deploy-jar</id> |
256 <phase>install</phase> | 258 <phase>install</phase> |