what eclipse maven plugin have you used? m2e or q4e? i'm testing m2e on some other project but most of the time I use mvn eclipse:eclipse
On Tue, Feb 10, 2009 at 9:40 AM, Jörg Reiher <[email protected]> wrote: > Hi all, > I tested the mavenized project with Eclipse + Maven Integration for Eclipse: > I directly checked out the project via the Eclipse SVN repo perspective - the > Maven Integration plugin supports "check out Maven project". > Then I tested all the examples. Even the Struts extension example worked > without any problems with the "Run on server..." Eclipse option. > > So I'm totally happy with the results. I had the fear that I'd have to leave > my usual "total Eclipse workflow", but it seems that the Maven Eclipse > integration has reached a state where there's no more need to switch between > console and Eclipse. > > So really cool work, Francis, > Looking forward to see the first mavenized Empire-db release, > > Greets > joerg > > >> -----Ursprüngliche Nachricht----- >> Von: Jörg Reiher [mailto:[email protected]] >> Gesendet: Dienstag, 27. Januar 2009 16:03 >> An: [email protected] >> Betreff: AW: mavenized project >> >> Hi Francis, >> I'll check it out this week and give you feedback. >> I was quite busy planning my diploma thesis the last weeks, sorry. >> >> So far, >> I'm looking forward to seeing empire-db in its full maven glory :-) >> >> Cu >> joey >> >> > -----Ursprüngliche Nachricht----- >> > Von: Francis De Brabandere [mailto:[email protected]] >> > Gesendet: Dienstag, 27. Januar 2009 00:01 >> > An: [email protected] >> > Betreff: Re: mavenized project >> > >> > Hi, >> > >> > I just moved all examples to a separate module and did some >> > preparations for the dist files. >> > Fixed some other minor issues as well. >> > Has anybody tried the maven branch yet? >> > >> > >> > On Sat, Jan 3, 2009 at 10:26 PM, Francis De Brabandere >> > <[email protected]> wrote: >> > > ok, same thing as the previous mail but the code is now available >> in >> > > svn for testing: >> > > >> > > you can check out >> > > http://svn.apache.org/repos/asf/incubator/empire-db/branches/maven >> to >> > > have a look at the mavenized project. >> > > >> > > things I need to do: >> > > - make sure all examples run correctly including the logging >> > > - set up the needed config and files for creating a release zip >> > > - upload a snapshot maven repo to my people.apache.org account >> > > - set up checkstyle and some other stuff for code formatting and >> asf >> > > header checks (not so urgent) >> > > - see if we can set up snapshot releases (could do this using my >> own >> > > CI server here at home) >> > > >> > > But I would like to keep modifications on the branch to a minimum >> > > (mostly pom files) so I can redo the modification on trunk easily >> > > >> > > Any questions? >> > > I'm still calling for testers... >> > > >> > > On Fri, Dec 26, 2008 at 5:46 PM, Francis De Brabandere >> > > <[email protected]> wrote: >> > >> I just mavenized the whole project and put a copy of my version >> > online at: >> > >> http://maven.somatik.be/empire-db-2.0.5-SNAPSHOT.tar.gz >> > >> >> > >> This is how the project will look like when the transition to >> maven >> > is >> > >> done. I have not added the release stuff and some other metadata >> is >> > >> missing but everything else should be operational. >> > >> >> > >> how to use: >> > >> >> > >> make sure you have maven installed (see the apache maven website) >> > >> extract the archive >> > >> cd empire-db-mvn >> > >> mvn clean install >> > >> >> > >> now for eclipse: >> > >> mvn eclipse:eclipse >> > >> >> > >> now in eclipse: file - import... - existing projects into >> > workspace... >> > >> and select the empire-db-mvn folder, >> > >> you should now be able to import all 5 projects >> > >> >> > >> for running the main example >> > >> cd empire-db-example >> > >> mvn exec:java >> > >> >> > >> for running the advanced example >> > >> cd empire-db-example-advanced >> > >> mvn exec:java >> > >> >> > >> and for starting the struts2 example web app: >> > >> cd empire-db-example-struts2 >> > >> mvn jetty:run >> > >> >> > >> Now if somebody could test it and let me know if there are any >> > issues! >> > >> >> > >> Francis >> > >> >> > >> >> > >> -- >> > >> http://www.somatik.be >> > >> Microsoft gives you windows, Linux gives you the whole house. >> > >> >> > > >> > > >> > > >> > > -- >> > > http://www.somatik.be >> > > Microsoft gives you windows, Linux gives you the whole house. >> > > >> > >> > >> > >> > -- >> > http://www.somatik.be >> > Microsoft gives you windows, Linux gives you the whole house. > -- http://www.somatik.be Microsoft gives you windows, Linux gives you the whole house.
