• Maven的学习资料收集--(十)Myeclipse下创建Maven的Web项目


    先要在MyEclipse中对Maven进行设置:

    到此Maven对MyEclipse的支持设置完毕。
     
    下面我们在MyEclipse中创建一个Maven标准的Web工程:
    New --> Web Project
    到此为止一个Maven标准的Web工程创建成功了。
     
    添加Maven的标准目录:
    右键单击项目名称-->New-->Source Folder
    到此为止添加Maven的契约目录完毕。
     
    右键单击项目名称-->Build Path-->Configure Build Path...
    右键单击项目名称-->Maven4MyEclipse-->Update Project Configuration...
     
    到此为止MyEclipse中创建的Maven工程的jdk版本更改完毕。
    --------------------------------------------------------------------------------------------------
    笔者这边多啰嗦一句,在用MyEclipse创建Maven工程的时候可能会碰到下面的这个问题:
    CoreException: Could not calculate build plan: Plugin org.apache.maven.plugins:
    maven-compiler-plugin:2.3.2 or one of its dependencies could not be resolved: Failure to transfer org.apache.maven.plugins:maven-compiler-plugin:jar:2.3.2 from http://repo1.maven.org/maven2 was cached in the local repository, resolution will not be 
     reattempted until the update interval of central has elapsed or updates are forced. Original error: Could not 
     transfer artifact org.apache.maven.plugins:maven-compiler-plugin:jar:2.3.2 from/to central (http://
     repo1.maven.org/maven2): No response received after 60000
    【解决办法】:
    笔者这边多啰嗦一句,在用MyEclipse创建Maven工程的时候可能会碰到下面的这个问题:
    Failure to transfer org.apache.maven.plugins:maven-war-plugin:jar:2.1.1 from http://repo1.maven.org/maven2 was 
     cached in the local repository, resolution will not be reattempted until the update interval of central has 
     elapsed or updates are forced. Original error: Could not transfer artifact org.apache.maven.plugins:
    maven-war-plugin:jar:2.1.1 from/to central (http://repo1.maven.org/maven2): No response received after 60000
    【解决办法】:
  • 相关阅读:
    TOMCAT源码分析(转)
    CSS从零开始(1)--CSS基础语法
    java生成验证码
    [转]java中作用域public private protected 以及不写的区别
    Java Socket NIO详解(转)
    mysql数据库单表只有一个主键自增id字段,ibatis实现id自增
    手机验证码执行流程
    javaweb之Filter过滤器详解
    HttpSessionListener的用法
    SpringContextHolder 静态持有SpringContext的引用
  • 原文地址:https://www.cnblogs.com/gxbk629/p/3893572.html
Copyright © 2020-2023  润新知