我遇到了一种情况,需要将@{groupId}
(maven-deploy-plugin
的用户属性更改为maven-antrun-plugin
的路径名。
<zip destfile="${project.build.directory}/${groupId}.zip"
basedir="${settings.localRepository}"
includes="${path?/to?/the?groupId?}/**/*"/>
如何从a/b/c
获取${groupId}
,说a.b.c
,