Maven dependency from SVN repository
问题 Using maven 2, is there any way to list a dependency to another maven project which is on a different SVN server but is not on a maven repository? Ideally, it should be possible to compile and run the main project without having to manually checkout and build the dependency. 回答1: Using maven 2, is there any way to list a dependency to another maven project which is on a different SVN server but is not on a maven repository? Maven dependencies are always resolved through the local repository