Showing posts with label maven. Show all posts
Showing posts with label maven. Show all posts

Maven eclipse plugin

| Tuesday, June 9, 2009

m2eclipse is a nice plugin to have to run maven inside eclipse. After struggling with command line maven for a while, I started to look at m2eclipse and fall in love with it very quickly.

Here are some links:

1. How to start a maven webapp, integrated with eclipse WTP: http://docs.codehaus.org/display/M2ECLIPSE/WTP+mini+howto#WTPminihowto-Launchwebapplicationontheserver
2. Use Nexus indexer inside eclipse: http://docs.codehaus.org/display/M2ECLIPSE/Maven+Indexes+view
3. An article about using maven to create a webapp project, based on the command line tool:
http://www.burlesontech.com/wiki/display/btg/How+to+create+a+Maven+web+app+and+deploy+to+Tomcat+-+fast
4. The nexus maven repository manager (integrated in m2eclipse): http://nexus.sonatype.org/

Setting up an internal maven repository on google code

| Tuesday, June 2, 2009

A maven repository can be setup on google code. The following post explains how (thanks lucie).

I will setup one for phylr (nexmlLuceneIndexer for now, more accurately), since it uses maven to build.

Your Very Own Google Code Maven Repo - The Web Semantic