This pb is a maven pb when directory name isn't equals to the artifactId. In your case, the directory is data and artifactId is appfuse-data

You can check the scm url resolution in your child pom with this command 'mvn 
help:effective-pom'

you can choose between two solutions for this pb.
1. rename your directory to the artifactId
2. Add the scm url in all your child pom

I prefer 1.

Emmanuel

Matt Raible a écrit :
Since I've got most of AppFuse ported to Maven 2, I decided to give
Continuum a try today.  I used the following URL for my pom.xml:

https://appfuse.dev.java.net/source/browse/*checkout*/appfuse/trunk/pom.xml

Continuum finds all the projects from my pom.xml files, but it tries
to checkout the artifactId instead of just using the directories under
the parent.  For example, here's the error I get for the first module:

Provider message: The svn command failed.
Command output:
------------------------------------------------------------------------------- svn: URL 'https://appfuse.dev.java.net/svn/appfuse/trunk/appfuse-data-common'
doesn't exist
-------------------------------------------------------------------------------

Why doesn't it just re-use trunk/data/common - that's what's specified
in the root-level pom.xml for this artifact?

Thanks,

Matt




Reply via email to