Versions Compared

Key

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

The best place to start with the tooling is with the logically lowest component in the JBI spec,  which I suppose would be the Shared Library.  In essence a shared library is basically a JAR contains containing a set of JARs and a JBI.xml,.  the The important bits about the Shared Library is that it is named and versioned.  This fits nicely with the Maven approach since all maven Maven artifacts have id's and versions,  and also the dependencies within your shared library POM can quickly be used to allow the JBI tooling to create the Shared Libraries zip archive.

...