Tamás Cservenák created MWRAPPER-77: ---------------------------------------
Summary: wrapper:wrapper does not update scripts Key: MWRAPPER-77 URL: https://issues.apache.org/jira/browse/MWRAPPER-77 Project: Maven Wrapper Issue Type: Bug Components: Maven Wrapper Plugin Reporter: Tamás Cservenák On my ancient project seems that scripts (mvnw and mvnw.cmd) were not updated after I ran {{wrapper:wrapper}} while the rest was okay. To test my assumption, moved them to mvnw.old and mvnw.cmd.old and re-run {{{}wrapper:wrapper{}}}. This time the scripts were written out just fine. But, they were totally different. This also means that scrpts, once written out, will never we updated? End result I had: {noformat} -rwxr-xr-x. 1 cstamas cstamas 9781 máj 8 09.15 mvnw -rw-r--r--. 1 cstamas cstamas 6889 máj 8 09.15 mvnw.cmd -rw-r--r--. 1 cstamas cstamas 6607 szept 1 15.55 mvnw.cmd.old -rwxr-xr-x. 1 cstamas cstamas 10069 szept 1 15.55 mvnw.old {noformat} -- This message was sent by Atlassian Jira (v8.20.10#820010)