Changing the Maven structure ( src/java to src/Javasource)

后端 未结 4 1734
执笔经年
执笔经年 2021-02-15 16:35

I would like to change the name src/java to src/Javasource because of some CVS concerns Is that possible ?

4条回答
  •  孤城傲影
    2021-02-15 17:28

    You can set the sourceDirectory in the build tag of your POM

      
        src/Javasource
        ...
      
    

    Take a look at Maven - Introduction to the POM.

提交回复
热议问题