`
zhb8015
  • 浏览: 380145 次
  • 性别: Icon_minigender_1
  • 来自: 北京
博客专栏
Group-logo
Spring Roo杂谈
浏览量:0
社区版块
存档分类
最新评论

Maven Problems

阅读更多

1、 Failed to execute goal org.apache.maven.plugins:maven-archetype-plugin:2
.3:create (default-cli) on project standalone-pom: Unable to parse configuration

 

D:\codes\JSF>mvn archetype:create -DgroupId=com.tutorialspoint.test -DartifactId=helloworld -DarchetypeArtifactId=maven-archetype-webapp

 

解决方法:将命令中的create改为generate:

mvn archetype:generate -DgroupId=com.tutorialspoint.test -DartifactId=helloworld -DarchetypeArtifactId=maven-archetype-webapp

分享到:
评论

相关推荐

    maven settings.xml 解决在项目新建时报错,Error executing Maven. 2 problems

    maven settings.xml 解决在项目新建时报错 Error executing Maven. 2 problems were encountered while building the effective settings。下载这个,注意54行的目录,修改成自己的项目目录,直接覆盖原来的\conf...

    Apache.Maven.Cookbook.1785286129

    It is also meant for those familiar with Apache Maven, but want to understand the finer nuances of Maven and solve specific problems. What You Will Learn Install Apache Maven successfully on your ...

    Apache Maven Dependency Management

    This practical guide focuses on the variety of problems and issues which occur during the conception and development phase, with the aim of making dependency management as effortless and painless as ...

    JMeter WebSocketSampler 依赖jar包2018最新~~!!!!!

    JMeter WebSocketSampler 依赖jar包2018最新~~!!!!!

    PublicationSign:使用Maven发布符号工件的gradle发布

    用于快速部署到Maven Central 系统要求:已安装gpg 配置 插件申请 plugins { // Load this plugin first for resolve magic problems id ' io.github.karlatemp.publication-sign ' version ' 1.0.0 ' // other...

    comcast-problems-2015:康卡斯特问题的实现

    com.comcast.csv.interview.problems包中有 5 个问题,在src/main/java文件夹中。 选择3个问题,并全面实施解决方案。 选择一个解决方案,并完全实现一套单元测试。 您的解决方案必须使用 maven 进行编译。 在...

    csd-programming-problems-2015

    请参阅关于安装 Maven 的。 阅读本文以了解速度做Maven的东西。 ;) 在终端中转到项目的根目录并键入: mvn install看到Build Successful 后,输入: mvn test去看看解决方案! 作为实践,提交拉取请求并在此处添加...

    idea使用教程2017-06-01.pdf

    Problems(问题)....................................................................................................................60 Maven 专题..........................................................

    Mastering_Selenium_WebDriver_3.0.epub

    The second edition of Mastering Selenium 3.0 WebDriver starts by showing you how to build your own Selenium framework with Maven. You’ll then look at how you can solve the difficult problems that you...

    hibernate-shards.jar

    author's reputation will not be affected by problems that might be introduced by others. Finally, software patents pose a constant threat to the existence of any free program. We wish to make sure ...

    A.Practical.Guide.to.Continuous.Delivery.epub

    Implement build automation and continuous integration with Gradle, Maven, and Jenkins Perform static code reviews with SonarQube and repositories to store build artifacts Establish automated GUI and ...

    interview-q-and-a-java-selenium-real-time-problems:此回购的目的是维护与自动化测试代码相关的典型访谈的问题和解决方案

    采访Q和一个JavaSelenium实时问题此回购的... 可以使用以下命令从maven命令行发送标签: mvn test -Dcucumber.filter.tags="@sanity and @regression" 也可以从Cucumber选项发送: @CucumberOptions(tags = "@smoke and

    leetcode中国-cu-cafes:这是一个Java存储库。而CU是楼下的咖啡馆

    leetcode中国 cu-cafes This ...具体内容为(https://leetcode.com/problems/merge-two-sorted-lists/)。其中包含规范代码以及自己写的代码 [模块]: "Merge Two Sorted Lists" 备注:代码使用 Alibab

    javacv-platform-1.3.3-src

    And feel free to ask questions on the mailing list if you encounter any problems with the software! I am sure it is far from perfect... Downloads To install manually the JAR files, obtain the ...

    Mahout in Action

    Java and IDEs 7 ■ Installing Maven 8 ■ Installing Mahout 8 ■ Installing Hadoop 9 1.5 Summary 9 PART 1 RECOMMENDATIONS...........................................11 2 Introducing recommenders 13 2.1 ...

    IDEA 教程 2017

    Maven 专题.......................................................................................................................................60 配置...................................................

    Java学习笔记-个人整理的

    {1.10.6}Problems}{37}{subsection.1.10.6} {1.11}简单算法}{38}{section.1.11} {1.11.1}打乱算法}{38}{subsection.1.11.1} {1.11.2}排序算法}{38}{subsection.1.11.2} {1.11.2.1}选择排序}{38}{subsubsection....

Global site tag (gtag.js) - Google Analytics