Verifies the integrety of the projects, as builds are executed immediately after a code change was detected. This plan provides no artifiacts (use a nightly build instead).

Build: #2492 was successful

Job: Build was successful

Stages & jobs

  1. Default Stage

Code commits

Openfire (master)

  • Guus der Kinderen

    Guus der Kinderen 1356cf2a9c5b08f4bc1187e6438b6db74cabb924

    OF-2668 / OF-2723: Allow plugins to be compiled against Openfire 4.8
    In this commit, a second artifact is produced from the xmppserver module. Apart from the prexisting 'jar' artifact, there now is a 'taglib' artifact.

    This taglib artifact is a jar file (that needs to go into our maven repository), that holds the Admin Console taglibs, in a spec-compliant directory structure.

    The plugin's parent pom-file is modified to be able to make use of this new artifact.

    With this, compilation of a plugin that defins the plugin parent pom as its parent succeeds (although an unhealty amount of errors is logged). The resulting admin console pages appear functional, at least in Openfire 4.8.

    • plugins/pom.xml (version 1356cf2a9c5b08f4bc1187e6438b6db74cabb924)
    • xmppserver/pom.xml (version 1356cf2a9c5b08f4bc1187e6438b6db74cabb924)
    • xmppserver/src/assembly/taglib.xml (version 1356cf2a9c5b08f4bc1187e6438b6db74cabb924)
  • Guus der Kinderen

    Guus der Kinderen 7a53b23e565cdf06a541af82560a6c49d6c9d2ae

    OF-2724: Prevent non-fatal errors when compiling plugin JSPs against Openfire 4.8.0
    Disabling the 'scanManifest' option for the Jspc compiler should prevent illogical lookups by the compiler of JSP pages.

    • plugins/pom.xml (version 7a53b23e565cdf06a541af82560a6c49d6c9d2ae)