Versions Compared

Key

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

...

  • (tick) 1a - Source conformant to m2 standards (files and packages) + tweak build.xml
    1. This was checked-into svn:fedora/trunk.rev.8076
    2. The basic structure of maven has been created (src/main/java, src/test/java, etc)
    3. The renaming of packages based on Maven-central's requirements will happen at the very end of this whole effort
  • (tick) 1b - Get poms for all dependencies
    1. Based on the jars in the /lib dir, a simple install script pushes them into the local repository
    2. Need to create proper *.pom and <dependency> for each artifact
  • (info) 2 - Ant-maven integration (four subprojects) with main goal of installer.jar
    • This initial integration requires a minimum break-out of the following subprojects
      1. (tick) common
        • This contains 'fedora.common' package
      2. (info) generated server
        • This is the code generation project, all within the context of web-services/soap'fedora.server' package
        • includes wsdl2java generation and stubwrappers
      3. utilities
      4. (info) client
        • This is the 'fedora.client' package
        • includes stubwrappers generation
      5. (info) integrationtest
        • This is the 'fedora.test' package
        • has dependencies on both '/client' and '/server'
        repository
        • This currently is the bulk of the source-code
  • (warning) 3 - m2-only (full split-out)
    • Admin Client
    • Java Client API
    • Server Webapp
    • Installer
    • (Old GUI)
    • New GUI
  • (warning) 4 - Split out server modules as projects
  • (warning) 5 - Rename packages based on Maven-central's requirements

...