Hi, I am very much new in maven. I am trying to build a project that is
dependent on other project build based on svn repository.

 <scm>
     <connection>scm:svn:svn://ral:[EMAIL PROTECTED]/tiger/</connection>
    
<developerConnection>scm:svn:svn://ral:[EMAIL 
PROTECTED]/tiger/</developerConnection>
 </scm>
 <dependencies>
    <dependency>
        <groupId>MavenDemoLib</groupId>
        <artifactId>MavenDemoLib</artifactId>
        <version>0.0.1</version>
    </dependency>
</dependencies>

When I bulid the project, it says that "MavenDemoLib" is missing and try to
download it manually. It doesn't resolve the dependency through the
connection given in scm. I have been trying to resolve this issue for couple
if days but unable. I would be very thankful to you for the suggestion.

/Rizwan
-- 
View this message in context: 
http://www.nabble.com/About-subversion-dependency-tf4757754s177.html#a13605597
Sent from the Maven - SCM mailing list archive at Nabble.com.

Reply via email to