This is an automated email from the ASF dual-hosted git repository.
rec pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/uima-uimaj.git
from e333ce0d4 Merge pull request #401 from
apache/bugfix/385-Allow-import-of-type-systems-published-through-SPI
add b73ff9d3f Issue #402: Provide bnd plugin to generate package imports
based on imports in UIMA descriptors
add 59364aba1 Issue #402: Provide bnd plugin to generate package imports
based on imports in UIMA descriptors
new 4c05ffbd7 Merge pull request #403 from
apache/feature/402-Provide-bnd-plugin-to-generate-package-imports-based-on-imports-in-UIMA-descriptors
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.gitignore | 1 +
PearPackagingMavenPlugin/pom.xml | 2 +-
aggregate-uimaj/pom.xml | 1 +
jcasgen-maven-plugin/pom.xml | 2 +-
pom.xml | 1 +
uima-bnd-plugin/pom.xml | 97 ++++++++++
.../org/apache/uima/tools/bnd/UimaBndPlugin.java | 197 +++++++++++++++++++++
uimaj-bom/pom.xml | 10 +-
uimaj-documentation/src/docs/asciidoc/tools.adoc | 2 +
.../src/docs/asciidoc/tools/tools.bnd.adoc | 56 ++++++
uimaj-parent/pom.xml | 10 +-
11 files changed, 368 insertions(+), 11 deletions(-)
create mode 100644 uima-bnd-plugin/pom.xml
create mode 100644
uima-bnd-plugin/src/main/java/org/apache/uima/tools/bnd/UimaBndPlugin.java
create mode 100644 uimaj-documentation/src/docs/asciidoc/tools/tools.bnd.adoc