What is the difference between artifactId and groupId in pom.xml?
问题 How would you explain it to a newbie web developer or programmer with some real world organization example (like say facebook company or Google company)? 回答1: From maven.apache.org, Naming Conventions: artifactId is the name of the jar without version. If you created it then you can choose whatever name you want with lowercase letters and no strange symbols. If it's a third party jar you have to take the name of the jar as it's distributed. eg. maven , commons-math groupId will identify your