Full name:
com.subshell.maven:resolver-maven-plugin:1.0.1:resolve-range
Description:
For the version range format, see GenericVersionScheme
Command-line example:
mvn com.subshell.maven:resolver-maven-plugin:resolve-range \
-Dresolve.groupId=org.apache.maven -Dresolve.artifactId=maven-model "-Dresolve.versionRange=[3.1.0, 3.3.max]" \
-Dresolve.print -q
Attributes:
| Name | Type | Since | Description |
|---|---|---|---|
| artifactId | String | - | The artifact id of the artifact to resolve. User property is: resolve.artifactId. |
| groupId | String | - | The group id of the artifact to resolve. User property is: resolve.groupId. |
| version | String | - | The version range of the artifact to resolve. User property is: resolve.versionRange. |
| Name | Type | Since | Description |
|---|---|---|---|
| includeSnapshots | boolean | - | Set to true to include snapshot versions in the
resolution. Default value is: false. User property is: resolve.includeSnapshots. |
| boolean | - | If true, the highest matching version is printed
directly to the console. This can be used with mvn -q. User property is: resolve.print. |
|
| property | String | - | The name of the property that will be set to the highest matching
version. |