MavenPomRelocation

一个 Maven 发布物体的重定向信息,该物体已被移动到新的 group 和/或 artifact ID。

属性

属性描述
artifactId

该 artifact 的新 artifact ID。

groupId

该 artifact 的新 group ID。

message

为该重定向向用户显示的消息。

version

该 artifact 的新版本。

方法

无方法

脚本块

无脚本块

属性详情

Property<String> artifactId

该 artifact 的新 artifact ID。

Property<String> groupId

该 artifact 的新 group ID。

Property<String> message

为该重定向向用户显示的消息。

Property<String> version

该 artifact 的新版本。