Advertisement
Guest User

Untitled

a guest
Jul 28th, 2016
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. <plugin>
  2. <groupId>org.jboss.as.plugins</groupId>
  3. <artifactId>jboss-as-maven-plugin</artifactId>
  4. <version>7.5.Final</version>
  5. <executions>
  6. <execution>
  7. <phase>install</phase>
  8. <goals>
  9. <goal>deploy</goal>
  10. </goals>
  11. <configuration>
  12. <hostname>localhost</hostname>
  13. <port>8080</port>
  14. <jbossHome>D:jbossjboss-eap-6.2</jbossHome>
  15. <fileName>target/xxx.war</fileName>
  16. </configuration>
  17. </execution>
  18. </executions>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement