I'm trying to mavenise our eclipse build for command line building. I
tried using m2eclipse, but it can't handle nested jars, which is what
OSGi does, so it won't work. I'm currently trying to get maven-pst to
work, but struggling, keeps on onsisting for eclipse 3.1.0 when only
3.2.0 and 3.2.1 is available:
The article I'm following for pst (bit out of date):
http://www.eclipse.org/articles/article.php?file=Article-Eclipse-and-Mave...
The svn checkout for pst I'm using:
http://svn.codehaus.org/m2eclipse/maven-pst/
Any ideas?
Mark