Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
none
none
mvn clean install -Dtransifex.credential=<"username:password">
Note

All of the API calls on Transifex require the user to be authenticated. So the value "username:password" must be replaced by your credential, see how to create an account.
Command with proxy server:
mvn clean install -DproxySet=true -DproxyHost=<host> -DproxyPort=<port> -Dtransifex.credential=<"username:password">

Info
titleOld versions

Get the GIT branch 1.2.x of weasis-i18n and build the package of https://www.transifex.com/organization/nroduit/dashboard/weasis-12-old

...