Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-dev] My Code Changes not reflecting after mvn cmd execution

Hi,

Doesn't the Maven output show a warning for that file?
I think you need to create a Git commit for your change for this to be cascaded. If there is no commit, it can be that the "reproducible version qualifiers" strategy does replace your local version with the baseline one since the change is not "declared" as a commit.

HTH

Back to the top