【问题标题】:An already created maven project : where to find its artifactId and groupId一个已经创建的 maven 项目:在哪里可以找到它的 artifactId 和 groupId
【发布时间】:2012-07-05 04:37:40
【问题描述】:

我有一个现成的 maven 项目,我想知道它的 artifactId 和 groupId 你知道怎么做吗?

提前谢谢你

【问题讨论】:

    标签: maven m2eclipse


    【解决方案1】:

    它位于项目根目录的 pom.xml 中,靠近文件顶部:

    <modelVersion>4.0.0</modelVersion>
    <groupId>HERE</groupId>
    <artifactId>AND HERE</artifactId>
    <packaging>war</packaging>
    <version>1.0</version>
    

    【讨论】:

    猜你喜欢
    • 1970-01-01
    • 2020-03-11
    • 1970-01-01
    • 2011-04-03
    • 2014-06-24
    • 2019-01-23
    • 2013-08-30
    • 2018-02-17
    • 2013-04-25
    相关资源
    最近更新 更多