Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[MSHADE-478] Extra JARs feature #228

Merged
merged 5 commits into from
May 28, 2024
Merged

[MSHADE-478] Extra JARs feature #228

merged 5 commits into from
May 28, 2024

Conversation

cstamas
Copy link
Member

@cstamas cstamas commented May 28, 2024

Ability to add "extra JARs and Artifacts" and still enjoy the full benefits of relocation, resource transformation, etc.


https://issues.apache.org/jira/browse/MSHADE-478

Ability to add "extra JARs" and still enjoy the full
benefits of relocation, resource transformation, etc.

---

https://issues.apache.org/jira/browse/MSHADE-478
if (extraJars != null && !extraJars.isEmpty()) {
for (File extraJar : extraJars) {
if (!Files.isRegularFile(extraJar.toPath())) {
createErrorOutput();
Copy link
Member

Choose a reason for hiding this comment

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

Please check if this error message are correct here 😄

Copy link
Member

Choose a reason for hiding this comment

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

private void createErrorOutput() {
        getLog().error("The project main artifact does not exist. This could have the following");
        getLog().error("reasons:");
....

@cstamas cstamas merged commit b573b8c into master May 28, 2024
49 checks passed
@cstamas cstamas deleted the MSHADE-478-p2 branch May 28, 2024 11:09
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