Mercurial > lada > lada-server
changeset 371:d878ff29e521
Added example config for remote deployment.
author | Raimund Renkert <rrenkert@intevation.de> |
---|---|
date | Tue, 24 Sep 2013 13:06:38 +0200 |
parents | 8e335385ef95 |
children | 3d2c53a10ee6 |
files | pom.xml |
diffstat | 1 files changed, 27 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/pom.xml Thu Sep 12 12:34:48 2013 +0200 +++ b/pom.xml Tue Sep 24 13:06:38 2013 +0200 @@ -278,6 +278,33 @@ </profile> <profile> + <id>remote</id> + <build> + <plugins> + <plugin> + <groupId>org.jboss.as.plugins</groupId> + <artifactId>jboss-as-maven-plugin</artifactId> + <version>7.1.1.Final</version> + <configuration> + <hostname>ike.polyhedra.intevation.de</hostname> + <port>9999</port> + <username>admin</username> + <password>secret</password> + </configuration> + <executions> + <execution> + <id>deploy-jar</id> + <phase>install</phase> + <goals> + <goal>deploy</goal> + </goals> + </execution> + </executions> + </plugin> + </plugins> + </build> + </profile> + <profile> <!-- An optional Arquillian testing profile that executes tests in your JBoss AS instance --> <!-- This profile will start a new JBoss AS instance, and execute