Re: Maven SCM resolution problem when used with parent pom

2007-06-29 Thread Emmanuel Venisse
It's a problem with maven when you don't have modules in sub-directories. SCM URL are calculated and provided by maven to Maven-SCM. I think the only solution you'll have will be to define your scm url in all your pom, or use the recommended directory structure. Emmanuel Nicky Sandhu a écrit :

Maven SCM resolution problem when used with parent pom

2007-06-29 Thread Nicky Sandhu
Here's the problem I have a parent pom defining the scm url http://svn/repository scm:svn:${svn-repository}/${artifactId}/trunk ${svn-repository}/${artifactId} This works fine for the parent pom project Output on debug >> Configuring mojo 'org.apache.maven.