Maven artifact and groupId naming

后端 未结 5 1778
野性不改
野性不改 2020-11-30 16:01

I\'m currently in the process of moving some project from Ant to Maven. Conformist as I am, I want to use well-established conventions for finding groupId and <

5条回答
  •  青春惊慌失措
    2020-11-30 16:40

    Consider following as for building basic first Maven application:

    groupId

    • com.companyname.project

    artifactId

    • project

    version

    • 0.0.1

提交回复
热议问题