comparison pom.xml @ 371:d878ff29e521

Added example config for remote deployment.
author Raimund Renkert <rrenkert@intevation.de>
date Tue, 24 Sep 2013 13:06:38 +0200
parents 567ce7697fc7
children 2cec94fcab05
comparison
equal deleted inserted replaced
369:8e335385ef95 371:d878ff29e521
276 </plugins> 276 </plugins>
277 </build> 277 </build>
278 </profile> 278 </profile>
279 279
280 <profile> 280 <profile>
281 <id>remote</id>
282 <build>
283 <plugins>
284 <plugin>
285 <groupId>org.jboss.as.plugins</groupId>
286 <artifactId>jboss-as-maven-plugin</artifactId>
287 <version>7.1.1.Final</version>
288 <configuration>
289 <hostname>ike.polyhedra.intevation.de</hostname>
290 <port>9999</port>
291 <username>admin</username>
292 <password>secret</password>
293 </configuration>
294 <executions>
295 <execution>
296 <id>deploy-jar</id>
297 <phase>install</phase>
298 <goals>
299 <goal>deploy</goal>
300 </goals>
301 </execution>
302 </executions>
303 </plugin>
304 </plugins>
305 </build>
306 </profile>
307 <profile>
281 <!-- An optional Arquillian testing profile that executes tests 308 <!-- An optional Arquillian testing profile that executes tests
282 in your JBoss AS instance --> 309 in your JBoss AS instance -->
283 <!-- This profile will start a new JBoss AS instance, and execute 310 <!-- This profile will start a new JBoss AS instance, and execute
284 the test, shutting it down when done --> 311 the test, shutting it down when done -->
285 <!-- Run with: mvn clean test -Parq-jbossas-managed --> 312 <!-- Run with: mvn clean test -Parq-jbossas-managed -->
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)