Mercurial > lada > lada-server
comparison pom.xml @ 739:add3e994b4c4
add new search 'HP-Nr-Filter'
author | Michael Stanko <mstanko@bfs.de> |
---|---|
date | Tue, 22 Sep 2015 11:51:50 +0200 |
parents | 00aaa48d37fe |
children | c415d14acadd |
comparison
equal
deleted
inserted
replaced
738:1ed5e3692215 | 739:add3e994b4c4 |
---|---|
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> |