I have defined some dependencies as below:

        <properties>
                <repository.local>D:/Job/2.Repository/Java</repository.local>
        </properties>
        
        
        <dependencies>
                <dependency>
                        <groupId>Rad</groupId>
                        <artifactId>SpringSide</artifactId>
                        <version>2.0 RC1</version>                      
                        <scope>system</scope>
                        <!-- 
                        ${settings.localRepository} || ${maven.repo.local} 
doesn't work when
assigning system scope dependencies,
                        nor does it work even local repository is defined as 
comments above
                        -->
                        <systemPath>
                                ${repository.local}/Rad/SpringSide/2.0 
RC1/SpringSide2rc1.jar                           
                        </systemPath>
                </dependency>
        </dependencies> 


the SpringSide2rc1.jar is expected to updated from a remote website:
www.springside.org.cn, I wonder how to modify the settings to make it?
thanx.
-- 
View this message in context: 
http://www.nabble.com/How-to-define-the-update-site-of-the-dependencies--tp18252683p18252683.html
Sent from the Maven - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to