`
zjx2388
  • 浏览: 1306852 次
  • 性别: Icon_minigender_2
  • 来自: 北京
社区版块
存档分类
最新评论

Maven & pom.xml

 
阅读更多

 POM.XML

      artifactId: The artifactId is generally the name that the project is known by

      groupId: This is generally unique amongst an organization or a project

      version: This is the last piece of the naming puzzle.

      packaging: Now that we have our address structure of groupId:artifactId:version, there is one                   more standard label to give us a really complete address

      Dependencies: The cornerstone of the POM is its dependency list.

 

Update snapshots
Update Maven snapshots (right click on project, Maven -> Update Snapshots)
Clear out your local Maven repo cache and fetch new artifacts. 

      E.g. Do this by deleting c:\Users\<user>\.m2\repository\net\carefx\gwt\framework directory.

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics