简体   繁体   中英

Add Reference to Project at SVN Repository using Eclipse

Consider the below scenario:

SVN Repository 01 -> Project 01
SVN Repository 02 -> Project 02
SVN Repository 03 -> Project 03

SVN Repository 04 -> Framework Project

Please let me know, how to reference the 'Framework Project' present in a 'SVN Repository' to other projects using the framework in Eclipse.

What I am trying to do here is that, any change I make to the 'Framework Project' should get reflected in all the linked projects without any additional compilation/process.

We can achieve this using maven. Install the Framework as a jar in the Maven repository and reference it in all the projects.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM