How to customise the tag format of the Maven release plugin?

前端 未结 3 2366
慢半拍i
慢半拍i 2021-02-19 16:04

In our SVN repo, we store tags like this:

trunk
    project_a
    project_b
branches
    project_a
        branch_x
        branch_y
    project_b
tags
    proje         


        
3条回答
  •  天涯浪人
    2021-02-19 16:38

    If you are passing in the releaseVersion, you can do this:

    ${project.artifactId}/${releaseVersion}
    

提交回复
热议问题