Stages & jobs

  1. Default Stage

  2. Release

    Requires a user to start manually

Code commits

Git

  • Ivo Ulrich <teleivo@users.noreply.github.com>

    Ivo Ulrich <teleivo@users.noreply.github.com> 0a31a977ce3221cd029c6ae87138223eb5ed8c47

    Merge pull request #371 from teleivo/RAD-249
    Revert "RAD-249: Add unit-test and integration-test profile for maven…

  • teleivo <mrteleivo@gmail.com>

    teleivo <mrteleivo@gmail.com> 3c856e94e575502a41574a749be0c0b6da7a8ec0

    Revert "RAD-249: Add unit-test and integration-test profile for maven. Running maven without profile will execute both test types."
    This reverts commit 986c3aa1fe10a0ce70f71e520753c2f870d27fc3.

    This change lead to

    -DskipTests=true

    being ignored, which in turn lead to travis CI executing tests twice since it
    does

    * mvn install -DskipTests=true -Dmaven.javadoc.skip=true -B -V
    * mvn clean install --batch-mode

    This needs to be tested beforehand if this feature is introduced again!

    • pom.xml (version 3c856e94e575502a41574a749be0c0b6da7a8ec0)