Conversation
There was a problem hiding this comment.
Pull Request Overview
This PR updates the Maven project name definitions to align module names with the standardized OpenNLP model naming convention. The changes update the name tags in various pom.xml files to incorporate a hierarchical structure using the "::" separator.
- Updated names in the root pom.xml to simplify from "Apache OpenNLP Reactor" to "Apache OpenNLP".
- Modified module pom.xml files (e.g., opennlp-tools, opennlp-extensions, opennlp-core, opennlp-api) to include the "::" pattern for clearer module identification.
Reviewed Changes
Copilot reviewed 20 out of 20 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| pom.xml | Updated project name for overall consistency. |
| opennlp-tools/pom.xml | Renamed module to follow the "::" convention. |
| opennlp-extensions/pom.xml | Renamed module to align with naming updates. |
| opennlp-extensions/opennlp-uima/pom.xml | Updated module name to include "::" separator. |
| opennlp-extensions/opennlp-morfologik/pom.xml | Updated module naming for consistency. |
| opennlp-docs/pom.xml | Updated documentation module name to the new format. |
| opennlp-distr/pom.xml | Renamed distribution module to follow new naming convention. |
| opennlp-core/pom.xml | Updated core module name to align with new standards. |
| opennlp-core/opennlp-runtime/pom.xml | Renamed runtime module for clear hierarchy. |
| opennlp-core/opennlp-models/pom.xml | Updated model module name to match standards. |
| opennlp-core/opennlp-ml/pom.xml | Updated machine learning module name with new naming pattern. |
| opennlp-core/opennlp-ml/opennlp-ml-perceptron/pom.xml | Renamed perceptron submodule for consistency. |
| opennlp-core/opennlp-ml/opennlp-ml-maxent/pom.xml | Updated maximum entropy module name as per new convention. |
| opennlp-core/opennlp-ml/opennlp-ml-commons/pom.xml | Renamed ML commons module for clarity. |
| opennlp-core/opennlp-ml/opennlp-ml-bayes/pom.xml | Updated naive Bayes module name to align with new naming pattern. |
| opennlp-core/opennlp-ml/opennlp-dl/pom.xml | Renamed deep learning module for consistency. |
| opennlp-core/opennlp-ml/opennlp-dl-gpu/pom.xml | Updated deep learning (GPU) module name accordingly. |
| opennlp-core/opennlp-formats/pom.xml | Renamed formats module to support consistent naming. |
| opennlp-core/opennlp-cli/pom.xml | Updated CLI module name to reflect new naming style. |
| opennlp-api/pom.xml | Renamed API module to match updated naming conventions. |
mawiesne
approved these changes
Jun 27, 2025
jzonthemtn
approved these changes
Jun 30, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Thank you for contributing to Apache OpenNLP.
In order to streamline the review of the contribution we ask you
to ensure the following steps have been taken:
For all changes:
Is there a JIRA ticket associated with this PR? Is it referenced
in the commit message?
Does your PR title start with OPENNLP-XXXX where XXXX is the JIRA number you are trying to resolve? Pay particular attention to the hyphen "-" character.
Has your PR been rebased against the latest commit within the target branch (typically main)?
Is your initial contribution a single, squashed commit?
For code changes:
For documentation related changes:
Note: