jira-importer
jira-importer
Resolve #9519
Resolve #625
Resolve #323
Resolve #323
**[Slawomir Jaranowski](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=slawekjaranowski)** commented Instead of copy and paste items from Maven distribution script I would prefer to call directly scripts from distribution, like was implemented in: MWRAPPER-61
**[Ryan Worcester](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=JIRAUSER307372)** commented I know almost nothing about POSIX, I just copied MWRAPPER-88. It seems to me that all the wrapper types should use the same mvnw source rather than...
**[Marcono1234](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=marcono1234)** commented For the Maven distribution, one case is here, right? https://github.com/apache/maven-wrapper/blob/maven-wrapper-3.3.2/maven-wrapper-distribution/src/resources/only-mvnw#L175-L179 ``` 1. select .zip or .tar.gz if ! command -v unzip >/dev/null; then distributionUrl="${distributionUrl%.zip}.tar.gz" distributionUrlName="${distributionUrl##*/}" fi ```
**[James Z.M. Gao](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=gzm55)** commented [Marcono1234](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=Marcono1234) yes, this snip selects a proper url for downloading and uncompressing.
**[Michael Osipov](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=michael-o)** commented This can only be served by repository.a.o.
**[Hervé Boutemy](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=hboutemy)** commented with MWRAPPER-14, it's just a question of editing maven-wrapper.properties to point to the url of a SNAPSHOT