- This topic has 183 replies, 92 voices, and was last updated 16 years, 12 months ago by
Riyad Kalla.
-
AuthorPosts
-
Andrew FreemanMemberAre there any plans to integrate Maven once it is released?
December 15, 2003 at 8:07 pm #200941
Scott AndersonParticipantNot at present, but the user community here has a big say in where we go next. If there’s a big outcry for Maven, above some other features, we’ll move that way. 🙂
–Scott
MyEclipse SupportJanuary 17, 2004 at 9:24 pm #202041
Stephen EatonMemberI would like to see maven integration, especially libraries from the maven repository to be included within the project and these libraries then having the option to be deployed with the webapp under the lib.
January 17, 2004 at 9:33 pm #202042
Riyad KallaMemberCan you guys provide some details as to what this integration would function like? Do you want wizards to create certain things, do you want monitoring tools, launchers, etc.?
January 21, 2004 at 7:12 am #202209
Ronald van KuijkMember@madeinoz wrote:
I would like to see maven integration, especially libraries from the maven repository to be included within the project and these libraries then having the option to be deployed with the webapp under the lib.
This could be achieved in two ways. A maven plugin that generates the necessary ME config stuff. Or, the other way around, ME reading a maven file and doing the work.
If two-way functionality is not needed (e.g. changes to a needed library in ME should lead to changes in the maven file, I’d go for the maven plugin functionality.
The thing is (I think) that it is not only ME, but eclipse itself that should be ‘maven-aware’
January 30, 2004 at 12:36 am #202662
Stephen EatonMemberThis could be achieved in two ways. A maven plugin that generates the necessary ME config stuff. Or, the other way around, ME reading a maven file and doing the work.
If two-way functionality is not needed (e.g. changes to a needed library in ME should lead to changes in the maven file, I’d go for the maven plugin functionality.
An already configured maven project has all the paths for the library and wether or not they are to be bundled in the WAR. It would be great to do the thing in reverse as well, i.e. create a maven project from the existing eclipse project, or add a new library to eclipse and it updates the maven project file.
When I do my development all my libraries reside in the maven repository, that way I do not have a heap of different jar files floating around in my different project directories. Then all I have to do is create the war and hey presto all the required libs are in their correct place and in the WAR file.
As a new eclipse and ME user this is one of the areas that I find lacking and frustrating is having to now copy all my libraries under a webapp directory for my project.
The thing is (I think) that it is not only ME, but eclipse itself that should be ‘maven-aware’
I agree
July 25, 2005 at 8:24 am #233563
frank3wangMemberMaven is required in a major global Investment Bank. asap
August 7, 2005 at 7:11 pm #234343
jccartwrightMemberHello All,
I too would *really* like to see better maven integration. For me this would mean constructing a new eclipse project from an existing maven project, the ability to edit maven config files from w/in ME, and (of course) to execute maven goals from ME.
It seems to me that the mevenide for netbeans currently works better than mevenide for eclipse – a situation that perhaps ME could remedy?
Thanks!
— john
September 14, 2005 at 8:07 am #237276
paulspencerMemberI would also like to see ME work with Maven. I have many Maven project. In addition to developer building the projects, I use CruiseControl to rebuild updated projets nightly. Maven currently has an Eclipse plugin that works well, but ME does not reconize a project the project type, i.e. WEB or EJB. An integration solution that consists of a plugin the write the necessary configuration files would be acceptable.
Paul Spencer
October 11, 2005 at 4:21 pm #239190
samersonMemberI would also like to see Maven integrated!
Thanks,
Scott Amerson
IET Middleware, Davis, CANovember 23, 2005 at 1:54 pm #242038
nsowatskMemberUs too. We are using Maven 2.0. I would like to see the MyEclipse J2EE and EJB API files reflected in the pom.xml dependencies.
What I could do is create a link from MyEclipse/eclipse/plugins/com.genuitec.eclipse.j2eedt.core_4.0.0/data/libraryset/1.4 to somewhere in .m2/repository and create some dependency entries to make it work, but that would be tedious and I would have to maintain it by hand.
Ideally, when I create an EJB project, I would like to have the appropriate dependencies added to an existing pom.xml, or have a pom.xml created for me which I could later edit. Then when I run the mvn eclipse:eclipse project everything will stay in sync.
Thanks
Nathan
December 20, 2005 at 4:48 pm #243492
schuerMemberYes, You really have to make maven use possible like WTP does!!!!
Lots of people are waiting for that
December 22, 2005 at 11:10 pm #243618
wufpack00MemberFeatures could include POM editor, POM validation, Maven repository browser and the ability to run Maven goals in a view similar to the Ant view.
December 23, 2005 at 3:19 pm #243645
spogiriMemberMaven is awesome. It increases productivity.
December 29, 2005 at 2:17 am #243781
Knut Erik BallestadMember -
AuthorPosts