zoukankan      html  css  js  c++  java
  • How to build your maven project.

    FirstMavenProject
    1, create project:
    mvn archetype:create -DgroupId=com.karl.learn -DartifactId=FirstMavenProject -DpackageName=com.karl.learn -Dversion=1.0
    2, create eclipse project:
    mvn eclipse:eclipse
    3, import your project into eclipse
    4, if you want to use a third-part package, but you don't know how to write the dependencies,
       you could enter : 'maven respository package-name' in google, and you will find the dependencies's groupid and artifactid and version.
     
  • 相关阅读:
    PatentTips
    PatentTips
    PatentTips
    Xvisor ARM32 启动分析
    PatentTips
    PatentTips
    PatentTips
    PatentTips
    PatentTips
    PatentTips
  • 原文地址:https://www.cnblogs.com/zhonghan/p/2556537.html
Copyright © 2011-2022 走看看