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: #1282 was successful Changes by Guus der Kinderen

Build result summary

Details

Completed
Queue duration
< 1 second
Duration
2 minutes
Labels
None
Agent
Default Agent
Revision
ef80834641a0dadef80c97533da225d3d798747f
Total tests
199
Successful since
#1153 ()

Tests

Code commits

Author Commit Message Commit date
Guus der Kinderen Guus der Kinderen ef80834641a0dadef80c97533da225d3d798747f OF-1316: Update Tinder to 1.3.0
Guus der Kinderen Guus der Kinderen 8ad75a67c5ba9c7620befc10de67128e7fa6f5dc Remove unused slf4j property.
Guus der Kinderen Guus der Kinderen 0ac528dd7383f9ef2f6dadca36841918e5d9a142 OF-546: Plugins should not inherit from parent.
The build plans for the plugins should not inherit from the parent project, as this
ties their existence in with our parent project. Third party developers cannot do
this (without modifying the parent project structure). We should facilitate third
party developers, and use the same tools as we provide them.

This commit removes the parent/child dependencies between the top-level parent POM
and the plugins POM. There still as a parent/child dependency between the plugins
POM and each individual plugin.

Although I'm not sure this change is a complete solution, it is aimed to more closely
represent a development setup in which a third party developer might find itself. To
create a plugin of their own, they can now:

 - Use our 'plugins' module directly (define it as a parent)
 - Replace our 'plugins' module by a proprietary one (when developing multiple
   proprietary plugins).
 - Take most POM definition from our 'plugins' module and merge that with a new
   stand-alone plugin project.
Guus der Kinderen Guus der Kinderen c9551631393397116f1687f1e0556386ef9e04c0 Inline the jetty version property that's used for JSP compilation.

Jira issues

IssueDescriptionStatus
Unknown Issue TypeOF-546Could not obtain issue details from Jira
Unknown Issue TypeOF-1316Could not obtain issue details from Jira