1. 14 Nov, 2017 3 commits
  2. 01 Oct, 2017 1 commit
  3. 25 May, 2017 2 commits
    • Guus der Kinderen's avatar
      OF-546: Add metadata to pom.xml · 3f2e8b0c
      Guus der Kinderen authored
      This commit copies version number, author and description from plugin.xml to pom.xml. This makes the same information available as Maven metadata.
      
      When Ant support is dropped, the duplicate data in the plugin.xml should be replaced by a filter (which takes the data from the pom.xml).
      3f2e8b0c
    • Guus der Kinderen's avatar
      OF-546: Move Maven POM files into source directory. · 79ae79bf
      Guus der Kinderen authored
      I continue to be thoroughly confused by having two directories per plugin, one for the plugin sources, and one for the maven build. This commit merges both directories.
      
      As a side effect, various plugin unit tests are now executed by default. Some failed, for which I applied fixes.
      
      This commit also adds some plugins to the Maven structure that previously were not.
      79ae79bf
  4. 08 May, 2017 1 commit
    • Guus der Kinderen's avatar
      OF-546 / OF-1326: Made compatible with API changes. · 2968ce49
      Guus der Kinderen authored
      The Openfire plugin developer guide states that 'additinal' files should be in /classes/. Apparently, the old Ant script also included any files in the /src/. The new Maven structure does not.
      To work around compatibility issues, code that was in /src/ is now moved to /classes/. This should work with both Ant, as well as Maven.
      
      Additionally, this plugin now makes use of the new HttpBindManager API for registering contexts with the BOSH context. I do wonder if this plugin has any reason to be here though. Can't it just run its own embedded Jetty server?
      2968ce49
  5. 26 Apr, 2017 1 commit
    • Guus der Kinderen's avatar
      Replace dangling javadoc with block comment. · 65f1f7f1
      Guus der Kinderen authored
      Javadoc comment are dangling if they don't belong to any class, method or field. For example a Javadoc comment in between method declarations that have their own javadoc comments.
      
      These generate needless warnings, which are in most instances easily solved. By far most problems occur in the license block that's in most files.
      65f1f7f1
  6. 04 Jan, 2017 1 commit
  7. 22 Jun, 2016 1 commit
  8. 21 Jun, 2016 1 commit
  9. 20 Jun, 2016 1 commit
  10. 10 May, 2016 1 commit
  11. 09 May, 2016 1 commit
  12. 29 Apr, 2016 1 commit
  13. 01 Dec, 2015 1 commit
  14. 21 Nov, 2015 1 commit
  15. 01 Jul, 2015 1 commit
  16. 12 Jan, 2015 1 commit
  17. 10 Jan, 2015 1 commit