-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi,
I have a spring mvc project in eclipse, and its setup to use maven. I can resolve all my external dependencies, but now I want to include another local project in my workspace. Normally, I would do this through the java build path, and add a project reference. But if I do that manually, m2eclipse…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi all,
I am using m2eclipse for managing maven projects in eclipse. It seems that in the previous release that I was using (0.9.8) the workspace resolution did not work at all, but right now it also does not work quite as I would expect. Namely, when the "resolve dependencied from workspace" setting…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I'm trying to add JBoss repository to m2eclipse, mainly for Hibernate. It seems to work, but it can't find the latest version of Hibernate (3.5.1), only 3.5.0beta. I looked at some other packages, and they all seem a couple of months behind. What could be causing this?
I'm running latest m2eclipse…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I've having problems with resource filtering using m2eclipse Maven support in Eclipse. It seems that filtering only takes place on resources that have changed. This is fundamentally flawed because, if I have a file that references properties (e.g. ${my.property}, if the value of the property changes…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I use the eclipse:eclipse goal to generate an Eclipse Project environment. The deployment works fine. The goal creates the var classpath entries for all needed dependencies.
With m2eclipse there was the Maven Container which defines an export folder which was WEB-INF/lib for me. But i don't want…
>>> More