[zanata/zanata-server] b55beb: Use Groovy script to install appserver

GitHub noreply at github.com
Tue Jun 16 06:06:11 UTC 2015


  Branch: refs/heads/simplify-appserver-properties
  Home:   https://github.com/zanata/zanata-server
  Commit: b55beb86af40dfb9f8941b3949747694c3183d9e
      https://github.com/zanata/zanata-server/commit/b55beb86af40dfb9f8941b3949747694c3183d9e
  Author: Sean Flanigan <sflaniga at redhat.com>
  Date:   2015-06-16 (Tue, 16 Jun 2015)

  Changed paths:
    A etc/scripts/extractAppserver.groovy
    M functional-test/pom.xml
    M pom.xml
    M zanata-war/pom.xml

  Log Message:
  -----------
  Use Groovy script to install appserver

This should make it easier to switch between EAP and WildFly for
testing.  Assuming you have set `EAP6_URL`, and you're happy to use
the version of WildFly specified in the pom, you just switch between
`-Dappserver=jbosseap6` and `-Dappserver=wildfly8`.

No need to specify any of these (and it's easier to switch if you don't):
- cargo.installation
- cargo.basename
- appserver.dir.name

You can still specify these if you want to change the version of WildFly
itself or the version of the management api::
- wildfly.version
- wildfly.client.version




More information about the zanata-commits mailing list