Arkadiusz Biczewski created MNG-8652: ----------------------------------------
Summary: Support prefix version ranges for better interoperatibility Key: MNG-8652 URL: https://issues.apache.org/jira/browse/MNG-8652 Project: Maven Issue Type: Improvement Components: Artifacts and Repositories Affects Versions: 3.9.10 Reporter: Arkadiusz Biczewski When working in distributed teams with some of them using gradle build system for their artefacts, some pom(s) file published to repostiroy may contain prefix-style version ranges which results in build error when used with maven pom: *Could not find artifact groupId:artifactName:jar:2.0.0.+ in central* As gradle support maven version range syntax: [https://docs.gradle.org/current/userguide/dependency_versions.html] it would be nice and welcomed to also provide interoperatibility in second way, that means supporting gradle prefix syntax of version ranges in maven. As stated in the sample, and as possible with bracket maven style version ranges, support should be not only for sematic versioning but also for more detailed versioning seperatd with dots. -- This message was sent by Atlassian Jira (v8.20.10#820010)