Am 01/09/17 um 16:13 schrieb Christian Schulte: > Hi, > > there have been various issues in JIRA regarding the launcher scripts. > Is it possible to squash all those commits into one and then mention all > JIRA issues in the commit message so that the commit is added to each > JIRA issue? Last time I did this I think Jenkins was able to add > comments to all issues involved. I would just copy the launchers from > the pre-reset-master branch to master and just mention all issues in the > commit. > > Regards, >
Put another way. There are multiple issues in JIRA all dealing with the launcher scripts assigned to three different persons. Michael Osipov, Tibor Digana and me. Who wants to work on that? That should be only one person. Just assign yourself in JIRA then: MNG-5815 MNG-5889 MNG-5962 MNG-5963 MNG-6001 MNG-6003 I just unassigned me from the one issue I was assigned to. One note: Last commit to the Windows launcher is from me. Whatever gets committed, make sure to run the 'maven-assembly-plugin' ITs on Windows from inside a directory containing spaces and and ampersand character like: mkdir "directory with spaces and a & special char" cd "directory with spaces and a & special char" svn checkout https://svn.apache.org/repos/asf/maven/plugins/trunk/maven-assembly-plugin cd maven-assemby-plugin mvn -Prun-its verify You'll need to use the trunk of that plugin because it relies on a invoker plugin snapshot. That needs to pass on Linux and Windows. Regards, -- Christian --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional commands, e-mail: dev-h...@maven.apache.org