Re: number of people using Maven 2.0.7 Version

2007-10-11 Thread Nicky Sandhu
I think something like surveymonkey.com would be more suited to what you are trying to do. You can post the survey link back here and we could respond and then you can publish the results back here Nicky Habib wrote: Can any one tells me how many people are using Maven 2.0.7 or 2.x or where

Re: Maven Plugins for Eclipse

2007-08-31 Thread Nicky Sandhu
We hit the same problem. maven 2 plugin uses maven 2.1 and we prefer using hte command line tool. You can setup a launch configuration in eclipse which relies on variables ${project_loc} and ${maven_bin} which gives the launch the context of the current project and maven_bin is user defined to

Maven SCM resolution problem when used with parent pom

2007-06-28 Thread Nicky Sandhu
Here's the problem I have a parent pom defining the scm url properties svn-repositoryhttp://svn/repository/svn-repository scm connectionscm:svn:${svn-repository}/${artifactId}/trunk/connection url${svn-repository}/${artifactId}/url /scm This works fine for the parent