我使用的是maven3.2.1,我的jdk版本是1.6。
当我在win7中使用myeclipse 2014创建一个maven项目时,
它抛出一个错误:
Unable to create project from archetype
[de.akquinet.android.archetypes:android-quickstart:1.1.0 -> ]
The desired archetype does not exist
(de.akquinet.android.archetypes:android-quickstart:1.1.0)
这是我的maven原型选择:
我想我的
我刚刚接手了一个Maven项目,在此之前,我没有使用Maven的经验。下面的错误是什么?几乎没有关于这个‘add repo’的在线信息。我该怎么解决这个问题?
[ERROR] Could not find goal 'add-maven-repo' in plugin org.apache.maven.plugins:
maven-eclipse-plugin:2.10 among available goals clean, configure-workspace, ecli
pse, help, install-plugins, myeclipse, myeclipse-c
我在struts-hibernate Java项目中使用maven2,并使用myEclipse进行开发。当我运行maven构建、清理和安装时,它像往常一样在myProject_ear\target文件夹下生成myProject.ear。但是,我必须将这个ear文件从该文件夹复制到..jboss-4.2.2.GA_2\ server \default\deploy文件夹,然后再次返回到eclipse并启动服务器。
我想这是因为我的项目没有标准的Java框架。但是,如果有一种方法可以让maven自动将我的ear部署到jboss的..\deploy文件夹下,我会很高兴听到这个消息。
我安装了新版本的Eclipse (露娜)。然后我从Eclipse Market安装了'My Eclipse Workbench‘插件。
当我试图重启Eclipse时,出现了以下错误。
错误:
Security Alert : Integrity Check Error
This Product did not pass the MyEclipse integrity check. This security check is prerequisite for launch for MyEclipse. Please reinstall MyEclise and try again.
我正在使用myeclipse来开发tomcat应用程序。当我完成开发并决定将war文件导出上传到远程服务器时,我总是必须更改配置文件,如hiberante.cfg.xml,以连接到不同的mysql服务器。
有什么办法吗,比如maven插件或者其他东西,可以让两个副本复制一个资源,比如hiberante配置文件。所以,当我导出war时,我可以选择like by profile或诸如此类的东西来包含不同版本的/某些资源?
应用程序。