| jgrabow2 wrote: |
| Another serious problem i've got with maven4eclipse is that the 'attach sources' feature does not work on the libraries accessed as maven dependencies from maven4eclipse.
|
| daorriss wrote: |
| I'm going to throw my two cents in here and say the Maven4MyEclipse is rather lacking when compared to the version I can currently download. Or at the very least I find it counter-intuitive compared to m2eclipse. For example: I have a existing Maven-based project that I bring into Eclipse. M4ME doesn't recognize act activate any of it's features. When I try, it instead wipes out the POM file and creates a new one. Perhaps I'm just misunderstanding your implementation....? |
| support-eugene wrote: | ||
Maven4MyEclipse currently only supports projects created using our wizards. We do not support arbitrary projects at this point. |
| daorriss wrote: |
| I'm going to throw my two cents in here and say the Maven4MyEclipse is rather lacking when compared to the version I can currently download. Or at the very least I find it counter-intuitive compared to m2eclipse. For example: I have a existing Maven-based project that I bring into Eclipse. M4ME doesn't recognize act activate any of it's features. When I try, it instead wipes out the POM file and creates a new one. Perhaps I'm just misunderstanding your implementation....? |
| dustmachine wrote: |
| Here's what I did to manually uninstall Maven4MyEclipse: ... |
| msquared wrote: |
| Like many others here, I find Maven4MyEclipse to be a major step BACKWARDS in functionality from the plain-old m2eclipse plugin.
What in the world were you thinking to actually REMOVE from m2eclipse the standard maven project structure? Simply defies all belief! Fortunately I have found that by deleting the items below, MyEclipse6.5 seems to work perfectly fine with the standard m2eclipse plugin instead of Maven4MyEclipse: The only functional loss is that web deployments no longer filter out scope=provided or test, but I have a workaround for that .... |
| daorriss wrote: |
| What's the workaround? |
| leej wrote: |
| Where is the link to 6.0.1? |
| support-rkalla wrote: |
| Sorry guys, it got archived, here you go:
http://downloads.myeclipseide.com/downloads/products/eworkbench/6.0.1GA/MyEclipse_6.0.1GA_E3.3.1_FullStackInstaller.exe Also, all this should be fixed in 7.0M2 and 7.0GA, so hopefully this "6.0.1+m2eclipse" is a temporary workaround, thanks for being patient. |
| carinoh wrote: |
| I would like a clarification on the subject of disabling Maven capabilities in MyElcipse 7. Are there no supported way to disable Maven in this release? Have you any plan for future release to make this possible?
We have about 200 using MyEclipse 6.0.1 and about 50-100 users with Eclipse 3.3. We will distribute Eclipse 3.4 next week but see no possibility to distribute the next release of MyEcipse 7 due to the Maven integration to MyEclispe. We are using build tools that are not compatible with Maven, and it is not on the horizont to do the conversion to Maven yet. |
| support-eugene wrote: |
|
1. You can disable Maven4MyEclipse on the preference page in MyEclipse 7.0 M2. 2. MyEclipse does not mandate using Maven with your project. It should not conflict with any tools. |
| Quote: |
|
The reason it updates it atleast once is because the Maven dependency management is busted without it -- which is a really crumby user experience. |
| roby2358 wrote: |
| In 6.6, I'm not able to run my junit tests. I finally enabled the "m2eclipse" properties in the perferences menu (despite the warning text), but now my junit tests are getting compilation errors and class not found errors.
I hate to say it, but as much as I love MyEclipse, we have so many Maven projects that if I have to choose between MyEclipse and m2eclipse, MyEclipse is out the window. I'll give it one shot to remove Maven4MyEclipse, but then out goes baby and bathwater all at once. |
| support-rkalla wrote: |
| Not *totally*, but you can go to the Maven4MyEclipse preferences under MyEclipse, and tell it to not update the index on restart and it will never update that file again. The reason it updates it atleast once is because the Maven dependency management is busted without it -- which is a really crumby user experience. |
| mlbartonsr wrote: |
| Thanks, That worked. I have another question.
What does the offline setting do on the M4ME properties page do? |