问题标签 [maven-eclipse-plugin]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
2 回答
2949 浏览

mysql - Adding mySql to eclipse project with maven tomcat plugin

I have a spring mvc project downloaded from the web and fully working. I'm using maven and maven tomcat plugin to manage dependencies and to run the webapp in the built-in tomcat. I'm trying to add mySql support in my project. Since i'm new to maven and maven tomcat plugin, I don't know hot to do this. Before i tried to add mysql, all was working and i was able to launch my web app simply executing a tomcat:run maven goal.

For now, when i execute tomcat:run i get a

Here is what i've already done after some reading around the web: I added dependencies for mysql driver (and Hibernate annotations too since i want to use it) in my pom.xml, and specified the dependency for tomcat plugin:

You can also notice a tag to specify to use a context.xml file. But I don't know where to put this file. I readed it should be generated automatically in tomcat/conf, but it's not present. So i added it manually with this content:

Then in web.xml, located in tomcat/conf i added:

I placed the same content in src/main/webapp/META-INF/context.xml and in src/main/webapp/WEB-INF/web.xml

With all these configuration, the error mentioned above doesn't appears. But if i try to use hibernate adding

then i get the comunication link failure. What i'm missing? If it's needed i can add the full stack trace.

0 投票
0 回答
158 浏览

pom.xml - 如何在 Eclipse maven 中更改自动生成的 pom.xml 文件的模板

每当我在 Eclipse Juno 中创建一个新的 Maven 项目时,它都会默认创建一个 pom.xml 文件。该文件有一些依赖项,例如 Junit 3.8.1 我想更改此自动生成文件的模板,因此默认情况下创建的依赖项是针对 JUnit 4 而不是 JUnit3。

0 投票
1 回答
843 浏览

eclipse - Eclipse 无法导入在 maven 中定义为依赖项的包

我已经使用 subclipse 将一个 maven 项目检出到 eclipse 中。

我尝试在我的项目中使用 spring 框架,并将其定义为必需的依赖项:

我通过将 M2_REPO 添加到我的 CLASS_PATH 中添加了 maven 存储库。我通过在 cmd 提示符下执行此命令来做到这一点:

我在 Eclipse 首选项中验证了 M2_REPO 变量在我的 Classpath 变量中,并且该路径引用了 Maven 的存储库目录。

但是,像这样的导入语句:

不起作用。

这里有什么问题?

编辑:

由于这是根目录下的一个模块,我认为我不需要在这个模块中再次定义对 Spring 的依赖。但是,包括(从根目录复制粘贴列表:s)解决了这个问题。但这不可能是正确的,因为根目录中的 POM.xml 已经要求包含此模块。

0 投票
1 回答
53 浏览

maven-eclipse-plugin - 无法从本地机器启动 maven 测试脚本:

无法从本地机器启动 maven 测试脚本::执行命令行时发生异常。createprocess error=87 参数不正确。

0 投票
2 回答
1517 浏览

eclipse - Eclipse Maven WTP插件在切换配置文件时不刷新资源

我正在使用 Eclipse Juno 和 Maven-WTP 插件开发一个 Web 应用程序。这个应用程序有一个标题图像,我也有两个 Maven 配置文件。这些配置文件允许更改标题图像,因为它们指向图像所在的不同目录。这就是它们的配置方式:

这个想法是当我更改.m2/settings.xml中的活动配置文件以更改头文件时。活动配置文件的配置如下:

如果我更改活动配置文件并mvn clean install在项目的目标目录中做所有事情就像一个魅力。但是,问题来自 Maven-WTP 插件。该插件正在从webapp/images目录中获取文件,并且看起来当我更改活动配置文件时没有获取新配置文件。似乎 WTP 插件没有更新这里的文件,所以我在浏览器中显示了旧的,即使我做了一个clean install. 这是我的pom.xml配置:

有人知道吗?

0 投票
1 回答
2630 浏览

eclipse - 使用 maven-eclipse-plugin 的部署程序集

我正在使用 maven-eclipse-plugin 处理战争项目。这个战争项目使用 maven 覆盖方法来包含另一个战争。当我使用 Maven 部署它时,一切都很顺利。当我在eclipse中本地测试war时,它失败了,因为依赖的war资源仅在目标文件夹中可用。为了解决这个问题,我去部署程序集并手动添加目标文件夹。有没有办法告诉 eclipse-maven-plugin 在运行 eclipse:eclipse 目标时将以下行添加到 .settings 文件夹内的 org.eclipse.wst.common.component 文件中。

0 投票
5 回答
131804 浏览

web-applications - 我的应用程序无法打开 ServletContext 资源

我有使用Spring mvcSpring security的Eclipse Maven web 项目。当我真正启动它时,它没有成功初始化上下文:

Could not open ServletContext resource [/WEB-INF/spring-dispatcher-servlet.xml]

更多详情如下:


这是我的web.xml


这是我的app-config.xml


这是我的security-config.xml


我的问题是当我启动应用程序时出现错误

它说它找不到/WEB-INF/spring-dispatcher-servlet.xml但我没有把它放进去web.xml,我的配置文件是app-config.xml

0 投票
1 回答
2276 浏览

maven - 在 Maven 构建中包含 java webapp lib

我在 Eclipse 上创建了一个动态 Web 应用程序。我使用 M2E 插件将其转换为 maven 项目。我在 pom.xml 中添加了 maven war 插件,以便它可以使用 maven build 为我的项目创建战争。

但是当我进行构建时,它无法编译几个引用我的 webapp/Web-INF/lib 文件夹的 jar 的类。我不能将这些 jar 作为依赖项包含在 pom.xml 中。

我如何告诉 maven 在构建类和创建战争时也包含 Web-INF/lib jar?

0 投票
0 回答
122 浏览

eclipse - 为什么日食不断更新索引,甚至超过 100%

我的 eclipse juno 总是不断更新 maven 索引,即使它超过 100%。这有什么问题吗?

0 投票
3 回答
94056 浏览

java - Maven 更新项目在 Eclipse 中做了什么?

Maven -> Update Project... ”在 Eclipse 中有什么作用?

在此处输入图像描述