RE: maven-eclipse-plugin

2009-02-16 Thread Winterflood, Jonathan
Hi, Depending on what you're trying to do, it should do the job: I imagine you want Maven to tell Eclipse where to find the dependencies etc. Maven-eclipse-plugin did that by generating a .classpath file. m2eclipse installs in Eclipse and tells it what to do without having to refresh the

Custom plugin ClassCastException: BasicComponentConfigurator

2009-02-04 Thread Winterflood, Jonathan
Hi list, The project I'm working on uses a custom made plugin to download and run specific versions of artefacts, using their POMs to get their dependencies. In-house, this works fine, and for our user on the clients machines (SunOs 5.9, not that it should matter?), also. However, a

Maven2, maven-scm-plugin, svn, interactive mode

2008-10-17 Thread Winterflood, Jonathan
Hi all, I'm trying to use the scm plugin to bootstrap a project from a SVN repository. Using: mvn scm:bootstrap -DconnectionUrl=scm:svn:$SCM_PATH -DscmVersion=$SCM_REVISION -DscmVersionType=$SCM_REVISION_TYPE -Dusername=$SCM_USER -Dpassword=$SCM_PWD -Dgoals=install All works well