extract quickfixj-class-pruner-maven-plugin into standalone repository#1184
Merged
Conversation
- Make plugin pom.xml standalone: remove parent, inline all dependency
and plugin versions, add full project metadata (SCM, licenses,
developers, issueManagement, distributionManagement), add release/sign
profiles and pluginManagement for source/javadoc/gpg/nexus
- Add .gitignore and LICENSE to plugin directory
- Add .github/workflows/maven.yml CI workflow for standalone plugin
- Remove quickfixj-class-pruner-maven-plugin from root pom.xml modules list
- Add class-pruner-plugin.version=1.0.0-SNAPSHOT property to root pom.xml
- Add pluginManagement entry for class-pruner-plugin in root pom.xml
- Update all 9 messages modules to use ${class-pruner-plugin.version}
- Update quickfixj-distribution to use ${class-pruner-plugin.version}
- Remove class-pruner from nightly-build.yml snapshot deployment list
Agent-Logs-Url: https://github.com/quickfix-j/quickfixj/sessions/33a4674d-68d4-40ba-bf6b-ce3522ed53d1
Co-authored-by: chrjohn <6644028+chrjohn@users.noreply.github.com>
Copilot created this pull request from a session on behalf of
chrjohn
April 16, 2026 16:40
View session
Agent-Logs-Url: https://github.com/quickfix-j/quickfixj/sessions/e5baa52e-ae81-42bc-95d1-7f6e37656654 Co-authored-by: chrjohn <6644028+chrjohn@users.noreply.github.com>
quickfixj-class-pruner-maven-plugin into standalone repository
chrjohn
approved these changes
May 4, 2026
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.
The class pruner plugin has no dependencies on other quickfixj modules, making it a clean candidate for extraction into its own repository. This PR prepares both the plugin module and the main repo for that split.
Plugin directory — ready for independent repo
pom.xmlmade fully standalone:<parent>removed, all dependency/plugin versions inlined, full metadata added (<scm>,<licenses>,<developers>,<issueManagement>,<distributionManagement>),release/sign/java-8-compilationprofiles added. Version set to1.0.0-SNAPSHOT..gitignoreandLICENSEcopied from repo root..github/workflows/maven.ymladded: CI on ubuntu + macOS-14 across JDK 8/11/21.Main repo — decoupled from plugin
quickfixj-class-pruner-maven-pluginremoved from root<modules>.class-pruner-plugin.version=1.0.0-SNAPSHOTproperty added to rootpom.xml; plugin version managed via<pluginManagement>.fix40–fixlatest) andquickfixj-distributionupdated to reference${class-pruner-plugin.version}instead of${project.version}.nightly-build.ymlsnapshot deployment list updated to removequickfixj-class-pruner-maven-plugin.Remaining manual steps
quickfix-j/quickfixj-class-pruner-maven-pluginGitHub repository.quickfixj-class-pruner-maven-plugin/directory contents into it.1.0.0-SNAPSHOT(or tag1.0.0) to Maven Central / GitHub Packages.quickfixj-class-pruner-maven-plugin/directory from this repo.