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

spring-boot-maven-plugin v2.2.0.M2 execute repackage produce ${project.name}.jar #16609

Closed
kaojunsong opened this issue Apr 19, 2019 · 4 comments
Labels
status: duplicate A duplicate of another issue

Comments

@kaojunsong
Copy link

No description provided.

@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged label Apr 19, 2019
@philwebb
Copy link
Member

There's not enough information here to reproduce the issue. Please could you provide a sample application that shows what you mean?

@philwebb philwebb added the status: waiting-for-feedback We need additional information before we can continue label Apr 19, 2019
@kaojunsong
Copy link
Author

There's not enough information here to reproduce the issue. Please could you provide a sample application that shows what you mean?

Hi,
Thanks for you quick reply!
The Sample application is in https://github.com/kaojunsong/spring-boot.git
when I execute the package goal: mvn clean package -Dmaven.test.skip=true ,the package I produce is ${project.name}.jar
image
I debug the spring-boot-maven-plugin v2.2.0.M2,and I found ine
262 of RepackageMojo.java had been changed compared with previous version.
I suspect the problem comes from
String finalName = this.project.getBuild().getFinalName();.

Please tell me if I am right or there's some other reason.And how to fix it,Thank you!

@spring-projects-issues spring-projects-issues added status: feedback-provided Feedback has been provided and removed status: waiting-for-feedback We need additional information before we can continue labels Apr 20, 2019
@philwebb
Copy link
Member

I have a feeling this might be a duplicate of #16456, but we'll need some input from @snicoll

@snicoll
Copy link
Member

snicoll commented Apr 23, 2019

It indeed is.

Duplicate of #16456

@snicoll snicoll closed this as completed Apr 23, 2019
@snicoll snicoll added status: duplicate A duplicate of another issue and removed status: feedback-provided Feedback has been provided status: waiting-for-triage An issue we've not yet triaged labels Apr 23, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: duplicate A duplicate of another issue
Projects
None yet
Development

No branches or pull requests

4 participants