- This topic has 13 replies, 9 voices, and was last updated 14 years, 9 months ago by tharrisxx.
-
AuthorPosts
-
mohhmekkMemberHow can i create a multi module maven project?
and how can i import a maven project?
I tried to import a maven project but myeclipse didn’t realize it’s maven identity!!
support-eugeneMemberThese features are not yet supported. Our focus for the first release was to allow MyEclipse projects to be built using Maven. We plan to expand the scope in the upcoming releases.
mongonvParticipantI too would like to add my name to request the multi-module maven projects. Since MyEclipse does not support that feature, it sorta kills being able to use it for the large project I purchased it to assist with. Will have to return to using standard Eclipse with Mevenide plugin to have the multi-project capability.
Ed
nmatrix9Member@mohhmekk wrote:
How can i create a multi module maven project?
and how can i import a maven project?
I tried to import a maven project but myeclipse didn’t realize it’s maven identity!!Hello mohhmekk,
Other people have encountered the exact situation you are encountering, what they have done is uninstall maven4eclipse and replaced it with the much more powerful m2eclipse. Theres a eclipse update url that will disable maven4eclipse and replace it with m2eclipse. I have used it myself and it works fine for me.
http://www.jroller.com/eu/entry/on_maven_support_in_myeclipse
mongonvParticipantI went to the site listed above and tried to install the update it says will disable the maven4eclipse (using version 7.0 M2) and it would not install saying that it was already installed and missing a bunch of things.
How do you uninstall maven4eclipse to install the m2eclipse? I have a large project I am trying to get working with multiple modules and the installed maven just does not function right with a parent project. It does not recognize the modules as being java code sections and lots of other issues that work fine in standard Eclipse.
Thanks for any help,
Ed
nmatrix9Member@mongonv wrote:
I went to the site listed above and tried to install the update it says will disable the maven4eclipse (using version 7.0 M2) and it would not install saying that it was already installed and missing a bunch of things.
How do you uninstall maven4eclipse to install the m2eclipse? I have a large project I am trying to get working with multiple modules and the installed maven just does not function right with a parent project. It does not recognize the modules as being java code sections and lots of other issues that work fine in standard Eclipse.
Thanks for any help,
Ed7.0 M2 already has m2eclipse installed go here for instructions on how to enable it.
http://www.myeclipseide.com/module-htmlpages-display-pid-370.html#maven
mongonvParticipantThanks for the followup, shortly after I posted this I found another post that said to use that (looked for a while before the post.) Checking that did make the multi-module projects work in 7.0 and they seem to be working well so far.
mongonvParticipantAfter working with the multiple modules, I found there are problems. If I try to run the parent as a package, it cannot find any of the modules. If I move the modules into the parent’s folder structure, it builds, but then MyEclipse does not recognize any of the source packages or classes of the modules in the editor. What is the proper configuration to get the parent to see the modules and the modules to be recognized within the editor?
Secondly, I tried to move the projects back into the workspace as projects and import them back into the workspace with import/general/maven project, but it won’t let me import them if the project folder structure exists in the workspace. It will let me import module projects to the workspace if the sources are in another folder, but then the sources are not in the workspace folder structure they are in the temp area I am importing from. How do I import a maven project and have it put a copy of the source structure into the workspace folder?
Thanks for any help,
Ed
alf-kennethMemberI have recently upgraded to MyEclipse 7.5 and I’m now wondering what the status on MyEclipse and Maven4MyEclipse is. In particular I’m interested in the support for multimodule Maven projects. I have searched help, forums and Google without finding out the status. It seems to me that many suggests using m2eclipse in order to achieve multi module functionality using Maven. But these discussions seems to revolve around MyEclipse 6.5, hinting that in version 7 this will be possible to enable m2eclipse features. Other postings, however, seem to suggest that this might break other features for MyEclipse.
I’m in the process of starting up a new application which will contain several modules, so what is status the Maven integration in MyEclipse 7.5? And can anyone advice how I should approch this task (provided I want to use multimodule Maven for the application).
Anyone help here would be greatly appreciacted,
-aka
Dario SesteroMemberI am in the same situation of alf-kenneth. I own 9 MyEclipse professional and 9 Pulse freelance license and I am disappointed of all the problems we had recently trying to use Maven4MyEclipse in MyEclipse 6.6. Please answer to the above question about the status of Maven integration in MyEclipse 7.5
Dario Sestero
Loyal WaterMemberWe don’t have immediate plans for supporting Multi-module projects because there isn’t a clear mapping between multi-module maven projects and MyEclipse projects… it would require some fancy-footwork engineering and the management team hasn’t OK’ed it yet.
Maven project importing is actually being worked on for 8.0 and will be a really streamlined process making it dead easy to get your projects into MyEclipse.
tharrisxxMemberThis message has not been recovered.
Brice RuthMemberThis message has not been recovered.
tharrisxxMemberThis message has not been recovered.
-
AuthorPosts