Advertisement
Guest User

Untitled

a guest
Jul 27th, 2017
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.70 KB | None | 0 0
  1. -parent
  2. --web
  3. --server
  4. ----moduleA
  5. ----moduleB
  6. ----moduleС
  7. ----main
  8.  
  9. <plugin>
  10. <groupId>org.wildfly.plugins</groupId>
  11. <artifactId>wildfly-maven-plugin</artifactId>
  12. <version>${wildfly-maven-plugin.version}</version>
  13. <configuration>
  14. <hostname>${wildfly-hostname}</hostname>
  15. <port>${wildfly-port}</port>
  16. <username>${wildfly-username}</username>
  17. <password>${wildfly-password}</password>
  18. <!-- <filename>${project.build.directory}/${project.build.finalName}.${project.packaging}</filename> ?? -->
  19. </configuration>
  20. </plugin>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement