Skip to content

chore: tidy pom and silence build warnings#33

Merged
66-m merged 1 commit into
mainfrom
fix-build-warnings
Mar 11, 2026
Merged

chore: tidy pom and silence build warnings#33
66-m merged 1 commit into
mainfrom
fix-build-warnings

Conversation

@66-m

@66-m 66-m commented Mar 11, 2026

Copy link
Copy Markdown
Owner

No description provided.

Copilot AI review requested due to automatic review settings March 11, 2026 21:17
@66-m 66-m merged commit 7695cb2 into main Mar 11, 2026
3 checks passed
@66-m 66-m deleted the fix-build-warnings branch March 11, 2026 21:17

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the Maven build configuration to reduce build noise and adjust dependency/packaging behavior.

Changes:

  • Changes maven-assembly-plugin output naming by enabling <appendAssemblyId>.
  • Excludes transitive JavaFX (org.openjfx) dependencies from processing-core-4.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

You can also share your feedback on Copilot code review. Take the survey.

Comment thread pom.xml
</manifest>
</archive>
<appendAssemblyId>false</appendAssemblyId>
<appendAssemblyId>true</appendAssemblyId>

Copilot AI Mar 11, 2026

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changing maven-assembly-plugin to true will change the fat-jar output name from target/sorting-visualizer.jar to something like target/sorting-visualizer-jar-with-dependencies.jar, while the plain (non-dependency) jar remains target/sorting-visualizer.jar. The repo’s run script and README currently hard-code target/sorting-visualizer.jar as the runnable artifact, so this change will break those workflows unless they are updated (or the build is configured to keep producing a runnable jar at that path).

Suggested change
<appendAssemblyId>true</appendAssemblyId>
<appendAssemblyId>false</appendAssemblyId>

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants