Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个现成的 maven 项目,我想知道它的 artifactId 和 groupId 你知道怎么做吗?
提前谢谢你
它位于项目根目录的 pom.xml 中,靠近文件顶部:
<modelVersion>4.0.0</modelVersion> <groupId>HERE</groupId> <artifactId>AND HERE</artifactId> <packaging>war</packaging> <version>1.0</version>