jira-importer

Results 731 comments of jira-importer

**[Slawomir Jaranowski](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=slawekjaranowski)** commented How it was fixed ... can I provide: ```java mvn wrapper:wrapper -DmavenVersion=x.x.x-SNAPSHOT ```

**[Tamas Cservenak](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=cstamas)** commented This is not solved at all. What I did: * deployed master of maven4 to RAO (https://repository.apache.org/content/repositories/snapshots/org/apache/maven/apache-maven/4.0.0-beta-5-SNAPSHOT/apache-maven-4.0.0-beta-5-20241018.115030-49-bin.zip) * edited .mvn/wrapper/maven-wrapper.properties with that URL above * `./mvnw` invocation...

**[Stefan Bohn](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=bohni)** commented That would break the ability to use a repository manager like Nexus. see https://maven.apache.org/wrapper/#using-a-maven-repository-manager  

**[Edward Woolhouse](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=JIRAUSER301748)** commented Well, it's not as simple a fix as that, as this fix would break the ability to use non-local paths. Needs a little more thought. Maybe special...

**[Edward Woolhouse](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=JIRAUSER301748)** commented Pull request raised https://github.com/apache/maven-wrapper/pull/107

**[Edward Woolhouse](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=JIRAUSER301748)** commented The above comment ```java The proposed fix does not actually fix the reported issue. Relative paths, such as `distributionUrl=apache-maven-3.8.8-bin.zip` does not have a `file` schema nor use...

**[Jack Green](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=JIRAUSER307283)** commented I did _try_ to raise this on the [mailing list](https://lists.apache.org/[email protected]), but my message wouldn't post.