Advertisement
Guest User

Untitled

a guest
Dec 6th, 2016
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.70 KB | None | 0 0
  1. <plugin>
  2. <groupId>org.wildfly.plugins</groupId>
  3. <artifactId>wildfly-maven-plugin</artifactId>
  4. <version>1.1.0.Beta1</version>
  5. <configuration>
  6. <domain>
  7. <server-groups>
  8. <server-group>main-server-group</server-group>
  9. </server-groups>
  10. </domain>
  11. </configuration>
  12. </plugin>
  13.  
  14. org.wildfly.plugins:wildfly-maven-plugin:run -Dwildfly.version=8.0.0.CR1
  15.  
  16. {$path of pom.xml}targetwildfly-runwildfly-8.0.0.CR1domaintmp
  17.  
  18. {$path of pom.xml}targetwildfly-runwildfly-8.0.0.CR1standalonetmpvfstemptempd2a5c6044ecaf908content-b94122b24d483bc5***(xxx.war files unzip here)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement