I have an in-development library project (module by IntelliJ definition) that i want to reference from other projects. How would i go about to reference that project in other projects ?
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
you can use whether Dependency or module tags in pom.xml of your project. Depends on what you trying to do.
Or
|
|||
|
|
|
You have to use |
|||
|
|
|
Not sure how much you surfed but this is very basics of Maven. Please check this example. Its a step by step example on one project being dependent on other. |
|||
|
|