Versions Compared

Key

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

...

jbi contains the JBI compatibility layer based on nmr

...

Another possibility

Another idea is to keep only one tags/branches/trunk tree, but not expect everything to be build in one go. So there is not real parent pom which build everything, but subtree can be built individually. They are released separatly, but all the tags are inside the same subtree.

Code Block

http://svn.apache.org/repos/asf/servicemix/smx4
   /tags
      /parent-1
      /runtime-0.1
      /runtime-0.2
      /nmr-0.1
      ...
   /branches
      ...
   /trunk
      /bundles
      /runtime
      /nmr
      /jbi
   ...